Searched refs:pwait (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/bin/pwait/
H A DMakefile1 # $FreeBSD: stable/11/bin/pwait/Makefile 315723 2017-03-22 17:53:25Z bdrewery $
6 PROG= pwait
/freebsd-11-stable/bin/pwait/tests/
H A Dpwait_test.sh1 # $FreeBSD: stable/11/bin/pwait/tests/pwait_test.sh 315723 2017-03-22 17:53:25Z bdrewery $
6 atf_set "descr" "Basic tests on pwait(1) utility"
24 timeout --preserve-status 15 pwait $p1 $p5 $p10
64 -e inline:"pwait: timeout unit\n" \
66 timeout --preserve-status 2 pwait -t 1d $init
70 -e inline:"pwait: timeout unit\n" \
72 timeout --preserve-status 2 pwait -t 1d $init
76 -e inline:"pwait: timeout value\n" \
78 timeout --preserve-status 2 pwait -t -1 $init
82 -e inline:"pwait
[all...]
/freebsd-11-stable/bin/
H A DMakefile30 pwait \
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/freebsd-11-stable/contrib/gdb/include/
H A Dlibiberty.h279 extern int pwait PARAMS ((int, int *, int));
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c414 if (pwait (pid1, &status, 0) < 0)
415 FATAL_ERROR ("write pwait 1 failed", errno);
419 if (pwait (pid2, &status, 0) < 0)
420 FATAL_ERROR ("write pwait 1 failed", errno);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h536 /* pexecute and pwait are the old pexecute interface, still here for
555 extern int pwait (int, int *, int);
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h564 /* pexecute and pwait are the old pexecute interface, still here for
583 extern int pwait (int, int *, int);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h365 extern void pwait (void);
H A Dsh.glob.c865 pwait();
H A Dsh.exp.c580 pwait();
H A Dsh.sem.c623 pwait();
H A Dsh.proc.c139 * childs status. Top level routines (like pwait) must be sure
456 * pwait - wait for current job to terminate, maintaining integrity
460 pwait(void) function
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend20 bin/pwait/tests \
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend39 bin/pwait \
/freebsd-11-stable/contrib/gcc/
H A Dprotoize.c1922 pid = pwait (pid, &wait_status, 0);
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c1214 pid = pwait (pid, & wait_status, 0);

Completed in 143 milliseconds