HomeSort by: relevance | last modified time | path
    Searched refs:pwait (Results 1 - 25 of 25) sorted by relevancy

  /src/usr.bin/pwait/
Makefile 4 PROG= pwait
  /src/external/gpl3/binutils/dist/libiberty/
pexecute.c 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
  /src/external/gpl3/binutils.old/dist/libiberty/
pexecute.c 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
  /src/external/gpl3/gcc/dist/libiberty/
pexecute.c 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
  /src/external/gpl3/gcc.old/dist/libiberty/
pexecute.c 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
  /src/external/gpl3/gdb.old/dist/libiberty/
pexecute.c 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
  /src/external/gpl3/gdb/dist/libiberty/
pexecute.c 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
  /src/usr.bin/
Makefile 24 printenv printf progress pwait pwhash qsubst quota radioctl rdist \
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-pexecute.c 428 if (pwait (pid1, &status, 0) < 0)
429 FATAL_ERROR ("write pwait 1 failed", errno);
433 if (pwait (pid2, &status, 0) < 0)
434 FATAL_ERROR ("write pwait 1 failed", errno);
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-pexecute.c 428 if (pwait (pid1, &status, 0) < 0)
429 FATAL_ERROR ("write pwait 1 failed", errno);
433 if (pwait (pid2, &status, 0) < 0)
434 FATAL_ERROR ("write pwait 1 failed", errno);
  /src/bin/csh/
extern.h 268 void pwait(void);
exp.c 463 pwait();
glob.c 762 pwait();
sem.c 345 * knew the last process had been started. Pwait, in fact, does
359 pwait();
proc.c 85 * childs status. Top level routines (like pwait) must be sure
227 * pwait - wait for current job to terminate, maintaining integrity
231 pwait(void) function
  /src/external/gpl3/binutils/dist/include/
libiberty.h 645 /* pexecute and pwait are the old pexecute interface, still here for
664 extern int pwait (int, int *, int);
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 645 /* pexecute and pwait are the old pexecute interface, still here for
664 extern int pwait (int, int *, int);
  /src/external/gpl3/gcc/dist/include/
libiberty.h 623 /* pexecute and pwait are the old pexecute interface, still here for
642 extern int pwait (int, int *, int);
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 623 /* pexecute and pwait are the old pexecute interface, still here for
642 extern int pwait (int, int *, int);
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 623 /* pexecute and pwait are the old pexecute interface, still here for
642 extern int pwait (int, int *, int);
  /src/external/gpl3/gdb/dist/include/
libiberty.h 645 /* pexecute and pwait are the old pexecute interface, still here for
664 extern int pwait (int, int *, int);
  /src/external/gpl3/binutils/dist/binutils/
dllwrap.c 408 pid = pwait (pid, &wait_status, 0);
411 warn (_("pwait returns: %s"), strerror (errno));
dlltool.c 1296 pid = pwait (pid, & wait_status, 0);
  /src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c 408 pid = pwait (pid, &wait_status, 0);
411 warn (_("pwait returns: %s"), strerror (errno));
dlltool.c 1296 pid = pwait (pid, & wait_status, 0);

Completed in 102 milliseconds