Searched refs:waitpid (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | msdos.c | 12 waitpid() in waitpid() function
|
D | waitpid.c | 27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) in waitpid() function
|
D | pex-unix.c | 134 return waitpid (pid, status, 0); in pex_wait() 162 return waitpid (pid, status, 0); in pex_wait() 175 return waitpid (pid, status, 0); in pex_wait() 179 ret = waitpid (pid, status, 0); in pex_wait()
|
D | configure.ac | 385 funcs="$funcs waitpid" 417 wait3 wait4 waitpid) 495 AC_LIBOBJ([waitpid]) 499 …ex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strverscmp | vasprintf | waitpid) 529 vsprintf waitpid 573 AC_LIBOBJ([waitpid]) 579 strncasecmp | strdup | vfork | waitpid | vasprintf)
|
D | Makefile.in | 161 waitpid.c \ 229 ./waitpid.$(objext) 1612 ./waitpid.$(objext): $(srcdir)/waitpid.c config.h $(INCDIR)/ansidecl.h 1614 $(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \ 1617 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/waitpid.c -o noasan/$@; \ 1619 $(COMPILE.c) $(srcdir)/waitpid.c $(OUTPUT_OPTION)
|
D | config.in | 419 /* Define to 1 if you have the `waitpid' function. */
|
D | configure | 5753 wait3 wait4 waitpid 6097 …ex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strverscmp | vasprintf | waitpid) 6151 vsprintf waitpid 6256 strncasecmp | strdup | vfork | waitpid | vasprintf)
|
D | ChangeLog | 2767 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix 2900 * waitpid.c (waitpid): Likewise. 4418 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid". 4802 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c, 5486 * Makefile.in (rename.o, waitpid.o): Depend on config.h 5488 * waitpid.c: Include config.h, sys/wait.h 7300 (pwait): Use waitpid instead of wait for VMS. 8531 * waitpid.c: Simple-minded approcimation to waitpid
|
D | functions.texi | 1908 @c waitpid.c:3 1909 @deftypefn Supplemental int waitpid (int @var{pid}, int *@var{status}, int)
|
/toolchain/binutils/binutils-2.27/ld/ |
D | config.in | 154 /* Define to 1 if you have the `waitpid' function. */
|
D | configure.ac | 228 AC_CHECK_FUNCS(glob mkstemp realpath sbrk setlocale waitpid)
|
D | ChangeLog-2007 | 803 * configure.in: Check for mkstemp and waitpid.
|
D | configure | 16450 for ac_func in glob mkstemp realpath sbrk setlocale waitpid
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | ChangeLog-9197 | 2258 * dlltool.c (run): Add missing 3rd arg to waitpid.
|