Searched refs:vfork (Results 1 - 25 of 86) sorted by relevance

1234

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
6 @deftypefn Supplemental int vfork (void)
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
19 vfork (void) function
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n";
2 vfork() function
H A Dpex-unix.c60 #ifdef vfork /* Autoconf may define this to fork for us. */
63 # define VFORK_STRING "vfork"
66 #include <vfork.h>
69 #define vfork() (decc$$alloc_vfork_blocks() >= 0 ? \ macro
336 because we might be here due to a vfork call. */
367 them being clobbered by vfork. */
375 pid = vfork ();
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dvfork.c28 NoN(vfork)
38 #undef vfork
45 vfork(void)
/macosx-10.9.5/dtrace-118.1/test/tst/common/pid/
H A Dtst.vfork.c27 #pragma ident "@(#)tst.vfork.c 1.1 06/08/28 SMI"
59 if (vfork() == 0) {
H A Dtst.vfork.d27 #pragma ident "@(#)tst.vfork.d 1.1 06/08/28 SMI"
30 * ASSERTION: make sure probes called from a vfork(2) child fire in the parent
44 syscall::vfork:return
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dcygwin.h139 /* vfork() interacts badly with setsid(), causing ptys to fail to
141 #define vfork fork macro
H A Ddarwin.h322 #define vfork fork macro
/macosx-10.9.5/dtrace-118.1/test/tst/common/
H A DMake.ppc64.sh8 gcc -arch ppc64 ./pid/tst.vfork.c -o a.out; mv a.out ./pid/tst.vfork.exe
H A DMake.sh8 gcc -arch i386 ./pid/tst.vfork.c -o a.out; mv a.out ./pid/tst.vfork.exe
H A DMake.x86_64.sh8 gcc -arch x86_64 ./pid/tst.vfork.c -o a.out; mv a.out ./pid/tst.vfork.exe
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vipw.tproj/
H A Dpw_util.c172 if (!(pid = vfork())) {
197 if (!(editpid = vfork())) {
/macosx-10.9.5/system_cmds-597.90.1/vipw.tproj/
H A Dpw_util.c172 if (!(pid = vfork())) {
197 if (!(editpid = vfork())) {
/macosx-10.9.5/cron-39/cron/
H A Dexterns.h144 extern PID_T vfork __P((void));
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vifs.tproj/
H A Dvifs.c100 editpid = vfork();
/macosx-10.9.5/system_cmds-597.90.1/vifs.tproj/
H A Dvifs.c100 editpid = vfork();
/macosx-10.9.5/cron-39/lib/
H A Dcompat.c38 /* the code does not depend on any of vfork's
44 vfork() { function
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Dfilter_fork.c80 switch ((child = vfork())) {
/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A Dutil.c110 pid = vfork();
/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Dunistd.h80 extern int vfork _ANSI_ARGS_((void));
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Dunistd.h80 extern int vfork _ANSI_ARGS_((void));
/macosx-10.9.5/tcl-102/tk/tk/compat/
H A Dunistd.h80 extern int vfork _ANSI_ARGS_((void));
/macosx-10.9.5/tcl-102/tk84/tk/compat/
H A Dunistd.h80 extern int vfork _ANSI_ARGS_((void));
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/
H A Dconfig.h.in165 /* Define to 1 if you have the `vfork' function. */
168 /* Define to 1 if you have the <vfork.h> header file. */
177 /* Define to 1 if `vfork' works. */
270 /* Define as `fork' if `vfork' does not work. */
271 #undef vfork
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dsystem.h311 # include <vfork.h>
315 # define vfork fork macro

Completed in 259 milliseconds

1234