Searched defs:POST (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c39 #define POST 2 macro
395 if(*cp==0 && opts==POST && arg->argchn.ap)
413 while((opts&POST) && arg);
504 p_arg(com->comset,flag,POST);
510 p_arg(com->comarg,flag,POST);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h222 #define POST 5 /* Information message, not an error */ macro
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c78 static POSTING *POST, *postptr; variable
134 if ((POST = (POSTING *)malloc(postsize)) == NULL) {
138 postptr = POST;
193 if (postptr + 10 > POST + postsize / sizeof (POSTING)) {
194 i = postptr - POST;
196 if ((POST = realloc(POST, postsize)) == NULL) {
200 postptr = i + POST;
214 postptr = POST;
343 free(POST);
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h505 #define POST( ld, y, z ) \ macro

Completed in 65 milliseconds