Searched refs:execl (Results 51 - 75 of 107) sorted by relevance

12345

/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c490 (void) execl(path, arg0, arg1, arg2, 0);
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c332 if (execl(IPF_UPDATE_CMD, IPF_UPDATE_CMD, "fw_update", fmri,
334 syslog(LOG_ERR | LOG_DAEMON, "execl() failed for "
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Darp.c121 (void) execl("/usr/bin/netstat", "netstat",
H A Din.rlogind.c1186 (void) execl(LOGIN_PROGRAM, "login",
1197 (void) execl(LOGIN_PROGRAM, "login",
/illumos-gate/usr/src/boot/include/
H A Dunistd.h330 int execl(const char *, const char *, ...) __null_sentinel;
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c2483 (void) execl(pwd->pw_shell, minusnam, (char *)0);
2497 (void) execl(SHELL, "sh", pwd->pw_shell, (char *)0);
2498 (void) execl(SHELL2, "sh", pwd->pw_shell, (char *)0);
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c403 (void) execl("/bin/sh", "sh", "-c", value, (char *) 0);
/illumos-gate/usr/src/cmd/eject/
H A Deject.c218 if (execl("/usr/bin/rmmount", "eject",
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c768 if ((execl(ename, ename, (char *)0)) == -1) {
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.c643 (void) execl("/etc/security/lib/wdwmsg", "wdwmsg", msg,
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c453 (void) execl(TTYMON, "ttymon", "-g", "-h", "-t", "60",
H A Dcu.c954 (void)execl(shell,shell,(char*) 0,(char*) 0,(char *) 0);
956 (void)execl(shell,"sh","-c",str,(char *) 0);
H A Duustat.c1054 execl("/bin/ps", "uustat-ps", buf, (char *) 0);
1056 execl("/usr/bin/ps", "ps", "-flp", buf, (char *) 0);
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c367 pret = execl("/usr/lib/krb5/kprop", "kprop", "-f", tmpf,
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c838 execl("/bin/sh", "-sh", "-c", line, 0);
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c770 result = execl(SHELL, SHELL, "-c",
/illumos-gate/usr/src/head/
H A Dunistd.h281 extern int execl(const char *, const char *, ...);
/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c405 (void) execl("/usr/sbin/dtrace", "dtrace", "-q",
/illumos-gate/usr/src/cmd/su/
H A Dsu.c663 (void) execl(pshell, su, 0);
689 (void) execl(safe_shell, su, 0);
/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c1038 (void) execl("/sbin/sh", "sh", "-c", s, 0);
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c771 (void) execl("/usr/bin/ed", "ed", file, NULL);
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c640 if (execl(cmd, cmd, "-", (char *)0) < 0)
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c1048 if (execl("/usr/sbin/umount", "/usr/sbin/umount", mountp,
1097 if (execl("/usr/bin/volrmmount", "/usr/bin/volrmmount", "-e",
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c1324 execl(shellstring, namep, "-c", altarg, (char *)0);
1330 execl(shellstring, namep, (char *)0);
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c2722 (void) execl("/bin/sh", "sh", "-c", args, NULL);
2724 (void) execl("/bin/sh", "sh", NULL);

Completed in 382 milliseconds

12345