Searched refs:vfork (Results 76 - 94 of 94) sorted by relevance

1234

/freebsd-10.2-release/contrib/nvi/ex/
H A Dex_cscope.c391 switch (csc->pid = vfork()) {
394 msgq(sp, M_SYSERR, "vfork");
/freebsd-10.2-release/gnu/usr.bin/rcs/lib/
H A Drcsutil.c1078 if (!(pid = vfork())) {
/freebsd-10.2-release/contrib/gcc/
H A Dsys-protos.h1217 extern pid_t vfork(void);
H A Dconfigure9969 # Under VMS, vfork works very differently than on Unix. The standard test
10043 for ac_header in unistd.h vfork.h
10098 for ac_func in fork vfork
10266 echo "$as_me:$LINENO: checking for working vfork" >&5
10267 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
10290 # include <vfork.h>
10294 is told about this with #include <vfork.h>, but some compilers
10295 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
10297 clobbered by the vfork. */
10307 child = vfork ();
[all...]
/freebsd-10.2-release/contrib/tcpdump/
H A Dtcpdump.c1876 if (vfork())
H A Dconfigure4972 for ac_func in fork vfork strftime
/freebsd-10.2-release/contrib/diff/src/
H A Ddiff3.c1171 pid = vfork ();
/freebsd-10.2-release/bin/sh/
H A Djobs.c921 pid = vfork();
/freebsd-10.2-release/contrib/bmake/
H A Dconfigure5129 for ac_header in vfork.h
5131 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
5141 for ac_func in fork vfork
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
5209 $as_echo_n "checking for working vfork... " >&6; }
5222 # include <vfork.h>
5226 is told about this with #include <vfork.h>, but some compilers
5227 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
5229 clobbered by the vfork. */
5239 child = vfork ();
[all...]
/freebsd-10.2-release/contrib/telnet/telnet/
H A Dcommands.c1361 switch(vfork()) {
/freebsd-10.2-release/contrib/openbsm/
H A Dconfigure12581 for ac_header in vfork.h
12583 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
12593 for ac_func in fork vfork
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
12660 $as_echo_n "checking for working vfork... " >&6; }
12673 # include <vfork.h>
12677 is told about this with #include <vfork.h>, but some compilers
12678 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
12680 clobbered by the vfork. */
12690 child = vfork ();
[all...]
/freebsd-10.2-release/contrib/file/
H A Dconfigure13922 for ac_header in vfork.h
13924 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
13934 for ac_func in fork vfork
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
14001 $as_echo_n "checking for working vfork... " >&6; }
14014 # include <vfork.h>
14018 is told about this with #include <vfork.h>, but some compilers
14019 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
14021 clobbered by the vfork. */
14031 child = vfork ();
[all...]
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dconfigure8897 for ac_header in vfork.h
8899 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
8909 for ac_func in fork vfork
8975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
8976 $as_echo_n "checking for working vfork... " >&6; }
8989 # include <vfork.h>
8993 is told about this with #include <vfork.h>, but some compilers
8994 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
8996 clobbered by the vfork. */
9006 child = vfork ();
[all...]
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dconfigure4961 # Also in the old function.def file: alloca, vfork, getopt.
5994 "vfork.$ac_objext" | \
5995 *" vfork.$ac_objext" | \
5996 "vfork.$ac_objext "* | \
5997 *" vfork.$ac_objext "* ) ;;
5998 *) LIBOBJS="$LIBOBJS vfork.$ac_objext" ;;
6021 strncasecmp | strdup | vfork | waitpid | vasprintf)
6090 # vfork and fork are stubs.
6095 # Under some versions of uwin, vfork is notoriously buggy and the test
6096 # can hang configure; on other versions, vfork exist
[all...]
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dconfigure5058 # Also in the old function.def file: alloca, vfork, getopt.
6091 "vfork.$ac_objext" | \
6092 *" vfork.$ac_objext" | \
6093 "vfork.$ac_objext "* | \
6094 *" vfork.$ac_objext "* ) ;;
6095 *) LIBOBJS="$LIBOBJS vfork.$ac_objext" ;;
6118 strncasecmp | strdup | vfork | waitpid | vasprintf)
6207 # vfork and fork are stubs.
6212 # Under some versions of uwin, vfork is notoriously buggy and the test
6213 # can hang configure; on other versions, vfork exist
[all...]
/freebsd-10.2-release/tools/tools/cxgbetool/
H A Dcxgbetool.c1771 if (vfork() == 0) {
/freebsd-10.2-release/contrib/ntp/
H A Dconfigure19432 for ac_header in vfork.h
19434 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
19444 for ac_func in fork vfork
19510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
19511 $as_echo_n "checking for working vfork... " >&6; }
19524 # include <vfork.h>
19528 is told about this with #include <vfork.h>, but some compilers
19529 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
19531 clobbered by the vfork. */
19541 child = vfork ();
[all...]
/freebsd-10.2-release/contrib/unbound/
H A Dconfigure14305 for ac_header in vfork.h
14307 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
14317 for ac_func in fork vfork
14383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
14384 $as_echo_n "checking for working vfork... " >&6; }
14397 # include <vfork.h>
14401 is told about this with #include <vfork.h>, but some compilers
14402 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
14404 clobbered by the vfork. */
14414 child = vfork ();
[all...]
/freebsd-10.2-release/contrib/ldns/
H A Dconfigure16233 for ac_header in vfork.h
16235 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
16245 for ac_func in fork vfork
16311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
16312 $as_echo_n "checking for working vfork... " >&6; }
16325 # include <vfork.h>
16329 is told about this with #include <vfork.h>, but some compilers
16330 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
16332 clobbered by the vfork. */
16342 child = vfork ();
[all...]

Completed in 370 milliseconds

1234