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

12345

/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1354 /* execl.c */
1356 int execl(const char *name, const char *, ...);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com952 execl.o \
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c2000 execl("/usr/bin/sh", "sh", "-c", line, 0);
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2572 (void) execl(MSG_ORIG(MSG_STR_BINCP),
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c3796 (void) execl(MPATHD_PATH, MPATHD_PATH, NULL);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c1925 (void) execl(_PATH_BSHELL, "sh", "-t", 0);
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c1498 (void) execl("/bin/sh", "sh", "-c", cmdbuf, (char *)NULL);

Completed in 1429 milliseconds

12345