Searched refs:STR (Results 26 - 40 of 40) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h60 #define STR(s) # s macro
61 #define AAC_VERSION(a, b, c) STR(a.b.c)
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c78 { DX_FIELD, "pool", "pool", STR, 20, 14, addrof(pool_sbag),
81 { DX_FIELD, "type", "type", STR, 4, 5, addrof(pset_sbag),
87 { DX_FIELD, "rset", "rset", STR, 20, 14, addrof(pset_sbag),
113 { D_FIELD, "pool", "pool", STR, 20, 13, addrof(pool_sbag),
472 case STR: {
620 if (ff->pff_type == STR)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c209 #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/lib/hbaapi/common/
H A DHBAAPILIB.c68 #define DEBUG(L, STR, A1, A2, A3)
75 #define DEBUG(L, STR, A1, A2, A3)\
81 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
89 fprintf(_hbaapi_debug_fd, (STR ## "\n"), (A1), (A2), (A3));\
93 #define DEBUG(L, STR, A1, A2, A3)\
99 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
104 fprintf(_hbaapi_debug_fd, (STR ## "\n"), (A1), (A2), (A3));\
113 #define DEBUG(L, STR, A1, A2, A3) \
119 syslog (LOG_INFO, (STR), (A1), (A2), (A3));\
126 #define DEBUG(L, STR, A
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c66 #define PRINTS(STR) { \
67 const char *tmps = STR; \
/illumos-gate/usr/src/cmd/awk/
H A Dawk.lx.l145 (uchar *)"",0.0,STR|NUM,symtab);
199 (uchar *)"",0.0,STR|NUM,symtab);
230 yylval.cp = setsymtab(cbuf, s, 0.0, CON|STR, symtab);
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l151 yylval = (int)setsymtab(yytext, tostring(L_0), 0.0, STR|NUM,
190 yylval = (int)setsymtab(cbuf, s, 0.0, CON|STR, symtab);
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_lex.c442 return (STR);
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c104 #define DEBUG(L, STR, A1, A2, A3)
111 #define DEBUG(L, STR, A1, A2, A3)\
117 syslog(LOG_INFO, (STR), (A1), (A2), (A3));\
125 fprintf(_hbaapi_debug_fd, #STR "\n", (A1), (A2), (A3));\
129 #define DEBUG(L, STR, A1, A2, A3)\
135 syslog(LOG_INFO, (STR), (A1), (A2), (A3));\
140 fprintf(_hbaapi_debug_fd, #STR "\n", (A1), (A2), (A3));\
149 #define DEBUG(L, STR, A1, A2, A3) \
155 syslog(LOG_DEBUG, (STR), (A1), (A2), (A3));\
162 #define DEBUG(L, STR, A
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c159 #define PSTR(STR) (((STR) == (char *)NULL) ? "???" : (STR))
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh3052 STR="any" # Just to make the question look better.
3055 get_confirm "Do you wish to set the secure flag for $STR map (y/n/h)?" \
3082 STR="another" # Just to make the question look better.
3107 STR="another" # Just to make the question look better.
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c192 #define PSTR(STR) (((STR) == (char *)NULL) ? "???" : (STR))
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c704 if ((cmd & 0xffffff00U) == STR) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c1634 if ((cmd & 0xffffff00U) != STR)
H A Dsocktpi.c5998 if ((cmd & 0xffffff00U) == STR &&

Completed in 113 milliseconds

12