| /freebsd-10-stable/bin/pwait/ |
| D | Makefile | 3 PROG= pwait
|
| /freebsd-10-stable/bin/ |
| D | Makefile | 30 pwait \
|
| /freebsd-10-stable/contrib/gcclibs/libiberty/ |
| D | pexecute.c | 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) in pwait() function
|
| D | pexecute.txh | 270 @deftypefn Extension int pwait (int @var{pid}, int *@var{status}, int @var{flags})
|
| D | ChangeLog | 155 * pexecute.c (pwait): Syntax fix for previous change. 159 * pexecute.c (pwait): Free vector pointer. 426 * pexecute.c (pwait): Likewise. 648 * pex-win32.c (fix_argv, pexecute, pwait): Likewise. 649 * pex-unix.c (pexecute, pwait): Likewise. 650 * pex-msdos.c (pexecute, pwait): Likewise. 651 * pex-djgpp.c (pexecute, pwait): Likewise. 1688 (pwait): Mark parameter flags as unused. 3289 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform 4128 (pwait): Likewise. [all …]
|
| D | functions.texi | 970 @deftypefn Extension int pwait (int @var{pid}, int *@var{status}, int @var{flags})
|
| /freebsd-10-stable/contrib/binutils/libiberty/ |
| D | pexecute.c | 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) in pwait() function
|
| D | ChangeLog | 353 * pexecute.c (pwait): Syntax fix for previous change. 357 * pexecute.c (pwait): Free vector pointer. 624 * pexecute.c (pwait): Likewise. 846 * pex-win32.c (fix_argv, pexecute, pwait): Likewise. 847 * pex-unix.c (pexecute, pwait): Likewise. 848 * pex-msdos.c (pexecute, pwait): Likewise. 849 * pex-djgpp.c (pexecute, pwait): Likewise. 1886 (pwait): Mark parameter flags as unused. 3487 (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform 4326 (pwait): Likewise. [all …]
|
| /freebsd-10-stable/contrib/gdb/include/ |
| D | libiberty.h | 279 extern int pwait PARAMS ((int, int *, int));
|
| /freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/ |
| D | test-pexecute.c | 414 if (pwait (pid1, &status, 0) < 0) in main() 419 if (pwait (pid2, &status, 0) < 0) in main()
|
| /freebsd-10-stable/contrib/binutils/include/ |
| D | libiberty.h | 583 extern int pwait (int, int *, int);
|
| /freebsd-10-stable/contrib/gcclibs/include/ |
| D | libiberty.h | 555 extern int pwait (int, int *, int);
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | sh.decls.h | 366 extern void pwait (void);
|
| D | sh.glob.c | 869 pwait(); in backeval()
|
| D | sh.sem.c | 627 pwait(); in execute()
|
| D | sh.exp.c | 584 pwait(); in exp6()
|
| D | tc.os.c | 852 pwait(); in dobs2cmd()
|
| D | sh.proc.c | 464 pwait(void) in pwait() function
|
| /freebsd-10-stable/sys/dev/netmap/ |
| D | netmap.c | 1276 netmap_rxsync_from_host(struct netmap_adapter *na, struct thread *td, void *pwait) in netmap_rxsync_from_host() argument 1286 (void)pwait; /* disable unused warnings */ in netmap_rxsync_from_host() 2291 void *pwait = dev; /* linux compatibility */ in netmap_poll() local 2301 (void)pwait; in netmap_poll()
|
| D | netmap_kern.h | 1067 int netmap_rxsync_from_host(struct netmap_adapter *na, struct thread *td, void *pwait);
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | dllwrap.c | 402 pid = pwait (pid, &wait_status, 0); in run()
|
| D | dlltool.c | 1214 pid = pwait (pid, & wait_status, 0); in run()
|
| D | resrc.c | 289 pid = pwait (pid, &wait_status, 0); in run_cmd()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | protoize.c | 1907 pid = pwait (pid, &wait_status, 0); in gen_aux_info_file()
|
| /freebsd-10-stable/etc/ |
| D | rc.subr | 631 pwait $_list 2>/dev/null
|