/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | execlp.c | 30 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 D | popen.c | 61 extern int execlp(), fork(), pipe(), close(), fcntl(); 98 (void) execlp(Shell, Shell, "-c", cmd, (char *)0); in npopen()
|
H A D | edit.c | 181 execlp(ed, ed, tempZedit, (char *)0); in edit1()
|
H A D | cmd4.c | 116 execlp(Shell, Shell, "-c", cmd, 0); in dopipe()
|
H A D | collect.c | 891 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 D | cmd3.c | 102 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 D | execvp.c | 37 #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 D | mdb_shell.c | 94 (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 D | ex_unix.c | 321 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 D | ex.c | 472 execlp(EXRECOVER, "exrecover", "-r", (char *)0); in main()
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | addbib.c | 211 execlp(cmd, cmd, "+$", arg, NULL); in bibedit() 213 execlp(cmd, cmd, arg, NULL); in bibedit()
|
/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | pager.c | 106 (void) execlp(_ss_pager_name, _ss_pager_name, NULL); in ss_page_stdin()
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 183 execlp.2 \ 303 execlp.2 := LINKSRC = exec.2
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | mypopen.c | 75 (void) execlp(shell, basename(shell), "-c", cmd, 0); in mypopen()
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | dump.c | 175 if (execlp(orgapp, orgapp, 0) == -1) { in dump()
|
H A D | depend.c | 289 if (execlp(exename, exename, 0) == -1) { in depend()
|
/illumos-gate/usr/src/cmd/crypt/ |
H A D | crypt.c | 153 (void) execlp("crypt", "crypt", "-k", 0); in main()
|
/illumos-gate/usr/src/cmd/tsol/updatehome/ |
H A D | setupfiles.c | 419 if (execlp(CP, CP, "-p", src, dest, 0) != 0) { in copyfile()
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | unistd_h.cfg | 69 func | execlp |\
|
/illumos-gate/usr/src/cmd/bdiff/ |
H A D | bdiff.c | 278 (void) execlp(diff, diff, otmp, ntmp, 0); in main()
|
/illumos-gate/usr/src/boot/include/ |
H A D | unistd.h | 332 int execlp(const char *, const char *, ...) __null_sentinel;
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypserv_resolv.c | 130 execlp(RESOLV_EXEC_PATH, "rpc.nisd_resolv", in setup_resolv()
|
H A D | ypxfr.c | 1821 execlp("./yppush", "yppush", "-T", map, 0); 1822 execlp("/usr/etc/yp/yppush", "yppush", "-T", map, 0);
|
/illumos-gate/usr/src/head/ |
H A D | unistd.h | 283 extern int execlp(const char *, const char *, ...);
|
/illumos-gate/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 422 execlp(shutdown_program, shutdown_program, in main()
|