Symbol: vfork
bin/mv/mv.c
393
if (!(pid = vfork())) {
bin/mv/mv.c
420
if (!(pid = vfork())) {
bin/sh/jobs.c
1029
pid = vfork();
games/cribbage/instr.c
60
switch (pid = vfork()) {
include/unistd.h
529
pid_t vfork(void) __returns_twice;
lib/libc/gen/popen.c
106
switch (pid = vfork()) {
lib/libc/gen/posix_spawn.c
199
p = vfork();
lib/libpam/modules/pam_exec/pam_exec.c
220
if ((pid = vfork()) == 0) {
lib/libthread_xu/thread/thr_syscalls.c
681
__strong_reference(_vfork, vfork);
libexec/fingerd/fingerd.c
167
switch(vfork()) {
libexec/ftpd/popen.c
113
pid = (strcmp(gargv[0], _PATH_LS) == 0) ? fork() : vfork();
sys/sys/sysunion.h
70
struct vfork_args vfork;
test/sysperf/exec1.c
27
if ((pid = vfork()) == 0) {
test/sysperf/loop900k.c
45
if (vfork() == 0) {
test/sysperf/pipe900k.c
49
if (vfork() == 0) {
test/sysperf/sleep900k.c
45
if (vfork() == 0) {
tools/tools/netrate/netperf/tcp_cc/tcp_cc.c
91
pid = vfork();
tools/tools/netrate/netperf/tcp_stream/tcp_stream.c
198
pid = vfork();
usr.bin/apply/apply.c
237
switch(pid = vfork()) {
usr.bin/dsynth/build.c
1536
pid = vfork();
usr.bin/dsynth/subs.c
542
pid = vfork();
usr.bin/telnet/commands.c
1317
switch(vfork()) {
usr.bin/tip/cmds.c
967
if ((pid = vfork()) == 0) {
usr.bin/window/wwspawn.c
58
switch (pid = vfork()) {
usr.bin/window/wwterminfo.c
99
pid = vfork();
usr.bin/xargs/xargs.c
609
switch (pid = vfork()) {
usr.sbin/cron/cron/do_command.c
194
switch (vfork()) {
usr.sbin/cron/cron/externs.h
146
extern PID_T vfork(void);
usr.sbin/cron/cron/popen.c
107
switch(pid = vfork()) {
usr.sbin/installer/libaura/popen.c
115
switch (pid = vfork()) {
usr.sbin/powerd/powerd.c
851
if (vfork() == 0)
usr.sbin/ppp/exec.c
150
switch ((pid = vfork())) {