Searched refs:pstat (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_spin.c17 #include <sys/pstat.h>
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c525 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 Dfiles_common.c740 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 Dalias.c196 ** 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 Dmap.c99 ** 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 Dparseaddr.c1781 ** 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 Dconf.c1664 # 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 Dmain.c48 #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 Dmg.c42 # include <sys/pstat.h>
2471 pstat(PSTAT_SETCMD, un, len, 0, 0);

Completed in 74 milliseconds