Home
last modified time | relevance | path

Searched refs:pstat (Results 1 – 20 of 20) sorted by relevance

/original-bsd/lib/libc/stdlib/
H A Dsystem.c23 union wait pstat; local
35 pstat.w_status = 0;
36 pstat.w_retcode = 127;
37 return(pstat.w_status);
45 pid = waitpid(pid, (int *)&pstat, 0);
49 return(pid == -1 ? -1 : pstat.w_status);
/original-bsd/usr.sbin/vipw/
H A Dpw_util.c117 int pstat; in pw_mkdb() local
126 pid = waitpid(pid, &pstat, 0); in pw_mkdb()
127 if (pid == -1 || !WIFEXITED(pstat) || WEXITSTATUS(pstat) != 0) in pw_mkdb()
137 int pstat; local
156 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED);
159 else if (WIFSTOPPED(pstat))
160 raise(WSTOPSIG(pstat));
161 else if (WIFEXITED(pstat) && WEXITSTATUS(pstat) == 0)
/original-bsd/games/cribbage/
H A Dinstr.c32 union wait pstat; in instructions() local
56 pid = waitpid(pid, (int *)&pstat, 0); in instructions()
58 if (pid == -1 || pstat.w_status) in instructions()
/original-bsd/usr.bin/ex/
H A Dex_unix.c340 union wait stat, pstat; in waitfor() local
343 pstat.w_status = 0; in waitfor()
347 pstat = stat; in waitfor()
352 if (WIFEXITED(pstat)) in waitfor()
353 status = pstat.w_retcode; in waitfor()
356 pid, sys_siglist[pstat.w_termsig]); in waitfor()
357 if (pstat.w_coredump) in waitfor()
361 status = pstat.w_termsig; in waitfor()
/original-bsd/lib/libc/gen/
H A Dpopen.c114 int pstat; local
127 pid = waitpid(cur->pid, &pstat, 0);
137 return (pid == -1 ? -1 : pstat);
/original-bsd/usr.bin/apply/
H A Dapply.c167 union wait pstat; local
194 pid = waitpid(pid, (int *)&pstat, 0);
198 return(pid == -1 ? -1 : pstat.w_status);
/original-bsd/usr.sbin/pstat/
H A DMakefile3 PROG= pstat
/original-bsd/usr.sbin/sendmail/EPA/mldistrib/
H A Dmldistrib.c473 int pstat; local
479 wpid = waitpid(pid, &pstat, 0);
483 return (pid == -1 ? -1 : pstat);
/original-bsd/sys/vax/vax/
H A Dsymbols.raw28 #pstat
/original-bsd/sys/tahoe/tahoe/
H A Dsymbols.raw28 #pstat
/original-bsd/usr.sbin/
H A DMakefile4 inetd kgmon kvm_mkdb lpr mkproto mtree portmap pstat pwd_mkdb \
/original-bsd/usr.sbin/sendmail/src/
H A Dmap.c2237 stab_map_lookup(map, name, av, pstat) in stab_map_lookup() argument
2241 int *pstat;
2323 impl_map_lookup(map, name, av, pstat) in impl_map_lookup() argument
2327 int *pstat;
2841 seq_map_lookup(map, key, args, pstat) in seq_map_lookup() argument
2845 int *pstat;
2865 *pstat = EX_UNAVAILABLE;
2877 *pstat = stat;
2948 bogus_map_lookup(map, key, args, pstat) in bogus_map_lookup() argument
2952 int *pstat;
[all …]
H A Dparseaddr.c1784 remotename(name, m, flags, pstat, e) in remotename() argument
1788 int *pstat;
1835 *pstat = EX_TEMPFAIL;
1852 *pstat = EX_TEMPFAIL;
1866 *pstat = EX_TEMPFAIL;
1871 *pstat = EX_TEMPFAIL;
1876 *pstat = EX_TEMPFAIL;
1887 *pstat = EX_TEMPFAIL;
H A Dalias.c167 aliaslookup(name, pstat, e) in aliaslookup() argument
169 int *pstat;
184 return (*map->map_class->map_lookup)(map, name, NULL, pstat);
H A Dconf.c1703 pstat(PSTAT_SETCMD, pst, i, 0, 0);
H A DREAD_ME359 SPT_PSTAT (3) -- Use the PSTAT_SETCMD option to pstat(2)
/original-bsd/share/man/man0/
H A Dman893 /usr/src/usr.sbin/pstat/pstat.8
/original-bsd/usr.bin/spell/
H A Dspecial.4bsd643 pstat
/original-bsd/admin/admin/copyright4.2-4.3/
H A Dfiles.4.3.copyr68 /etc/pstat
1091 /usr/man/man8/pstat.8
1396 /usr/src/etc/pstat.c
H A Dfiles.4.2.copyr729 /usr/man/man8/pstat.8
933 /usr/src/etc/pstat.c