Searched refs:GET (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h125 #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 Drpc_util.h89 #define GET 2 macro
H A Drpc_cout.c614 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 Dscsbioctl.h105 GET = 0, enumerator in enum:__anon9862
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y51 %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 Dnwamcfg_lex.l110 return GET;
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_mgmt.h55 #define GET "get" macro
H A Ddoor.c79 {GET, get_op},
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dhttpd-standalone-ipp.conf273 <LimitExcept GET>
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.h221 #define GET(p,c,tp,xp) \ macro
H A Dpplex.c1198 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 Drssread.sh249 request="GET /${_.path} HTTP/1.1\r\n"
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c51 return GET(16,p);
64 return GET(32,p);
76 return GET(64,p);
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c255 #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 Dgeniconvtbl.c152 #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 Dmontecarlo.c2380 if (scsb_mode(scsb_fd, GET, &old_mode) == 0)
2406 if (sop == GET)
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c2386 if (xmlTextWriterStartElement(writer, (xmlChar *)GET) < 0) {

Completed in 100 milliseconds