Symbol: vfork
bin/csh/sem.c
259
pid = vfork();
bin/mv/mv.c
383
if ((pid = vfork()) == 0) {
bin/mv/mv.c
401
if (!(pid = vfork())) {
bin/rcp/util.c
129
pid = vfork();
bin/sh/eval.c
1136
switch (pid = vfork()) {
games/cribbage/instr.c
66
switch (pid = vfork()) {
include/unistd.h
290
pid_t vfork(void) __RENAME(__vfork14) __returns_twice;
lib/libc/compat/include/unistd.h
68
pid_t vfork(void) __returns_twice;
lib/libc/gen/popen.c
201
switch (pid = vfork()) {
lib/libc/gen/popen.c
239
switch (pid = vfork()) {
lib/libpam/modules/pam_exec/pam_exec.c
122
if ((pid = vfork()) == 0) {
lib/librumpclient/rumpclient.h
51
#define rumpclient_vfork() rumpclient__dofork(vfork)
lib/libutil/passwd.c
143
pid = vfork();
lib/libutil/passwd.c
259
switch(editpid = vfork()) {
libexec/ftpd/popen.c
165
pid = isls ? fork() : vfork();
libexec/makewhatis/makewhatis.c
814
switch (child = vfork()) {
sbin/fsck/fsck.c
317
switch (pid = vfork()) {
tests/kernel/t_cloexec.c
356
RL(pid = vfork());
tests/kernel/t_clofork.c
333
RL(pid = vfork());
tests/kernel/t_signal_and_sp.c
89
RL(pid = vfork());
tests/lib/libc/gen/execve/t_execve.c
84
RL(pid = vfork());
tests/lib/libc/gen/t_ctype.c
814
RL(pid = vfork());
tests/lib/libc/sys/t_fork.c
299
child2 = vfork();
tests/lib/libc/sys/t_fork.c
348
NESTED(nested_vfork, vfork, 0)
tests/lib/libc/sys/t_fork.c
49
#define FORK vfork
tests/lib/libc/sys/t_ptrace_clone_wait.h
702
SYSCALL_REQUIRE((child = vfork()) != -1);
tests/lib/libc/sys/t_ptrace_exec_wait.h
51
SYSCALL_REQUIRE((child = vfork()) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
1226
SYSCALL_REQUIRE((child = vfork()) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
1272
TRACEME_VFORK_FORK_TEST(traceme_vfork_vfork, vfork)
tests/lib/libc/sys/t_ptrace_fork_wait.h
1334
FORKEE_ASSERT((child2 = vfork()) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
397
FORKEE_ASSERT((tracee2 = vfork()) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
72
FORKEE_ASSERT((child2 = vfork()) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
774
FORKEE_ASSERT((child2 = vfork()) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
970
FORKEE_ASSERT((tracee2 = vfork()) != -1);
tests/lib/libc/sys/t_ptrace_signal_wait.h
1430
RL(child = vfork());
tests/lib/libc/sys/t_ptrace_signal_wait.h
1539
RL(child = vfork());
tests/lib/libc/sys/t_ptrace_signal_wait.h
1621
RL(child = vfork());
tests/lib/libc/sys/t_ptrace_signal_wait.h
1707
RL(child = vfork());
tests/lib/libexecinfo/t_backtrace.c
113
vfork();
tests/lib/libexecinfo/t_backtrace.c
122
vfork();
tests/lib/libexecinfo/t_backtrace.c
134
vfork();
tests/lib/libexecinfo/t_backtrace.c
143
vfork();
tests/lib/libexecinfo/t_backtrace.c
158
vfork();
tests/lib/libexecinfo/t_sig_backtrace.c
117
vfork();
tests/lib/libexecinfo/t_sig_backtrace.c
98
vfork();
usr.bin/apply/apply.c
229
switch (pid = vfork()) {
usr.bin/find/function.c
639
switch (pid = vfork()) {
usr.bin/find/function.c
672
switch (pid = vfork()) {
usr.bin/find/function.c
858
switch (pid = vfork()) {
usr.bin/mail/cmd2.c
418
switch (pid = vfork()) {
usr.bin/make/make.h
187
#define FORK_FUNCTION vfork
usr.bin/mkdep/mkdep.c
138
switch (cpid = vfork()) {
usr.bin/newsyslog/newsyslog.c
782
if ((pid = vfork()) < 0)
usr.bin/telnet/commands.c
1369
switch(vfork()) {
usr.bin/time/time.c
124
switch(pid = vfork()) {
usr.bin/tip/cmds.c
869
if ((mypid = vfork()) == 0) {
usr.bin/vacation/vacation.c
619
i = vfork();
usr.bin/xargs/xargs.c
549
switch (vfork()) {
usr.bin/xinstall/xinstall.c
1062
switch (vfork()) {
usr.bin/xlint/xlint/xlint.c
306
switch (vfork()) {
usr.sbin/ifwatchd/ifwatchd.c
419
switch (vfork()) {
usr.sbin/powerd/powerd.c
208
switch ((pid = vfork())) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
256
switch (vfork()) {