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

1234

/macosx-10.10/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.10/ksh-23/ksh/src/lib/libast/comp/
H A Dvfork.c28 NoN(vfork)
38 #undef vfork
45 vfork(void)
/macosx-10.10/dtrace-147/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.10/emacs-93/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.10/dtrace-147/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.10/system_cmds-643.1.1/vipw.tproj/
H A Dpw_util.c172 if (!(pid = vfork())) {
197 if (!(editpid = vfork())) {
/macosx-10.10/cron-39/cron/
H A Dexterns.h144 extern PID_T vfork __P((void));
/macosx-10.10/system_cmds-643.1.1/vifs.tproj/
H A Dvifs.c100 editpid = vfork();
/macosx-10.10/cron-39/lib/
H A Dcompat.c38 /* the code does not depend on any of vfork's
44 vfork() { function
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Dfilter_fork.c80 switch ((child = vfork())) {
/macosx-10.10/remote_cmds-47/rcp.tproj/
H A Dutil.c110 pid = vfork();
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dunistd.h80 extern int vfork _ANSI_ARGS_((void));
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dunistd.h80 extern int vfork _ANSI_ARGS_((void));
/macosx-10.10/tcl-105/tk/tk/compat/
H A Dunistd.h80 extern int vfork _ANSI_ARGS_((void));
/macosx-10.10/tcl-105/tk84/tk/compat/
H A Dunistd.h80 extern int vfork _ANSI_ARGS_((void));
/macosx-10.10/Heimdal-398.1.2/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.10/gnudiff-19/diffutils/src/
H A Dsystem.h311 # include <vfork.h>
315 # define vfork fork macro
/macosx-10.10/adv_cmds-158/fingerd/
H A Dfingerd.c181 switch(vfork()) {
/macosx-10.10/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h188 int vfork(void);

Completed in 365 milliseconds

1234