Home
last modified time | relevance | path

Searched refs:execlp (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/lib/libc/net/
H A Drcmdsh.c148 execlp(rshprog, p ? p + 1 : rshprog, "-c", cmd, in rcmdsh()
152 execlp(rshprog, p ? p + 1 : rshprog, *ahost, "-l", in rcmdsh()
/freebsd/contrib/mandoc/
H A Dcatman.c60 execlp("mandocd", "mandocd", "-T", outtype, in run_mandocd()
63 execlp("mandocd", "mandocd", "-T", outtype, in run_mandocd()
/freebsd/sys/teken/demo/
H A Dteken_demo.c303 execlp("zsh", "-zsh", NULL); in main()
304 execlp("bash", "-bash", NULL); in main()
305 execlp("sh", "-sh", NULL); in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dzed_fd_spill-zedlet.c47 execlp("ls", "ls", buf, NULL); in main()
/freebsd/usr.sbin/setpmac/
H A Dsetpmac.c88 execlp(shell, shell, "-i", (char *)NULL); in main()
/freebsd/crypto/heimdal/appl/login/
H A Dshadow.c55 execlp(_PATH_CHPASS, "passwd", who->pw_name, (char *) 0); in change_passwd()
/freebsd/usr.sbin/pw/
H A Dpw_utils.c87 execlp("/usr/bin/make", "make", "-C", "/var/yp/", (char*) NULL); in nis_update()
/freebsd/crypto/openssh/
H A Dreadpass.c80 execlp(askpass, askpass, msg, (char *)NULL); in ssh_askpass()
283 execlp(askpass, askpass, prompt, (char *)NULL); in notify_start()
H A Dssh-sk-client.c97 execlp(helper, helper, verbosity, (char *)NULL); in start_helper()
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c686 execlp(MAP_UPDATE_PATH, MAP_UPDATE, passfile, in yppasswdproc_update_1_svc()
689 execlp(MAP_UPDATE_PATH, MAP_UPDATE, passfile, in yppasswdproc_update_1_svc()
914 execlp(MAP_UPDATE_PATH, MAP_UPDATE, passfile, in yppasswdproc_update_master_1_svc()
917 execlp(MAP_UPDATE_PATH, MAP_UPDATE, passfile, in yppasswdproc_update_master_1_svc()
/freebsd/tools/tools/vimage/
H A Dvimage.c303 execlp("/bin/sh", invocname, NULL); in main()
305 execlp(str, invocname, NULL); in main()
/freebsd/usr.bin/mdo/
H A Dmdo.c99 execlp(sh, sh, "-i", NULL); in main()
/freebsd/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c58 execlp(MAP_UPDATE_PATH, MAP_UPDATE, map, domain, (char *)NULL); in yp_domake()
/freebsd/usr.sbin/chroot/
H A Dchroot.c173 execlp(shell, shell, "-i", (char *)NULL); in main()
/freebsd/usr.sbin/jexec/
H A Djexec.c150 if (execlp(shell, shell, "-i", NULL) < 0) in main()
/freebsd/usr.bin/sdiff/
H A Dedit.c59 execlp(ed, ed, pathname, (char *)NULL); in editit()
/freebsd/contrib/netbsd-tests/net/fdpass/
H A Dfdpass.c216 execlp(prog, prog, "-i", i, "-o", o, NULL); in main()
/freebsd/tests/sys/fs/tarfs/
H A Dmktar.c221 execlp(opt_g ? "gtar" : "tar", in main()
/freebsd/usr.bin/ctags/
H A Dctags.c215 execlp("sort", "sort", "-o", outfile, in main()
/freebsd/lib/libc/gen/
H A Dexec.c104 execlp(const char *name, const char *arg, ...) in execlp() function
H A DSymbol.map107 execlp;
/freebsd/include/
H A Dunistd.h334 int execlp(const char *, const char *, ...) __null_sentinel;
/freebsd/sbin/newfs/
H A Dnewfs.c402 if (execlp("tunefs", "newfs", "-j", "enable", special, NULL) < 0) in main()
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c400 execlp(editor, editor, Filename, (char *)NULL);
/freebsd/lib/libutil/
H A Dpw_util.c313 execlp(editor, editor, tempname, (char *)NULL); in pw_edit()

12