Home
last modified time | relevance | path

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

12

/freebsd-12-stable/lib/libc/net/
Drcmdsh.c151 execlp(rshprog, p ? p + 1 : rshprog, "-c", cmd, in rcmdsh()
155 execlp(rshprog, p ? p + 1 : rshprog, *ahost, "-l", in rcmdsh()
/freebsd-12-stable/contrib/mandoc/
Dcatman.c60 execlp("mandocd", "mandocd", "-T", outtype, in run_mandocd()
63 execlp("mandocd", "mandocd", "-T", outtype, in run_mandocd()
/freebsd-12-stable/sys/teken/demo/
Dteken_demo.c305 execlp("zsh", "-zsh", NULL); in main()
306 execlp("bash", "-bash", NULL); in main()
307 execlp("sh", "-sh", NULL); in main()
/freebsd-12-stable/usr.sbin/setpmac/
Dsetpmac.c90 execlp(shell, shell, "-i", (char *)NULL); in main()
/freebsd-12-stable/crypto/openssh/
Dreadpass.c80 execlp(askpass, askpass, msg, (char *)NULL); in ssh_askpass()
282 execlp(askpass, askpass, prompt, (char *)NULL); in notify_start()
Dssh-pkcs11-client.c305 execlp(helper, helper, verbosity, (char *)NULL); in pkcs11_start_helper()
Dssh-sk-client.c97 execlp(helper, helper, verbosity, (char *)NULL); in start_helper()
/freebsd-12-stable/crypto/heimdal/appl/login/
Dshadow.c55 execlp(_PATH_CHPASS, "passwd", who->pw_name, (char *) 0); in change_passwd()
/freebsd-12-stable/usr.sbin/pw/
Dpw_utils.c89 execlp("/usr/bin/make", "make", "-C", "/var/yp/", (char*) NULL); in nis_update()
/freebsd-12-stable/usr.sbin/rpc.yppasswdd/
Dyppasswdd_server.c691 execlp(MAP_UPDATE_PATH, MAP_UPDATE, passfile, in yppasswdproc_update_1_svc()
694 execlp(MAP_UPDATE_PATH, MAP_UPDATE, passfile, in yppasswdproc_update_1_svc()
919 execlp(MAP_UPDATE_PATH, MAP_UPDATE, passfile, in yppasswdproc_update_master_1_svc()
922 execlp(MAP_UPDATE_PATH, MAP_UPDATE, passfile, in yppasswdproc_update_master_1_svc()
/freebsd-12-stable/tools/tools/vimage/
Dvimage.c305 execlp("/bin/sh", invocname, NULL); in main()
307 execlp(str, invocname, NULL); in main()
/freebsd-12-stable/usr.sbin/rpc.ypupdated/
Dyp_dbupdate.c60 execlp(MAP_UPDATE_PATH, MAP_UPDATE, map, domain, (char *)NULL); in yp_domake()
/freebsd-12-stable/usr.sbin/chroot/
Dchroot.c173 execlp(shell, shell, "-i", (char *)NULL); in main()
/freebsd-12-stable/usr.sbin/jexec/
Djexec.c146 if (execlp(shell, shell, "-i", NULL) < 0) in main()
/freebsd-12-stable/usr.bin/sdiff/
Dedit.c62 execlp(ed, ed, pathname, (char *)NULL); in editit()
/freebsd-12-stable/release/picobsd/tinyware/passwd/
Dpw_util.c216 execlp(editor, p, tempname, (char *)NULL); in pw_edit()
/freebsd-12-stable/contrib/gdb/gdb/
Dfork-child.c343 execlp (shell_file, shell_file, "-c", shell_command, (char *) 0); in fork_inferior()
/freebsd-12-stable/usr.bin/ctags/
Dctags.c211 execlp("sort", "sort", "-o", outfile, in main()
/freebsd-12-stable/contrib/netbsd-tests/net/fdpass/
Dfdpass.c216 execlp(prog, prog, "-i", i, "-o", o, NULL); in main()
/freebsd-12-stable/lib/libc/gen/
Dexec.c110 execlp(const char *name, const char *arg, ...) in execlp() function
DSymbol.map110 execlp;
/freebsd-12-stable/release/picobsd/tinyware/simple_httpd/
Dsimple_httpd.c284 execlp (filename,filename,par,(char *)0); in http_request()
/freebsd-12-stable/include/
Dunistd.h334 int execlp(const char *, const char *, ...) __null_sentinel;
/freebsd-12-stable/sbin/newfs/
Dnewfs.c409 if (execlp("tunefs", "newfs", "-j", "enable", special, NULL) < 0) in main()
/freebsd-12-stable/usr.sbin/cron/crontab/
Dcrontab.c414 execlp(editor, editor, Filename, (char *)NULL);

12