Home
last modified time | relevance | path

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

/original-bsd/old/games.vax/zork/
H A Dzork.c92 execlp("compat", "zork", "dungeon", 0); in main()
93 execlp("/usr/games/lib/compat", "zork", "dungeon", 0); in main()
95 execlp("compat", "zork", "/usr/games/lib/dungeon", 0); in main()
96 execlp("/usr/games/lib/compat", "zork", "/usr/games/lib/dungeon", 0); in main()
/original-bsd/contrib/libg++-2.3/libg++/g++-include/
H A Dunistd.h13 #define execlp __hide_execlp macro
34 #undef execlp
79 extern int execlp (const char*, const char*, ...);
/original-bsd/usr.bin/learn/learn/
H A Dmakpipe.c28 execlp(_PATH_CSHELL, "csh", "-if", 0); in makpipe()
/original-bsd/usr.bin/uucp/port/
H A Dmkdir.c31 (void) execlp("mkdir", "mkdir", path, (char *)NULL);
/original-bsd/local/kerberosIV/compile_et/
H A Dcompile_et.c144 execlp("cc", "cc", "-c", "-R", "-O", p, 0);
155 execlp("cp", "cp", c_file, o_file, 0);
/original-bsd/usr.sbin/chroot/
H A Dchroot.c60 execlp(shell, shell, "-i", NULL);
/original-bsd/games/cribbage/
H A Dinstr.c51 execlp(path, pager, _PATH_INSTR, (char *)NULL); in instructions()
/original-bsd/lib/libc/gen/
H A Dexec.c120 execlp(const char *name, const char *arg, ...) in execlp() function
122 execlp(name, arg, va_alist) in execlp()
H A DMakefile.inc50 MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
/original-bsd/old/refer/addbib/
H A Daddbib.c218 execlp(cmd, cmd, "+$", arg, NULL);
220 execlp(cmd, cmd, arg, NULL);
/original-bsd/usr.bin/tset/
H A Dreset.c52 execlp("tset", "tset", "-Q", "-I", 0); /* fix term dependent stuff */ in main()
/original-bsd/usr.sbin/vipw/
H A Dpw_util.c152 execlp(editor, p, tempname, NULL);
/original-bsd/include/
H A Dunistd.h38 int execlp __P((const char *, const char *, ...));
/original-bsd/usr.bin/login/
H A Dlogin.c393 execlp(pwd->pw_shell, tbuf, 0);
H A Dlogin.c.1429 execlp(pwd->pw_shell, tbuf, 0);
/original-bsd/usr.bin/tn3270/sys_curses/
H A Dsystem.c716 execlp(cmdname, cmdname, 0);
/original-bsd/contrib/jove-4.14.6/
H A Dexterns.h519 extern int execlp proto((const char */*name*/, const char */*arg0*/, ...));
/original-bsd/usr.bin/spell/
H A Dspecial.4bsd228 execlp
/original-bsd/usr.sbin/edquota/
H A Dedquota.c327 execlp(ed, ed, tmpfile, 0);
/original-bsd/sbin/disklabel/
H A Ddisklabel.c777 execlp(ed, ed, tmpfil, 0); in editit()
/original-bsd/old/pcc/lint/llibs/
H A Dllib-lc222 execlp(f, a) char *f, *a; {;}
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c664 execlp (sh, sh, 0); in sys_suspend()