HomeSort by: relevance | last modified time | path
    Searched refs:vfork (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xdm/dist/xdmshell/
xdmshell.c 47 * HP-UX does have vfork, but A/UX doesn't
54 # define vfork() fork() macro
77 switch (pid = vfork ()) {
  /xsrc/external/mit/xmh/dist/
config.h.in 33 /* Define to 1 if you have the 'vfork' function. */
36 /* Define to 1 if you have the <vfork.h> header file. */
42 /* Define to 1 if 'vfork' works. */
98 /* Define as 'fork' if 'vfork' does not work. */
99 #undef vfork
command.c 44 #define vfork fork macro
47 #include <vfork.h>
201 pid = vfork();
configure 2522 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/
config.h.in 150 /* Define to 1 if you have the 'vfork' function. */
153 /* Define to 1 if you have the <vfork.h> header file. */
162 /* Define to 1 if 'vfork' works. */
340 /* Define as 'fork' if 'vfork' does not work. */
341 #undef vfork
configure 2926 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 39 milliseconds