Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
Ddefbug.s4 ….export vfork ! .label vfork ! .proc! .callinfo no_calls! .entry ! .label __vfork ! mtsp …
/toolchain/binutils/binutils-2.25/libiberty/
Dconfigure.ac386 # Also in the old function.def file: alloca, vfork, getopt.
570 AC_LIBOBJ([vfork])
577 strncasecmp | strdup | vfork | waitpid | vasprintf)
610 # vfork and fork are stubs.
615 # Under some versions of uwin, vfork is notoriously buggy and the test
616 # can hang configure; on other versions, vfork exists just as a stub.
617 # FIXME: This should be removed once vfork in uwin's runtime is fixed.
627 # Under VMS, vfork works very different than on Unix. The standard test
642 AC_LIBOBJ([vfork])
Dvfork.c19 vfork (void) in vfork() function
Dmsdos.c2 vfork() in vfork() function
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. */
529 /* Define as `fork' if `vfork' does not work. */
530 #undef vfork
Dpex-unix.c62 #ifdef vfork /* Autoconf may define this to fork for us. */
614 pid = vfork (); in pex_unix_exec_child()
DMakefile.in158 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
224 ./vasprintf.$(objext) ./vfork.$(objext) ./vfprintf.$(objext) \
1555 ./vfork.$(objext): $(srcdir)/vfork.c $(INCDIR)/ansidecl.h
1557 $(COMPILE.c) $(PICFLAG) $(srcdir)/vfork.c -o pic/$@; \
1560 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vfork.c -o noasan/$@; \
1562 $(COMPILE.c) $(srcdir)/vfork.c $(OUTPUT_OPTION)
DChangeLog1232 * pex-unix.c (vfork): Remove VMS specific definition (get from header
2581 * vfork.c (vfork): Likewise.
2794 * configure.ac (target_header_dir): vfork is a stub under djgpp.
3013 * pex-unix.c (pexecute): Use vfork instead of fork, with
4313 * configure.in: Hardcode that vfork works on VMS host.
4416 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
4488 tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
5152 * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.
5243 * vfork.c (fork): Prototype.
6000 * configure.in (*-*-uwin*): Workaround for vfork bug.
[all …]
Dconfigure6010 strncasecmp | strdup | vfork | waitpid | vasprintf)
6240 for ac_header in vfork.h
6251 for ac_func in fork vfork
6391 /* 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.25/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