Searched defs:GET (Results 1 - 3 of 3) sorted by relevance

/osnet-11/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
231 do c = GET(s); while (isspace(c));
239 c = GET(s);
249 c = GET(s);
260 c = GET(s);
278 c = GET(s);
280 c = GET(s);
284 c = GET(
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppfsm.h221 #define GET(p,c,tp,xp) \ macro
/osnet-11/usr/src/lib/libstmf/common/
H A Dstore.c256 #define GET 0 macro
2028 ret = iPsGetSetPersistType(persistType, handle, svc, GET);
2094 if (getSet == GET) {
2159 /* is this a SET or GET w/error? */
2215 } else if (getSet == GET) {
2238 if (getSet == GET) {
2281 return (iPsGetSetStmfProp(propType, propVal, GET));
2300 if (propVal == NULL || (getSet != GET && getSet != SET)) {
2328 if (getSet == GET) {
2483 } else if (getSet == GET) {
[all...]

Completed in 44 milliseconds