Home
last modified time | relevance | path

Searched refs:waitpid (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dmsdos.c12 waitpid() in waitpid() function
Dwaitpid.c27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) in waitpid() function
Dpex-unix.c134 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()
Dconfigure.ac385 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)
DMakefile.in161 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)
Dconfig.in419 /* Define to 1 if you have the `waitpid' function. */
Dconfigure5753 wait3 wait4 waitpid
6097 …ex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strverscmp | vasprintf | waitpid)
6151 vsprintf waitpid
6256 strncasecmp | strdup | vfork | waitpid | vasprintf)
DChangeLog2767 * 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
Dfunctions.texi1908 @c waitpid.c:3
1909 @deftypefn Supplemental int waitpid (int @var{pid}, int *@var{status}, int)
/toolchain/binutils/binutils-2.27/ld/
Dconfig.in154 /* Define to 1 if you have the `waitpid' function. */
Dconfigure.ac228 AC_CHECK_FUNCS(glob mkstemp realpath sbrk setlocale waitpid)
DChangeLog-2007803 * configure.in: Check for mkstemp and waitpid.
Dconfigure16450 for ac_func in glob mkstemp realpath sbrk setlocale waitpid
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-91972258 * dlltool.c (run): Add missing 3rd arg to waitpid.