Searched refs:execl (Results 1 - 25 of 107) sorted by relevance

12345

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dexecl.c35 * execl(name, arg0, arg1, ..., argn, (char *)0)
39 execl(char *name, ...) function
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dexecl.c33 * execl(name, arg0, arg1, ..., argn, 0)
37 #pragma weak _execl = execl
48 execl(const char *name, const char *arg0, ...) function
/illumos-gate/usr/src/cmd/mail/
H A Dpipletr.c83 execl("/bin/sh", "sh", "-c", s, (char*)NULL);
85 execl("/usr/bin/sh", "sh", "-c", s, (char*)NULL);
/illumos-gate/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);
/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/
H A Dsystem.c39 extern int execl();
85 (void) execl("/bin/sh", "sh", "-c", s, (char *)0);
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Dopenchild.c58 extern int execl();
110 execl(SHELL, basename(SHELL), "-c", com, NULL);
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_plugin.c123 (void) execl(auditwarn, auditwarn, option, text, 0);
126 (void) execl(auditwarn, auditwarn, option, countstr, 0);
128 (void) execl(auditwarn, auditwarn, option, text, countstr, 0);
130 (void) execl(auditwarn, auditwarn, option, 0);
132 * (execl failed)
191 (void) execl(auditwarn, auditwarn, option, name, error, text,
195 * (execl failed)
/illumos-gate/usr/src/lib/libwrap/
H A Dshell_cmd.c95 (void) execl("/bin/sh", "sh", "-c", command, (char *) 0);
96 error = "execl /bin/sh: %m";
/illumos-gate/usr/src/cmd/refer/
H A Drefer3.c39 execl(rprog, "deliv", arg, 0);
H A Dglue3.c57 execl(rprog, "deliv", arg, 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) {
72 perror("execl: " EXECSHELL);
/illumos-gate/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);
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dunistd.h117 extern int execl(char *, ...);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dcmd.c135 if (execl("/usr/bin/sh", "sh", "-c", cmd, (char *)0) == -1) {
235 if (execl("/usr/bin/sh", "sh", "-c", cmd, (char *)0) == -1) {
/illumos-gate/usr/src/cmd/runat/
H A Drunat.c100 (void) execl(shell, shell, NULL);
/illumos-gate/usr/src/cmd/bnu/
H A Dunknown.c111 /* stdin and then execl mail (which will read the error */
125 execl("/usr/bin/mail", "mail", MAILTO, (char *) 0);
/illumos-gate/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c188 while (execl("/bin/sh", "sh", efcode_sh_file, NULL)) {
191 syslog(LOG_ERR, "execl(/bin/sh) failed: %s\n",
/illumos-gate/usr/src/lib/libgen/common/
H A Dp2open.c96 (void) execl("/bin/sh", "sh", "-c", cmd, 0);
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c481 (void) execl("/usr/bin/sh", "sh", "-c", p, NULL);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dudpublickey.c173 execl("/bin/sh", "sh", "-c", argv[2], NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dpclose.c120 execl("/bin/sh", "sh", "-c", cmd, (char *)NULL);
/illumos-gate/usr/src/cmd/tic/
H A Dtic_main.c262 (void) execl("/bin/mkdir", "mkdir", dirname, (char *)0);
/illumos-gate/usr/src/cmd/uadmin/
H A Duadmin.c363 (void) execl("/usr/sbin/audit", "audit", "-T", NULL);
401 (void) execl("/usr/sbin/audit", "audit", "-n", NULL);
/illumos-gate/usr/src/man/man2/
H A DMakefile177 execl.2 \
293 execl.2 := LINKSRC = exec.2
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c625 (void) execl(rmm, rmm, "-D", NULL);
627 (void) execl(rmm, rmm, NULL);
634 (void) execl(etc_umount, etc_umount,

Completed in 173 milliseconds

12345