| /NextBSD/bin/pwait/ |
| HD | Makefile | 3 PROG= pwait
|
| /NextBSD/bin/ |
| HD | Makefile | 31 pwait \
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | pexecute.c | 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) in pwait() function
|
| HD | 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 …]
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | pexecute.c | 85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) in pwait() function
|
| HD | pexecute.txh | 270 @deftypefn Extension int pwait (int @var{pid}, int *@var{status}, int @var{flags})
|
| HD | 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 …]
|
| HD | functions.texi | 970 @deftypefn Extension int pwait (int @var{pid}, int *@var{status}, int @var{flags})
|
| /NextBSD/contrib/gdb/include/ |
| HD | libiberty.h | 279 extern int pwait PARAMS ((int, int *, int));
|
| /NextBSD/contrib/gcclibs/libiberty/testsuite/ |
| HD | test-pexecute.c | 414 if (pwait (pid1, &status, 0) < 0) in main() 419 if (pwait (pid2, &status, 0) < 0) in main()
|
| /NextBSD/contrib/binutils/include/ |
| HD | libiberty.h | 583 extern int pwait (int, int *, int);
|
| /NextBSD/contrib/gcclibs/include/ |
| HD | libiberty.h | 555 extern int pwait (int, int *, int);
|
| /NextBSD/sys/dev/netmap/ |
| HD | netmap.c | 731 static int netmap_rxsync_from_host(struct netmap_adapter *na, struct thread *td, void *pwait); 1182 netmap_rxsync_from_host(struct netmap_adapter *na, struct thread *td, void *pwait) in netmap_rxsync_from_host() argument 1192 (void)pwait; /* disable unused warnings */ in netmap_rxsync_from_host() 2357 void *pwait = dev; /* linux compatibility */ in netmap_poll() local 2368 (void)pwait; in netmap_poll()
|
| /NextBSD/contrib/tcsh/ |
| HD | sh.decls.h | 361 extern void pwait (void);
|
| HD | sh.sem.c | 610 pwait(); in execute()
|
| HD | sh.glob.c | 887 pwait(); in backeval()
|
| HD | sh.exp.c | 583 pwait(); in exp6()
|
| HD | tc.os.c | 852 pwait(); in dobs2cmd()
|
| HD | sh.proc.c | 461 pwait(void) in pwait() function
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | dllwrap.c | 402 pid = pwait (pid, &wait_status, 0); in run()
|
| HD | dlltool.c | 1214 pid = pwait (pid, & wait_status, 0); in run()
|
| HD | resrc.c | 289 pid = pwait (pid, &wait_status, 0); in run_cmd()
|
| /NextBSD/targets/pseudo/userland/ |
| HD | Makefile.depend | 39 bin/pwait \
|
| /NextBSD/contrib/gcc/ |
| HD | protoize.c | 1907 pid = pwait (pid, &wait_status, 0); in gen_aux_info_file()
|
| /NextBSD/etc/ |
| HD | rc.subr | 631 pwait $_list 2>/dev/null
|