Home
last modified time | relevance | path

Searched refs:execlp (Results 1 – 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dexeclp.c30 NoN(execlp)
35 __EXPORT__ int execlp(const char*, const char*, ...);
45 execlp(const char* name, const char* arg, ...)
/illumos-gate/usr/src/cmd/mailx/
H A Dpopen.c61 extern int execlp(), fork(), pipe(), close(), fcntl();
98 (void) execlp(Shell, Shell, "-c", cmd, (char *)0); in npopen()
H A Dedit.c181 execlp(ed, ed, tempZedit, (char *)0); in edit1()
H A Dcmd4.c116 execlp(Shell, Shell, "-c", cmd, 0); in dopipe()
H A Dcollect.c891 execlp(edit, edit, tempEdit, (char *)0); in mesedit()
900 execlp(Shell, Shell, "-c", ecmd, NULL); in mesedit()
1039 execlp(Shell, Shell, "-c", cmd, (char *)0); in mespipe()
H A Dcmd3.c102 execlp(Shell, Shell, "-c", cmd, (char *)0); in shell1()
143 execlp(Shell, Shell, (char *)0); in dosh()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dexecvp.c37 #pragma weak _execlp = execlp
57 execlp(const char *name, const char *arg0, ...) in execlp() function
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_shell.c94 (void) execlp(mdb.m_shell, strbasename(mdb.m_shell), in mdb_shell_exec()
192 (void) execlp(mdb.m_shell, strbasename(mdb.m_shell), in mdb_shell_pipe()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c321 execlp((char *)svalue(vi_SHELL), (char *)svalue(vi_SHELL),
468 execlp(EXRECOVER, "exrecover", "-x", svalue(vi_DIRECTORY), file, (char *) 0); in recover()
470 execlp(EXRECOVER, "exrecover", svalue(vi_DIRECTORY), file, (char *) 0); in recover()
H A Dex.c472 execlp(EXRECOVER, "exrecover", "-r", (char *)0); in main()
/illumos-gate/usr/src/cmd/refer/
H A Daddbib.c211 execlp(cmd, cmd, "+$", arg, NULL); in bibedit()
213 execlp(cmd, cmd, arg, NULL); in bibedit()
/illumos-gate/usr/src/lib/krb5/ss/
H A Dpager.c106 (void) execlp(_ss_pager_name, _ss_pager_name, NULL); in ss_page_stdin()
/illumos-gate/usr/src/man/man2/
H A DMakefile183 execlp.2 \
303 execlp.2 := LINKSRC = exec.2
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmypopen.c75 (void) execlp(shell, basename(shell), "-c", cmd, 0); in mypopen()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddump.c175 if (execlp(orgapp, orgapp, 0) == -1) { in dump()
H A Ddepend.c289 if (execlp(exename, exename, 0) == -1) { in depend()
/illumos-gate/usr/src/cmd/crypt/
H A Dcrypt.c153 (void) execlp("crypt", "crypt", "-k", 0); in main()
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c419 if (execlp(CP, CP, "-p", src, dest, 0) != 0) { in copyfile()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dunistd_h.cfg69 func | execlp |\
/illumos-gate/usr/src/cmd/bdiff/
H A Dbdiff.c278 (void) execlp(diff, diff, otmp, ntmp, 0); in main()
/illumos-gate/usr/src/boot/include/
H A Dunistd.h332 int execlp(const char *, const char *, ...) __null_sentinel;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv.c130 execlp(RESOLV_EXEC_PATH, "rpc.nisd_resolv", in setup_resolv()
H A Dypxfr.c1821 execlp("./yppush", "yppush", "-T", map, 0);
1822 execlp("/usr/etc/yp/yppush", "yppush", "-T", map, 0);
/illumos-gate/usr/src/head/
H A Dunistd.h283 extern int execlp(const char *, const char *, ...);
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c422 execlp(shutdown_program, shutdown_program, in main()

12