Home
last modified time | relevance | path

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

12345

/titanic_41/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()
/titanic_41/usr/src/lib/libc/port/sys/
H A Dexecl.c37 #pragma weak _execl = execl
48 execl(const char *name, const char *arg0, ...) in execl() function
/titanic_41/usr/src/cmd/mail/
H A Dpipletr.c83 execl("/bin/sh", "sh", "-c", s, (char*)NULL); in systm()
85 execl("/usr/bin/sh", "sh", "-c", s, (char*)NULL); in systm()
/titanic_41/usr/src/lib/libbc/libc/gen/sys5/
H A Dsystem.c39 extern int execl();
85 (void) execl("/bin/sh", "sh", "-c", s, (char *)0);
/titanic_41/usr/src/lib/libbc/libc/gen/4.2/
H A Dsystem.c39 extern int execl();
87 (void) execl("/bin/sh", "sh", "-c", s, (char *)0);
/titanic_41/usr/src/cmd/ypcmd/ypupdated/
H A Dopenchild.c58 extern int execl();
110 execl(SHELL, basename(SHELL), "-c", com, NULL);
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dpopen.c24 extern int execl(), vfork(), pipe(), close(), fcntl();
66 (void) execl("/bin/sh", "sh", "-c", cmd, (char *)NULL);
/titanic_41/usr/src/lib/libfsmgt/common/
H A Dcmd.c135 if (execl("/usr/bin/sh", "sh", "-c", cmd, (char *)0) == -1) { in cmd_execute_command()
235 if (execl("/usr/bin/sh", "sh", "-c", cmd, (char *)0) == -1) { in cmd_execute_command_and_retrieve_string()
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dexecl.c39 execl(char *name, ...) in execl() function
/titanic_41/usr/src/lib/libwrap/
H A Dshell_cmd.c95 (void) execl("/bin/sh", "sh", "-c", command, (char *) 0);
/titanic_41/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c625 (void) execl(rmm, rmm, "-D", NULL); in call_unmount_prog()
627 (void) execl(rmm, rmm, NULL); in call_unmount_prog()
634 (void) execl(etc_umount, etc_umount, in call_unmount_prog()
/titanic_41/usr/src/cmd/power/
H A Dsys-suspend.c163 (void) execl("/usr/sbin/audit", "audit", "-n", NULL); in change_audit_file()
241 (void) execl("/usr/sbin/poweroff", "poweroff", NULL); in pm_poweroff()
465 (void) execl("/usr/bin/pkill", "pkill", in refresh_dt()
/titanic_41/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()
/titanic_41/usr/src/cmd/refer/
H A Drefer3.c39 execl(rprog, "deliv", arg, 0); in corout()
H A Dglue3.c57 execl(rprog, "deliv", arg, 0); in corout()
/titanic_41/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()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dunistd.h117 extern int execl(char *, ...);
/titanic_41/usr/src/cmd/bnu/
H A Dunknown.c125 execl("/usr/bin/mail", "mail", MAILTO, (char *) 0);
/titanic_41/usr/src/cmd/runat/
H A Drunat.c100 (void) execl(shell, shell, NULL); in main()
/titanic_41/usr/src/man/man2/
H A DMakefile177 execl.2 \
293 execl.2 := LINKSRC = exec.2
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dentropy.c99 execl(SSH_RAND_HELPER, "ssh-rand-helper", NULL); in seed_rng()
/titanic_41/usr/src/lib/libgen/common/
H A Dp2open.c96 (void) execl("/bin/sh", "sh", "-c", cmd, 0); in __p2open()
/titanic_41/usr/src/cmd/tic/
H A Dtic_main.c262 (void) execl("/bin/mkdir", "mkdir", dirname, (char *)0);
/titanic_41/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c188 while (execl("/bin/sh", "sh", efcode_sh_file, NULL)) { in main()
/titanic_41/usr/src/cmd/ypcmd/
H A Dudpublickey.c173 execl("/bin/sh", "sh", "-c", argv[2], NULL);

12345