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

/xsrc/external/mit/xdm/dist/xdmshell/
H A Dxdmshell.c47 * HP-UX does have vfork, but A/UX doesn't
54 # define vfork() fork() macro
77 switch (pid = vfork ()) {
/xsrc/external/mit/xmh/dist/
H A Dcommand.c44 #define vfork fork macro
47 #include <vfork.h>
201 pid = vfork();
H A Dconfigure2522 as_fn_append ac_header_c_list " vfork.h vfork_h HAVE_VFORK_H"
2524 as_fn_append ac_func_c_list " vfork HAVE_VFORK"
12135 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
12136 printf %s "checking for working vfork... " >&6; }
12152 # include <vfork.h>
12163 is told about this with #include <vfork.h>, but some compilers
12164 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
12166 clobbered by the vfork. */
12172 child = vfork ();
12174 perror ("vfork");
[all...]
/xsrc/external/mit/xdm/dist/
H A Dconfigure2926 as_fn_append ac_header_c_list " vfork.h vfork_h HAVE_VFORK_H"
2928 as_fn_append ac_func_c_list " vfork HAVE_VFORK"
22827 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
22828 printf %s "checking for working vfork... " >&6; }
22844 # include <vfork.h>
22855 is told about this with #include <vfork.h>, but some compilers
22856 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
22858 clobbered by the vfork. */
22864 child = vfork ();
22866 perror ("vfork");
[all...]

Completed in 132 milliseconds