Home
last modified time | relevance | path

Searched refs:pwait (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-10-stable/bin/pwait/
DMakefile3 PROG= pwait
/freebsd-10-stable/bin/
DMakefile30 pwait \
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) in pwait() function
Dpexecute.txh270 @deftypefn Extension int pwait (int @var{pid}, int *@var{status}, int @var{flags})
DChangeLog155 * 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 …]
Dfunctions.texi970 @deftypefn Extension int pwait (int @var{pid}, int *@var{status}, int @var{flags})
/freebsd-10-stable/contrib/binutils/libiberty/
Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) in pwait() function
DChangeLog353 * 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/
Dlibiberty.h279 extern int pwait PARAMS ((int, int *, int));
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
Dtest-pexecute.c414 if (pwait (pid1, &status, 0) < 0) in main()
419 if (pwait (pid2, &status, 0) < 0) in main()
/freebsd-10-stable/contrib/binutils/include/
Dlibiberty.h583 extern int pwait (int, int *, int);
/freebsd-10-stable/contrib/gcclibs/include/
Dlibiberty.h555 extern int pwait (int, int *, int);
/freebsd-10-stable/contrib/tcsh/
Dsh.decls.h366 extern void pwait (void);
Dsh.glob.c869 pwait(); in backeval()
Dsh.sem.c627 pwait(); in execute()
Dsh.exp.c584 pwait(); in exp6()
Dtc.os.c852 pwait(); in dobs2cmd()
Dsh.proc.c464 pwait(void) in pwait() function
/freebsd-10-stable/sys/dev/netmap/
Dnetmap.c1276 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()
Dnetmap_kern.h1067 int netmap_rxsync_from_host(struct netmap_adapter *na, struct thread *td, void *pwait);
/freebsd-10-stable/contrib/binutils/binutils/
Ddllwrap.c402 pid = pwait (pid, &wait_status, 0); in run()
Ddlltool.c1214 pid = pwait (pid, & wait_status, 0); in run()
Dresrc.c289 pid = pwait (pid, &wait_status, 0); in run_cmd()
/freebsd-10-stable/contrib/gcc/
Dprotoize.c1907 pid = pwait (pid, &wait_status, 0); in gen_aux_info_file()
/freebsd-10-stable/etc/
Drc.subr631 pwait $_list 2>/dev/null

12