Home
last modified time | relevance | path

Searched refs:execl (Results 1 – 25 of 102) sorted by relevance

12345

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_plugin.c123 (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 Dexecl.c35 #pragma weak _execl = execl
46 execl(const char *name, const char *arg0, ...) in execl() function
/illumos-gate/usr/src/cmd/mail/
H A Dpipletr.c81 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 Dcmd.c133 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 Dvolmgt_on_private.c626 (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 Dsys-suspend.c164 (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 Dshell_cmd.c93 (void) execl("/bin/sh", "sh", "-c", command, (char *) 0);
/illumos-gate/usr/src/test/zfs-tests/cmd/chg_usr_exec/
H A Dchg_usr_exec.c71 if (execl(EXECSHELL, "sh", "-c", cmds, (char *)NULL) != 0) { in main()
/illumos-gate/usr/src/cmd/refer/
H A Drefer3.c37 execl(rprog, "deliv", arg, 0); in corout()
H A Dglue3.c54 execl(rprog, "deliv", arg, 0); in corout()
/illumos-gate/usr/src/cmd/uadmin/
H A Duadmin.c363 (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 Dopenchild.c92 execl(SHELL, basename(SHELL), "-c", com, NULL); in _openchild()
/illumos-gate/usr/src/cmd/bnu/
H A Dunknown.c123 execl("/usr/bin/mail", "mail", MAILTO, (char *) 0);
H A Din.uucpd.c308 execl(UUCICO, "uucico", "-u", user, (char *)0);
312 execl(UUCICO, "uucico", passwd, (char *)0);
/illumos-gate/usr/src/man/man2/
H A DMakefile181 execl.2 \
301 execl.2 := LINKSRC = exec.2
/illumos-gate/usr/src/cmd/runat/
H A Drunat.c98 (void) execl(shell, shell, NULL); in main()
/illumos-gate/usr/src/lib/libgen/common/
H A Dp2open.c94 (void) execl("/bin/sh", "sh", "-c", cmd, 0); in __p2open()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dudpublickey.c171 execl("/bin/sh", "sh", "-c", argv[2], NULL);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c129 (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 Dpclose.c118 execl("/bin/sh", "sh", "-c", cmd, (char *)NULL); in mypopen()
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlint.sed10 /unistd.h",.*always ignored: execl/d
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c604 (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 Ddhcpagent_util.c163 (void) execl(DHCP_AGENT_PATH, DHCP_AGENT_PATH, (char *)0); in dhcp_start_agent()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c702 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 Dallocate3.c764 (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()

12345