/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_plugin.c | 123 (void) execl(auditwarn, auditwarn, option, text, 0); in __audit_dowarn() 126 (void) execl(auditwarn, auditwarn, option, countstr, 0); in __audit_dowarn() 128 (void) execl(auditwarn, auditwarn, option, text, countstr, 0); in __audit_dowarn() 130 (void) execl(auditwarn, auditwarn, option, 0); in __audit_dowarn() 191 (void) execl(auditwarn, auditwarn, option, name, error, text, in __audit_dowarn2()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | execl.c | 35 #pragma weak _execl = execl 46 execl(const char *name, const char *arg0, ...) in execl() function
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | pipletr.c | 81 execl("/bin/sh", "sh", "-c", s, (char*)NULL); in systm() 83 execl("/usr/bin/sh", "sh", "-c", s, (char*)NULL); in systm()
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | cmd.c | 133 if (execl("/usr/bin/sh", "sh", "-c", cmd, (char *)0) == -1) { in cmd_execute_command() 233 if (execl("/usr/bin/sh", "sh", "-c", cmd, (char *)0) == -1) { in cmd_execute_command_and_retrieve_string()
|
/illumos-gate/usr/src/lib/libvolmgt/common/ |
H A D | volmgt_on_private.c | 626 (void) execl(rmm, rmm, "-D", NULL); in call_unmount_prog() 628 (void) execl(rmm, rmm, NULL); in call_unmount_prog() 635 (void) execl(etc_umount, etc_umount, in call_unmount_prog()
|
/illumos-gate/usr/src/cmd/power/ |
H A D | sys-suspend.c | 164 (void) execl("/usr/sbin/audit", "audit", "-n", NULL); in change_audit_file() 242 (void) execl("/usr/sbin/poweroff", "poweroff", NULL); in pm_poweroff() 467 (void) execl("/usr/bin/pkill", "pkill", in refresh_dt()
|
/illumos-gate/usr/src/lib/libwrap/ |
H A D | shell_cmd.c | 93 (void) execl("/bin/sh", "sh", "-c", command, (char *) 0);
|
/illumos-gate/usr/src/test/zfs-tests/cmd/chg_usr_exec/ |
H A D | chg_usr_exec.c | 71 if (execl(EXECSHELL, "sh", "-c", cmds, (char *)NULL) != 0) { in main()
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | refer3.c | 37 execl(rprog, "deliv", arg, 0); in corout()
|
H A D | glue3.c | 54 execl(rprog, "deliv", arg, 0); in corout()
|
/illumos-gate/usr/src/cmd/uadmin/ |
H A D | uadmin.c | 363 (void) execl("/usr/sbin/audit", "audit", "-T", NULL); in turnoff_auditd() 401 (void) execl("/usr/sbin/audit", "audit", "-n", NULL); in change_audit_file()
|
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/ |
H A D | openchild.c | 92 execl(SHELL, basename(SHELL), "-c", com, NULL); in _openchild()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | unknown.c | 123 execl("/usr/bin/mail", "mail", MAILTO, (char *) 0);
|
H A D | in.uucpd.c | 308 execl(UUCICO, "uucico", "-u", user, (char *)0); 312 execl(UUCICO, "uucico", passwd, (char *)0);
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 181 execl.2 \ 301 execl.2 := LINKSRC = exec.2
|
/illumos-gate/usr/src/cmd/runat/ |
H A D | runat.c | 98 (void) execl(shell, shell, NULL); in main()
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | p2open.c | 94 (void) execl("/bin/sh", "sh", "-c", cmd, 0); in __p2open()
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | udpublickey.c | 171 execl("/bin/sh", "sh", "-c", argv[2], NULL);
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | fork.c | 129 (void) execl("/sbin/mount", "mount", "-o", opts, path, NULL); in fork_mount() 299 (void) execl("/sbin/sulogin", "sulogin", NULL); in fork_sulogin() 485 (void) execl(CONFIGD_PATH, CONFIGD_PATH, NULL); in fork_configd()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | pclose.c | 118 execl("/bin/sh", "sh", "-c", cmd, (char *)NULL); in mypopen()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | lint.sed | 10 /unistd.h",.*always ignored: execl/d
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | cmds.c | 604 (void) execl(value(SHELL), cp, 0); in shell() 706 (void) execl(value(SHELL), cp, "-c", s, 0); in execute() 913 (void) execl(Shell, Shell, "-c", cmdbuf, 0); in expand()
|
/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_util.c | 163 (void) execl(DHCP_AGENT_PATH, DHCP_AGENT_PATH, (char *)0); in dhcp_start_agent()
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_printer.c | 702 execl("/usr/sbin/add_allocatable", "add_allocatable", in update_dev_dbs() 708 execl("/usr/sbin/remove_allocatable", in update_dev_dbs()
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | allocate3.c | 764 (void) execl("/usr/sbin/fuser", "fuser", file, NULL); in mk_revoke() 793 (void) execl("/usr/sbin/fuser", "fuser", file, NULL); in mk_revoke() 947 (void) execl(wdwpath, wdwcmd, mode, devname, clean_arg, in exec_clean() 954 (void) execl("/usr/dt/bin/dtterm", "dtterm", in exec_clean() 972 (void) execl(path, cmd, mode, devname, clean_arg, in exec_clean()
|