Searched refs:pstat (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/os/ |
H A D | os_spin.c | 17 #include <sys/pstat.h>
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | xdr_rec.c | 525 enum xprt_stat pstat; local 532 if (__xdrrec_getbytes_nonblock(xdrs, &pstat) || 533 (pstat == XPRT_MOREREQS && 829 __xdrrec_getbytes_nonblock(XDR *xdrs, enum xprt_stat *pstat) argument 896 *pstat = XPRT_DIED; 906 *pstat = XPRT_DIED; 996 *pstat = XPRT_DIED; 1057 *pstat = XPRT_MOREREQS; 1082 *pstat = XPRT_DIED; 1088 *pstat [all...] |
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | files_common.c | 740 int retries, pstat; local 788 pstat = validate_passwd_ids( 794 pstat = validate_group_ids( 818 pstat = NSS_STR_PARSE_SUCCESS; 820 if (pstat != NSS_STR_PARSE_SUCCESS) { 821 if (pstat == NSS_STR_PARSE_ERANGE) 1162 int retries, pstat; local 1261 pstat = validate_passwd_ids(linep->l_start, 1264 pstat = validate_group_ids(linep->l_start, 1278 pstat [all...] |
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 196 ** pstat -- a pointer to a place to put the status. 211 aliaslookup(name, pstat, av) 213 int *pstat; 245 return (*map->map_class->map_lookup)(map, name, argv, pstat); 247 return (*map->map_class->map_lookup)(map, name, NULL, pstat);
|
H A D | map.c | 99 ** char *map_lookup(MAP *map, char *key, char **args, int *pstat) 102 ** and return the value. Set *pstat to the appropriate status 5090 ph_map_lookup(map, key, args, pstat) 5094 int *pstat; 5103 *pstat = EX_OK; 5116 *pstat = EX_TEMPFAIL; 5125 *pstat = EX_TEMPFAIL; 5127 *pstat = EX_UNAVAILABLE; 5138 if (*pstat == EX_TEMPFAIL) 5146 if (*pstat [all...] |
H A D | parseaddr.c | 1781 ** pstat -- a pointer to an integer in which to store the 1791 map_lookup(smap, key, argvect, pstat, e) 1795 int *pstat; 1815 *pstat = EX_TEMPFAIL; 1844 *pstat = EX_TEMPFAIL; 2614 ** pstat -- pointer to status word. 2630 remotename(name, m, flags, pstat, e) 2634 int *pstat; 2695 *pstat = EX_TEMPFAIL; 2719 *pstat [all...] |
H A D | conf.c | 1664 # include <sys/pstat.h> 2344 #define SPT_PSTAT 3 /* use pstat(PSTAT_SETCMD, ...) */ 2358 # include <sys/pstat.h> 2536 pstat(PSTAT_SETCMD, pst, i, 0, 0); 5187 # include <sys/pstat.h>
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 48 #include "FEATURE/pstat" 723 # include <sys/pstat.h> 747 if(pstat(PSTAT_STATIC, un, sizeof(struct pst_static), 1, 0)<0) 790 pstat(PSTAT_SETCMD,un,0,0,0);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | mg.c | 42 # include <sys/pstat.h> 2471 pstat(PSTAT_SETCMD, un, len, 0, 0);
|
Completed in 64 milliseconds