Home
last modified time | relevance | path

Searched refs:vfork (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
Ddefbug.s4 ….export vfork ! .label vfork ! .proc! .callinfo no_calls! .entry ! .label __vfork ! mtsp …
/toolchain/binutils/binutils-2.27/libiberty/
Dvfork.c19 vfork (void) in vfork() function
Dmsdos.c2 vfork() in vfork() function
Dconfigure.ac388 # Also in the old function.def file: alloca, vfork, getopt.
572 AC_LIBOBJ([vfork])
579 strncasecmp | strdup | vfork | waitpid | vasprintf)
618 # vfork and fork are stubs.
623 # Under some versions of uwin, vfork is notoriously buggy and the test
624 # can hang configure; on other versions, vfork exists just as a stub.
625 # FIXME: This should be removed once vfork in uwin's runtime is fixed.
635 # Under VMS, vfork works very different than on Unix. The standard test
650 AC_LIBOBJ([vfork])
Dconfig.in398 /* Define to 1 if you have the `vfork' function. */
401 /* Define to 1 if you have the <vfork.h> header file. */
425 /* Define to 1 if `vfork' works. */
564 /* Define as `fork' if `vfork' does not work. */
565 #undef vfork
Dpex-unix.c63 #ifdef vfork /* Autoconf may define this to fork for us. */
613 pid = vfork (); in pex_unix_exec_child()
DMakefile.in159 vasprintf.c vfork.c vfprintf.c vprintf.c vprintf-support.c \
227 ./vasprintf.$(objext) ./vfork.$(objext) ./vfprintf.$(objext) \
1556 ./vfork.$(objext): $(srcdir)/vfork.c $(INCDIR)/ansidecl.h
1558 $(COMPILE.c) $(PICFLAG) $(srcdir)/vfork.c -o pic/$@; \
1561 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vfork.c -o noasan/$@; \
1563 $(COMPILE.c) $(srcdir)/vfork.c $(OUTPUT_OPTION)
DChangeLog1546 * pex-unix.c (vfork): Remove VMS specific definition (get from header
2895 * vfork.c (vfork): Likewise.
3108 * configure.ac (target_header_dir): vfork is a stub under djgpp.
3327 * pex-unix.c (pexecute): Use vfork instead of fork, with
4627 * configure.in: Hardcode that vfork works on VMS host.
4730 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
4802 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
5466 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
5557 * vfork.c (fork): Prototype.
6314 * configure.in (*-*-uwin*): Workaround for vfork bug.
[all …]
Dconfigure6256 strncasecmp | strdup | vfork | waitpid | vasprintf)
6492 for ac_header in vfork.h
6503 for ac_func in fork vfork
6643 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
Dfunctions.texi1869 @c vfork.c:6
1870 @deftypefn Supplemental int vfork (void)
1872 Emulates @code{vfork} by calling @code{fork} and returning its value.
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-98991862 * configure.in: Remove vfork check.
1863 * nlmconv.c: Never include vfork.h.
1875 * dlltool.c: Never include vfork.h.
1876 (run): Use pexecute rather than vfork.
DChangeLog-91971209 * dlltool.c, nlmconv.c: Include <vfork.h> if HAVE_VFORK_H is