Home
last modified time | relevance | path

Searched refs:std (Results 1 – 25 of 146) sorted by relevance

123456

/illumos-gate/usr/src/head/
H A Dwchar.h39 using std::FILE;
40 using std::wint_t;
42 using std::size_t;
43 using std::time_t;
44 using std::tm;
46 using std::fgetwc;
51 using std::getwc;
53 using std::putwc;
76 using std::btowc;
79 using std::fwide;
[all …]
H A Dstdio.h97 using std::FILE;
106 using std::fopen;
113 using std::scanf;
119 using std::fgetc;
120 using std::fgets;
121 using std::fputc;
123 using std::getc;
125 using std::gets;
126 using std::putc;
128 using std::puts;
[all …]
H A Dstdlib.h54 using std::div_t;
58 using std::abs;
60 using std::atof;
61 using std::atoi;
62 using std::atol;
65 using std::div;
66 using std::exit;
67 using std::free;
69 using std::labs;
70 using std::ldiv;
[all …]
H A Dstring.h42 using std::size_t;
43 using std::memchr;
44 using std::memcmp;
45 using std::memcpy;
47 using std::memset;
48 using std::strcat;
49 using std::strchr;
50 using std::strcmp;
52 using std::strcpy;
55 using std::strlen;
[all …]
H A Dwctype.h48 using std::wint_t;
50 using std::iswalnum;
51 using std::iswalpha;
52 using std::iswcntrl;
53 using std::iswdigit;
54 using std::iswgraph;
55 using std::iswlower;
56 using std::iswprint;
57 using std::iswpunct;
63 using std::wctrans;
[all …]
H A Dctype.h43 using std::isalnum;
44 using std::isalpha;
45 using std::iscntrl;
46 using std::isdigit;
47 using std::isgraph;
48 using std::islower;
49 using std::isprint;
50 using std::ispunct;
51 using std::isspace;
52 using std::isupper;
[all …]
H A Dmath.h39 using std::abs;
40 using std::acos;
41 using std::asin;
43 using std::atan;
44 using std::ceil;
45 using std::cos;
47 using std::exp;
54 using std::log;
56 using std::pow;
57 using std::sin;
[all …]
H A Dtime.h55 using std::size_t;
56 using std::clock_t;
57 using std::time_t;
58 using std::tm;
59 using std::asctime;
60 using std::clock;
61 using std::ctime;
62 using std::difftime;
63 using std::gmtime;
65 using std::mktime;
[all …]
H A Dmalloc.h65 namespace std {
76 using std::malloc;
77 using std::free;
78 using std::realloc;
79 using std::calloc;
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dprivregs.h237 std %f0, [FP]; \
238 std %f2, [FP + 8]; \
239 std %f4, [FP + 16]; \
240 std %f6, [FP + 24]; \
241 std %f8, [FP + 32]; \
268 std %d62, [FP + 248];
305 std %f0, [FP]; \
306 std %f2, [FP + 8]; \
307 std %f4, [FP + 16]; \
308 std %f6, [FP + 24]; \
[all …]
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v8plus.s1483 std %f20,[%o4+16]
1504 std %f32,[%o4+48]
1508 std %f42,[%o4+80]
1512 std %f48,[%o4+112]
1519 std %f52,[%o4+144]
1541 std %f20,[%o4+176]
1552 std %f32,[%o4+208]
1566 std %f42,[%o4+240]
1570 std %f48,[%o4+32]
1607 std %f20,[%o4+96-8]
[all …]
H A Dmont_mulf_v9.s1931 std %f20,[%g4+16]
1952 std %f32,[%g4+48]
1956 std %f42,[%g4+80]
1960 std %f48,[%g4+112]
1967 std %f52,[%g4+144]
1989 std %f20,[%g4+176]
2000 std %f32,[%g4+208]
2014 std %f42,[%g4+240]
2018 std %f48,[%g4+32]
2055 std %f20,[%g4+96-8]
[all …]
H A Dmont_mulf_kernel_v9.S1635 std %f16,[%i3+16]
1656 std %f20,[%i3+48]
1660 std %f24,[%i3+80]
1722 std %f28,[%i3+32]
1859 std %f40,[%i3+8]
1861 std %f42,[%i3+16]
1864 std %f44,[%i3+24]
1867 std %f46,[%i3+32]
1886 std %f48,[%i3+40]
1890 std %f50,[%i3+48]
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D__quad.S58 std %f8,[%o2]
60 std %f10,[%o2+8]
69 std %f8,[%o2]
80 std %f8,[%o2]
91 std %f8,[%o2]
100 std %f4,[%o1]
102 std %f6,[%o1+8]
128 std %f4,[%o1]
136 std %f4,[%o1]
162 std %f4,[%o1]
[all …]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBA.h44 TgtFCHBA(std::string path);
48 virtual std::string getName();
51 static void loadAdapters(std::vector<HBA*> &list);
56 std::string name;
57 static const std::string FCT_DRIVER_PATH;
58 static const std::string FCT_ADAPTER_NAME_PREFIX;
59 static const std::string FCT_DRIVER_PKG;
H A DFCHBA.h44 FCHBA(std::string path);
48 virtual std::string getName();
52 static void loadAdapters(std::vector<HBA*> &list);
55 std::string name;
56 static const std::string FCSM_DRIVER_PATH;
57 static const std::string FCSM_DRIVER_PKG;
H A DHBAList.h58 std::string getHBAName(int index);
59 std::string getTgtHBAName(int index);
60 Handle* openHBA(std::string name);
61 Handle* openTgtHBA(std::string name);
75 std::vector<HBA*> hbas;
76 std::vector<HBA*> tgthbas;
H A DTrace.h50 Trace(std::string myRoutine);
54 std::string label() { in label()
101 std::string routine;
109 static std::vector<std::vector<Trace *> > stacks;
110 static std::vector<std::string> indent;
H A DFCSyseventBridge.h87 std::vector<AdapterAddEventListener*> adapterAddEventListeners;
88 std::vector<AdapterEventListener*> adapterEventListeners;
89 std::vector<AdapterPortEventListener*> adapterPortEventListeners;
90 std::vector<AdapterDeviceEventListener*> adapterDeviceEventListeners;
91 std::vector<TargetEventListener*> targetEventListeners;
H A DFCHBAPort.h48 FCHBAPort(std::string path);
49 virtual std::string getPath() in getPath()
125 std::string path;
133 static const std::string FCSM_DRIVER_PATH;
135 static const std::string FCP_DRIVER_PATH;
139 static void fp_ioctl(std::string path, int cmd, fcio_t *arg);
140 static void fp_ioctl(std::string path, int cmd, fcio_t *arg,
H A DFCHBANPIVPort.h47 FCHBANPIVPort(std::string path);
48 virtual std::string getPath() in getPath()
58 std::string path;
63 static void fp_ioctl(std::string path, int cmd, fcio_t *arg);
H A DHBA.h70 virtual std::string getName() = 0;
79 static int _open(std::string path, int flag);
83 std::map<uint64_t, HBAPort *> portsByWWN;
84 std::vector<HBAPort*> portsByIndex;
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dgetconf.c153 Path_t std[64]; in b_getconf() local
300 e = std; in b_getconf()
324 if (e >= &std[elementsof(std)]) in b_getconf()
340 } while (*s && e < &std[elementsof(std)]); in b_getconf()
341 if (e < &std[elementsof(std)]) in b_getconf()
344 if (++e < &std[elementsof(std)]) in b_getconf()
356 for (p = std; p < e; p++) in b_getconf()
375 for (p = std; p < e; p++) in b_getconf()
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dorientation_test.c72 setup_std(FILE *std, int line) in setup_std() argument
76 if (freopen(filename, "r+", std) == NULL) in setup_std()
78 if ((r = fwide(std, 0)) != 0) in setup_std()
80 return (std); in setup_std()
92 #define TEST_STD_(std, x, op) \ argument
94 f = setup_std(std, __LINE__); \
103 #define TEST_UNCHANGED_STD(std, x) TEST_STD_(std, x, ==) argument
104 #define TEST_NARROW_STD(std, x) TEST_STD_(std, x, <) argument
105 #define TEST_WIDE_STD(std, x) TEST_STD_(std, x, >) argument
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.S426 std %d0, [%o0]
472 std %d0, [%o0]
473 std %d2, [%o0+8]
520 std %d0, [%o0]
521 std %d2, [%o0+8]
569 std %d0, [%o0]
570 std %d2, [%o0+8]
621 std %d0, [%o0]
622 std %d2, [%o0+8]
675 std %d0, [%o0]
[all …]

123456