Home
last modified time | relevance | path

Searched refs:execl (Results 1 – 25 of 125) sorted by relevance

12345

/original-bsd/usr.bin/uucp/libuu/
H A Dxqt.c51 execl(UUCICO, "uucico", "-r1", "-L", opt, (char *)0);
53 execl(UUCICO, "uucico", "-r1", opt, (char *)0);
57 execl(STARTUUCP, "startuucp", "uucico", "-r1", "-L", opt, (char *)0);
59 execl(STARTUUCP, "startuucp", "uucico", "-r1", opt, (char *)0);
89 execl(UUXQT, "uuxqt", (char *)0); in xuuxqt()
111 execl(SHELL, "sh", "-c", text, CNULL);
/original-bsd/old/vpr/
H A Dvpd.c314 execl("/bin/mail", "mail", &line[1], 0);
373 execl ("/usr/lib/vpf", "vpf",
380 execl ("/usr/lib/vpf", "vpf",
390 execl ("/usr/lib/vpf", "vpf", "-l",
397 execl ("/usr/lib/vpf", "vpf", "-l",
416 execl("/usr/lib/rvcat", "rvcat",
419 execl("/usr/lib/vcat", "rvcat",
426 execl("/usr/lib/rvcat", "rvcat",
429 execl("/usr/lib/vcat", "rvcat",
439 execl(VRAST, "vrast",
[all …]
H A Dvpr.c203 execl(VPD, "vpd", "-n", "-3", 0);
205 execl(VAD, "vad", "-n", "-3", 0);
250 execl("/usr/lib/sidebyside", "sidebyside", width, 0);
/original-bsd/lib/libc/vax/sys/
H A Dexecl.s14 ENTRY(execl)
18 ret # execl(file, arg1, arg2, ..., 0);
/original-bsd/lib/libc/tahoe/sys/
H A Dexecl.s14 ENTRY(execl)
18 ret # execl(file, arg1, arg2, ..., 0);
/original-bsd/usr.bin/learn/learn/
H A Dwrapup.c33 execl(_PATH_STTY, "stty", "new", 0);
36 execl(_PATH_RM, "rm", "-rf", dir, 0);
H A Dmakpipe.c26 execl (_PATH_BSHELL, "sh", "-i", 0); in makpipe()
H A Dmaktee.c34 execl (tee, "lrntee", 0); in maktee()
/original-bsd/old/games.vax/zork/
H A Dzork.c87 execl("dungeon","zork", 0); in main()
88 execl("/usr/games/lib/dungeon","zork", 0); in main()
/original-bsd/contrib/libg++-2.3/libg++/g++-include/
H A Dunistd.h12 #define execl __hide_execl macro
32 #undef execl
77 extern int execl (const char*, const char *, ...);
/original-bsd/old/games.vax/chess/
H A Dchess.c7 execl("/usr/games/lib/compat", "chess", "/usr/games/lib/chess", 0); in main()
/original-bsd/lib/libc/hp300/sys/
H A Dexecl.s18 ENTRY(execl)
/original-bsd/lib/libc/i386/sys/
H A Dexecl.s17 ENTRY(execl)
/original-bsd/old/refer/NOTUSED/whatabout/
H A Dwhat3.c36 execl(_PATH_MKEY, "mkey", "-s", 0);
49 execl(_PATH_HUNT, "hunt",
/original-bsd/games/trek/
H A Dshell.c36 execl("/bin/csh", "-", 0); in shell()
/original-bsd/old/make/
H A Ddosys.c47 execl(shellcom, shellstr, (nohalt ? "-c" : "-ec"), comstring, 0);
49 execl(SHELLCOM, "sh", (nohalt ? "-c" : "-ec"), comstring, 0);
/original-bsd/contrib/sc/
H A Dcrypt.c60 (void) execl ("/bin/sh", "sh", "-c", "crypt", (char *)0);
146 (void) execl ("/bin/sh", "sh", "-c", "crypt", 0);
/original-bsd/usr.bin/uucp/UUAIDS/
H A Duucpsrv.c38 execl("/usr/lib/uucp/uucico", "uucico", (char *)0);
/original-bsd/usr.bin/f77/libU77/
H A Dchmod_.c49 execl("/bin/chmod", "chmod", modbuf, nambuf, (char *)0);
/original-bsd/usr.bin/window/
H A Dwwterminfo.c74 execl(_PATH_RM, _PATH_RM, "-rf", wwterminfopath, 0); in wwterminfoend()
/original-bsd/games/hack/
H A Dhack.pager.c314 execl(catmore, "page", (char *) 0);
345 execl(str, str, (char *) 0); in dosh()
347 execl("/bin/sh", "sh", (char *) 0); in dosh()
/original-bsd/games/chess/Xchess/
H A Dprogram.c64 execl("/usr/ucb/rsh", "rsh", proghost, name,
68 execl(name, name, moves, time, (char *) NULL);
/original-bsd/lib/libc/stdlib/
H A Dsystem.c40 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL);
/original-bsd/contrib/gas-1.38/
H A Dinput-file.c163 execl (PREPROCESSOR, PREPROCESSOR, 0);
164 execl ("app","app",0);
/original-bsd/old/refer/hunt/
H A Drefer3.c30 execl(rprog, "deliv", arg, 0);

12345