Symbol: execvp
bin/cpuset/cpuset.c
258
execvp(*argv, argv);
bin/timeout/timeout.c
370
execvp(argv[0], argv);
crypto/heimdal/appl/afsutil/pagsh.c
200
execvp(path, args);
crypto/heimdal/appl/rcp/rcp.c
779
execvp(RSH_PROGRAM, args);
crypto/heimdal/appl/rsh/rsh.c
962
execvp ("rlogin", argv);
crypto/heimdal/lib/roken/rkpty.c
365
execvp(argv[0], argv); /* add NULL to end of array ? */
crypto/heimdal/lib/roken/simple_exec.c
241
execvp(file, args);
crypto/openssh/scp.c
252
execvp(a->list[0], a->list);
crypto/openssh/scp.c
353
execvp(program, args.list);
crypto/openssh/scp.c
418
execvp(ssh_program, args.list);
crypto/openssh/sftp.c
2406
execvp(path, args);
crypto/openssh/ssh-agent.c
2495
execvp(av[0], av);
include/unistd.h
342
int execvp(const char *, char * const *);
lib/libc/gen/exec.c
128
return (execvp(name, __DECONST(char **, argv)));
lib/libpmcstat/libpmcstat_process.c
288
execvp(*args->pa_argv, args->pa_argv);
lib/libproc/proc_create.c
204
execvp(file, argv);
libexec/atf/atf-pytest-wrapper/atf_pytest_wrapper.cpp
199
return execvp(binary.c_str(), arr) == 0;
libexec/flua/modules/lposix.c
258
execvp(file, __DECONST(char **, argv));
sbin/ipfw/main.c
627
execvp(cmd, av);
sbin/mount_fusefs/mount_fusefs.c
414
execvp(argv[0], argv);
tests/sys/netmap/ctrl-api-test.c
124
execvp(av[0], av);
tools/tools/vimage/vimage.c
307
execvp(argv[1], &argv[1]);
usr.bin/env/env.c
206
execvp(*argv, argv);
usr.bin/find/function.c
667
execvp(plan->e_argv[0], plan->e_argv);
usr.bin/ktrace/ktrace.c
159
execvp(*argv, argv);
usr.bin/limits/limits.c
492
execvp(*argv, argv);
usr.bin/lockf/lockf.c
282
execvp(argv[0], argv);
usr.bin/mail/popen.c
224
execvp(argv[0], argv);
usr.bin/mdo/mdo.c
882
execvp(argv[0], argv);
usr.bin/nice/nice.c
87
execvp(*argv, argv);
usr.bin/nohup/nohup.c
77
execvp(*argv, argv);
usr.bin/proccontrol/proccontrol.c
424
error = execvp(argv[0], argv);
usr.bin/protect/protect.c
118
execvp(*argv, argv);
usr.bin/rpcgen/rpc_main.c
399
execvp(arglist[0], arglist);
usr.bin/script/script.c
439
execvp(av[0], av);
usr.bin/sdiff/sdiff.c
392
execvp(diffprog, diffargv);
usr.bin/stdbuf/stdbuf.c
106
execvp(argv[0], argv);
usr.bin/time/time.c
119
execvp(*argv, argv);
usr.bin/truss/setup.c
157
execvp(command[0], command);
usr.bin/xargs/xargs.c
610
execvp(argv[0], argv);
usr.sbin/autofs/popen.c
126
execvp(argv[0], argv);
usr.sbin/boottrace/boottrace.c
62
execvp(*argv, argv);
usr.sbin/bsdinstall/runconsoles/child.c
199
execvp(argv[0], __DECONST(char * const *, argv));
usr.sbin/chroot/chroot.c
190
execvp(argv[1], &argv[1]);
usr.sbin/cron/cron/popen.c
188
execvp(gargv[0], gargv);
usr.sbin/cron/cron/popen.c
190
execvp(argv[0], argv);
usr.sbin/daemon/daemon.c
391
execvp(state->argv[0], state->argv);
usr.sbin/jail/command.c
828
execvp(argv[0], __DECONST(char *const*, argv));
usr.sbin/jexec/jexec.c
166
if (execvp(argv[1], argv + 1) < 0)
usr.sbin/ppp/chap.c
321
execvp(nargv[0], nargv);
usr.sbin/ppp/chat.c
753
execvp(argv[0], argv);
usr.sbin/ppp/command.c
695
execvp(argv[0], argv);
usr.sbin/ppp/exec.c
338
execvp(*argv, argv);
usr.sbin/rtprio/rtprio.c
117
execvp(argv[2], &argv[2]);
usr.sbin/setaudit/setaudit.c
156
(void)execvp(*argv, argv);
usr.sbin/setfib/setfib.c
94
execvp(*argv, argv);
usr.sbin/setpmac/setpmac.c
83
execvp(argv[2], argv + 2);
usr.sbin/syslogd/syslogd.c
3747
(void)execvp(_PATH_BSHELL, argv);