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

/ast/src/lib/libast/comp/
H A Dvfork.c28 NoN(vfork)
38 #undef vfork
45 vfork(void)
H A Dspawnveg.c199 pid = vfork();
/ast/src/cmd/3d/
H A Dvfork3d.c25 * vfork == fork
43 vfork(void) function
/ast/src/lib/libtk/compat/
H A Dunistd.h80 extern int vfork _ANSI_ARGS_((void));
/ast/src/lib/libast/sfio/
H A Dsfhdr.h476 #include <vfork.h>
479 #include <sys/vfork.h>
481 #define fork vfork
1293 extern pid_t vfork _ARG_((void));
/ast/src/cmd/ksh93/sh/
H A Dpath.c46 # define vfork() fork() macro
110 while((pid = vfork()) < 0)
H A Dxec.c51 # define vfork() fork() macro
1847 while((parent = vfork()) < 0)
3059 * This routine creates a subshell by calling fork() or vfork()
3060 * If ((flags&COMASK)==TCOM), then vfork() is permitted
/ast/src/lib/libast/
H A DMakefile118 vfork.c killpg.c \

Completed in 36 milliseconds