Searched refs:vfork (Results 226 - 233 of 233) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dconfigure10844 # Under VMS, vfork works very differently than on Unix. The standard test
10861 for ac_header in vfork.h
10863 ac_fn_cxx_check_header_preproc "$LINENO" "vfork.h" "ac_cv_header_vfork_h"
10872 for ac_func in fork vfork
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
10939 $as_echo_n "checking for working vfork... " >&6; }
10952 # include <vfork.h>
10956 is told about this with #include <vfork.h>, but some compilers
10957 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
10959 clobbered by the vfork
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dconfigure24947 for ac_header in vfork.h
24949 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
24959 for ac_func in fork vfork
25025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
25026 $as_echo_n "checking for working vfork... " >&6; }
25039 # include <vfork.h>
25043 is told about this with #include <vfork.h>, but some compilers
25044 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
25046 clobbered by the vfork. */
25056 child = vfork ();
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/
H A Dconfigure4916 for ac_func in strtold vsnprintf snprintf mkstemp strlcat strlcpy getopt ffs vfork
/netbsd-current/external/gpl2/lvm2/dist/
H A Dconfigure7092 for ac_header in vfork.h
7239 for ac_func in fork vfork
7424 { $as_echo "$as_me:$LINENO: checking for working vfork" >&5
7425 $as_echo_n "checking for working vfork... " >&6; }
7442 # include <vfork.h>
7446 is told about this with #include <vfork.h>, but some compilers
7447 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
7449 clobbered by the vfork. */
7459 child = vfork ();
7461 perror ("vfork");
[all...]
/netbsd-current/external/gpl2/xcvs/dist/
H A Dconfigure15575 for ac_header in vfork.h
15577 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
15587 for ac_func in fork vfork
15654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
15655 $as_echo_n "checking for working vfork... " >&6; }
15668 # include <vfork.h>
15672 is told about this with #include <vfork.h>, but some compilers
15673 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
15675 clobbered by the vfork. */
15685 child = vfork ();
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dconfigure8924 for ac_header in unistd.h vfork.h
9074 for ac_func in fork vfork
9247 echo "$as_me:$LINENO: checking for working vfork" >&5
9248 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
9271 # include <vfork.h>
9275 is told about this with #include <vfork.h>, but some compilers
9276 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
9278 clobbered by the vfork. */
9288 child = vfork ();
9290 perror ("vfork");
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/
H A Dconfigure30703 for ac_header in vfork.h
30844 for ac_func in fork vfork
31019 { echo "$as_me:$LINENO: checking for working vfork" >&5
31020 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6; }
31037 # include <vfork.h>
31041 is told about this with #include <vfork.h>, but some compilers
31042 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
31044 clobbered by the vfork. */
31054 child = vfork ();
31056 perror ("vfork");
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dconfigure5110 for ac_func in fork vfork

Completed in 437 milliseconds

12345678910