/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | connect.c | 34 #define STR ('S'<<8) macro 35 #define I_SWROPT (STR|023)
|
/illumos-gate/usr/src/boot/sys/boot/uboot/fdt/ |
H A D | uboot_fdt.c | 39 #define STR(number) #number macro 40 #define STRINGIFY(number) STR(number)
|
/illumos-gate/usr/src/cmd/tr/ |
H A D | extern.h | 49 } STR; typedef in typeref:struct:__anon1889 51 wint_t next(STR *);
|
/illumos-gate/usr/src/cmd/sgs/tsort/common/ |
H A D | tsort.c | 55 #define STR(X) #X macro 56 #define XSTR(X) STR(X)
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | interp_parse.c | 91 enum { STR, VAR, WHITE } state; enumerator in enum:__anon123 100 state = STR; 107 case STR: 153 state = STR; 174 state = STR; 181 if (i && state == STR) {
|
/illumos-gate/usr/src/cmd/vgrind/ |
H A D | regexp.c | 63 * byte has STR set for strings, META set for meta symbols 104 #define STR 2 macro 158 if (cs == NIL || (*cs & STR) == 0) { 160 *cs = STR; 264 if (cs == NIL || (*cs & STR) == 0) { 266 *cs = STR; 330 switch (*cs & (OPER | STR | META)) { 333 case STR:
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | userdefs.c | 70 #define STR 1 macro 86 { GNAMSTR, sizeof (GNAMSTR) - 1, STR, DEFOFF(defgname) }, 87 { PARSTR, sizeof (PARSTR) - 1, STR, DEFOFF(defparent) }, 88 { SKLSTR, sizeof (SKLSTR) - 1, STR, DEFOFF(defskel) }, 89 { SHELLSTR, sizeof (SHELLSTR) - 1, STR, DEFOFF(defshell) }, 91 { EXPIRESTR, sizeof (EXPIRESTR) - 1, STR, DEFOFF(defexpire) }, 92 { AUTHSTR, sizeof (AUTHSTR) - 1, STR, DEFOFF(defauth), 94 { ROLESTR, sizeof (ROLESTR) - 1, STR, DEFOFF(defrole), 96 { PROFSTR, sizeof (PROFSTR) - 1, STR, DEFOFF(defprof), 99 { PROJNMSTR, sizeof (PROJNMSTR) - 1, STR, DEFOF [all...] |
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.h | 148 typedef enum { ULL, LL, FL, STR } dt_t; enumerator in enum:__anon1264
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | parms.c | 209 #define STR(x) STR2(x) macro 284 n = sscanf(lptr, "%"STR(NETHOST_LEN)"s %"STR(DNAME_LEN) 285 "[^ \t] gateway %"STR(GNAME_LEN)"[^ / \t] metric %u %" 286 STR(QUAL_LEN)"s\n", net_host, dname, gname, &metric, qual);
|
/illumos-gate/usr/src/cmd/file/ |
H A D | magicutils.c | 56 #define STR 256 macro 86 uint32_t e_type; /* BYTE, SHORT, STR, et al */ 378 ep->e_type = STR; 456 if (ep->e_type != STR) { 487 if (ep->e_type != STR) { 571 case STR: 588 * no STR processing occurs beyond this point. 899 case STR: 902 * STR here because we already 904 * loop earlier for case STR [all...] |
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.h | 105 /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */ 129 #define STR 02 /* string value is valid */ macro 146 (((p)->tval & (ARR|FLD|REC|STR)) == STR ? (p)->sval : r_getsval(p)) 236 #define isstr(n) ((n)->tval & STR)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stropts.h | 229 #define STR ('S'<<8) macro 230 /* (STR|000) in use */ 231 #define I_NREAD (STR|01) 232 #define I_PUSH (STR|02) 233 #define I_POP (STR|03) 234 #define I_LOOK (STR|04) 235 #define I_FLUSH (STR|05) 236 #define I_SRDOPT (STR|06) 237 #define I_GRDOPT (STR|07) 238 #define I_STR (STR|01 [all...] |
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.c | 351 enum { STR, VAR, WHITE } state; enumerator in enum:__anon482 360 state = STR; 367 case STR: 411 state = STR; 432 state = STR; 439 if (i && state == STR) {
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac.h | 60 #define STR(s) # s macro 61 #define AAC_VERSION(a, b, c) STR(a.b.c)
|