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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dlibiberty.h587 /* pexecute and pwait are the old pexecute interface, still here for
606 extern int pwait (int, int *, int);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dlibiberty.h576 /* pexecute and pwait are the old pexecute interface, still here for
595 extern int pwait (int, int *, int);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dlibiberty.h501 /* pexecute and pwait are the old pexecute interface, still here for
520 extern int pwait (int, int *, int);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dlibiberty.h587 /* pexecute and pwait are the old pexecute interface, still here for
606 extern int pwait (int, int *, int);
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dextern.h259 void pwait(void);
H A Dexp.c463 pwait();
H A Dglob.c764 pwait();
H A Dsem.c359 pwait();
H A Dproc.c74 * childs status. Top level routines (like pwait) must be sure
216 * pwait - wait for current job to terminate, maintaining integrity
220 pwait(void) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dnlmconv.c2132 if (pwait (pid, &status, 0) < 0)
2134 perror ("pwait");
H A Ddlltool.c1337 pid = pwait (pid, & wait_status, 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dprotoize.c1922 pid = pwait (pid, &wait_status, 0);

Completed in 218 milliseconds