/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfstrtof.h | 125 #define GET(p) (*get)(p,0) macro 137 #define GET(p) (((p)<(z))?(*p++):(back=0)) macro 142 #define GET(p) (*p++) macro 229 do c = GET(s); while (isspace(c)); 237 c = GET(s); 247 c = GET(s); 258 c = GET(s); 276 c = GET(s); 278 c = GET(s); 282 c = GET( [all...] |
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_util.h | 89 #define GET 2 macro
|
H A D | rpc_cout.c | 614 inline_struct(sp->decls, sp->tail, GET, indent); 707 inline_struct(dl, NULL, GET, 1);
|
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | scsbioctl.h | 105 GET = 0, enumerator in enum:__anon9862
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg_grammar.y | 51 %token CANCEL CLEAR COMMIT CREATE DESTROY END EXIT EXPORT GET HELP 98 %type <cmd> get_command GET 528 get_command: GET 533 | GET TOKEN 538 | GET property_type 550 | GET OPTION property_type
|
H A D | nwamcfg_lex.l | 110 return GET;
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_mgmt.h | 55 #define GET "get" macro
|
H A D | door.c | 79 {GET, get_op},
|
/illumos-gate/usr/src/lib/print/mod_ipp/ |
H A D | httpd-standalone-ipp.conf | 273 <LimitExcept GET>
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppfsm.h | 221 #define GET(p,c,tp,xp) \ macro
|
H A D | pplex.c | 1198 GET(c, c, tp, xp); 1260 GET(c, c, tp, xp); 2106 GET(c, n, tp, xp); 2109 GET(c, n, tp, xp); 2141 GET(c, n, tp, xp); 2182 GET(c, n, tp, xp); 2186 GET(c, n, tp, xp); 2191 GET(c, n, tp, xp); 2275 GET(c, n, tp, xp); 2295 GET( [all...] |
/illumos-gate/usr/src/lib/libshell/common/scripts/ |
H A D | rssread.sh | 249 request="GET /${_.path} HTTP/1.1\r\n"
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | pac.c | 51 return GET(16,p); 64 return GET(32,p); 76 return GET(64,p);
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | store.c | 255 #define GET 0 macro 2027 ret = iPsGetSetPersistType(persistType, handle, svc, GET); 2093 if (getSet == GET) { 2158 /* is this a SET or GET w/error? */ 2214 } else if (getSet == GET) { 2237 if (getSet == GET) { 2280 return (iPsGetSetStmfProp(propType, propVal, GET)); 2299 if (propVal == NULL || (getSet != GET && getSet != SET)) { 2327 if (getSet == GET) { 2478 } else if (getSet == GET) { [all...] |
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | geniconvtbl.c | 152 #define GET(c) ((c) = **inbuf, (*inbuf)++, (*inbytesleft)--) macro 524 GET(c); 1258 GET(c); 1270 GET(c);
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
H A D | montecarlo.c | 2380 if (scsb_mode(scsb_fd, GET, &old_mode) == 0) 2406 if (sop == GET)
|
/illumos-gate/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 2386 if (xmlTextWriterStartElement(writer, (xmlChar *)GET) < 0) {
|