Home
last modified time | relevance | path

Searched refs:vfork (Results 1 – 25 of 72) sorted by relevance

123

/mirbsd/src/lib/libc/sys/
DLint_Ovfork.c13 vfork(void) in vfork() function
/mirbsd/src/lib/libpthread/uthread/
Duthread_vfork.c6 vfork(void) in vfork() function
Duthread_init.c127 &vfork,
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dpex-unix.c60 #ifdef vfork /* Autoconf may define this to fork for us. */
69 #define vfork() (decc$$alloc_vfork_blocks() >= 0 ? \ macro
368 pid = vfork (); in pex_unix_exec_child()
/mirbsd/src/lib/libc/arch/sparc/sys/
DOvfork.S44 SYSCALL(vfork)
/mirbsd/src/lib/libc/arch/i386/sys/
DOvfork.S45 SYSENTRY(vfork)
/mirbsd/src/usr.bin/window/
Dwwterminfo.c96 switch (vfork()) { in wwterminfoend()
Dwwspawn.c67 switch (pid = vfork()) {
/mirbsd/src/bin/mv/
Dmv.c351 if ((pid = vfork()) == 0) { in copy()
369 if (!(pid = vfork())) { in copy()
/mirbsd/src/lib/libc/stdlib/
Dsystem.c57 switch (pid = vfork()) { in system()
/mirbsd/src/gnu/usr.bin/lynx/
Dconfig.hin168 #undef HAVE_VFORK_H /* have <vfork.h> */
325 * U/Win defines vfork() as a macro in vfork.h, which is included from unistd.h.
328 #undef vfork /* AC_FUNC_FORK */
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dser-pipe.c73 pid = vfork (); in pipe_open()
Dconfig.in429 /* Define to 1 if you have the `vfork' function. */
432 /* Define to 1 if you have the <vfork.h> header file. */
444 /* Define to 1 if `vfork' works. */
578 /* Define as `fork' if `vfork' does not work. */
579 #undef vfork
Dfork-child.c293 pid = vfork (); in fork_inferior()
/mirbsd/src/lib/libc/gen/
Dpopen.c74 switch (pid = vfork()) { in popen()
/mirbsd/src/lib/libutil/
Dpasswd.c152 pid = vfork(); in pw_mkdb()
240 switch (editpid = vfork()) { in pw_edit()
/mirbsd/src/gnu/usr.bin/perl/vms/
Dvmsish.h225 # ifdef vfork
226 # undef vfork
228 # define vfork my_vfork macro
/mirbsd/src/usr.bin/calendar/
Dio.c397 switch (vfork()) { in opencal()
459 switch (vfork()) {
/mirbsd/src/libexec/fingerd/
Dfingerd.c204 switch (vfork()) { in main()
/mirbsd/src/usr.bin/time/
Dtime.c93 switch(pid = vfork()) { in main()
/mirbsd/src/usr.sbin/ppp/ppp/
Dexec.c148 switch ((pid = vfork())) { in exec_Create()
/mirbsd/src/include/
Dunistd.h230 pid_t vfork(void);
/mirbsd/src/usr.bin/vi/ex/
Dex_filter.c139 switch (utility_pid = vfork()) {
Dex_shell.c118 switch (pid = vfork()) {
/mirbsd/src/gnu/usr.bin/perl/hints/
Dmachten.sh270 select the default answer: vfork() works, and avoids expensive data

123