Searched refs:execl (Results 1 - 25 of 90) sorted by relevance

1234

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dprocess.test4 # Tests for the fork, execl and wait commands.
23 test process-1.1.pc {fork, execl, wait tests} {pcOnly} {
26 set newPid [execl $::tcltest::tcltest script]
46 # Test fork, execl, and wait commands.
48 test process-1.1.unix {fork, execl, wait tests} {unixOnly} {
53 catch {execl $::tcltest::tcltest script} msg
54 puts stderr "execl failed 1.1: $msg"
60 test process-1.2 {fork, execl, wait tests} {
71 test process-1.3 {fork, execl, wait tests} {
78 test process-1.4 {fork, execl, wai
[all...]
H A Dtestlib.tcl94 catch {execl $::tcltest::tcltest CHILD.RUN} msg
95 puts stderr "execl failed (ForkLoopingChild): $msg"
103 set newPid [execl $::tcltest::tcltest CHILD.RUN]
/macosx-10.9.5/ruby-104/ruby/symbian/
H A Dmissing-pips.c13 int execl(const char *path, const char *arg0, ... /*, (char *)0 */);
27 int execl(const char *path, const char *arg0, ...) function
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Drmdir.c54 execl ("/bin/rmdir", "rmdir", dir, (char *) 0);
/macosx-10.9.5/gpatch-3/patch/
H A Drmdir.c67 execl ("/bin/rmdir", "rmdir", dpath, (char *) 0);
/macosx-10.9.5/uucp-11/uucp/
H A Duudir.c98 (void) execl (zprog, zname, argv[1], (char *) NULL);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dexec_command.c91 (void) execl(_PATH_BSHELL, "sh", "-c", command, (char *) 0);
92 msg_fatal("execl %s: %m", _PATH_BSHELL);
/macosx-10.9.5/system_cmds-597.90.1/getconf.tproj/
H A Dgetconf.c85 execl(alt_path, "getconf", argv[optind],
88 execl(alt_path, "getconf", argv[optind],
91 err(EX_OSERR, "execl: %s", alt_path);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getconf.tproj/
H A Dgetconf.c85 execl(alt_path, "getconf", argv[optind],
88 execl(alt_path, "getconf", argv[optind],
91 err(EX_OSERR, "execl: %s", alt_path);
/macosx-10.9.5/securityd-55199.3/src/
H A Dauthhost.cpp121 secdebug("AuthHostInstance", "execl(%s)", agentExecutable);
122 execl(agentExecutable, agentExecutable, NULL);
137 secdebug("AuthHostInstance", "execl(%s) as user (%d,%d)", agentExecutable, agent_uid, agent_gid);
138 execl(agentExecutable, agentExecutable, NULL);
141 secdebug("AuthHostInstance", "execl failed, errno=%d", errno);
H A Dtokend.cpp115 execl(mMe->executablePath().c_str(),
/macosx-10.9.5/apache-786.1/httpd/os/tpf/
H A Dos.c47 int execl(const char *path, const char *arg0, ...) function
/macosx-10.9.5/autofs-234/mount_autofs/
H A Dmount_autofs.c95 result = execl(gKextLoadCommand, gKextLoadCommand, "-q", gKextLoadPath, NULL);
/macosx-10.9.5/efax-36/efax/
H A Defaxos.h74 /* POSIX execl */
76 extern int execl ( const char *path, const char *arg , ... ) ;
/macosx-10.9.5/Heimdal-323.92.1/appl/dceutils/
H A Dtestpag.c144 execl("/bin/csh", "csh", NULL);
/macosx-10.9.5/Heimdal-323.92.1/appl/rcp/
H A Dutil.c129 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A Dutil.c117 execl(_PATH_BSHELL, "sh", "-c", s, (char *)NULL);
/macosx-10.9.5/sudo-72/src/
H A Dsudo_noexec.c94 DUMMY_VA(execl, const char *, const char *)
/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Dunistd.h42 extern int execl _ANSI_ARGS_((CONST char *path, ...));
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Dunistd.h42 extern int execl _ANSI_ARGS_((CONST char *path, ...));
/macosx-10.9.5/tcl-102/tk/tk/compat/
H A Dunistd.h42 extern int execl _ANSI_ARGS_((CONST char *path, ...));
/macosx-10.9.5/tcl-102/tk84/tk/compat/
H A Dunistd.h42 extern int execl _ANSI_ARGS_((CONST char *path, ...));
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_ntlm_wb.c193 execl(ntlm_auth, ntlm_auth,
200 execl(ntlm_auth, ntlm_auth,
208 failf(conn->data, "Could not execl(). errno %d: %s",
/macosx-10.9.5/Heimdal-323.92.1/lib/kdfs/
H A Dk5dfspag.c298 execl(K5DCECON, "k5dcecon",
303 exit(127); /* incase execl fails */
/macosx-10.9.5/shell_cmds-175/apply/
H A Dapply.c112 * Figure out the shell and name arguments to pass to execl()
247 execl(use_shell, use_name, "-c", command, (char *)NULL);

Completed in 250 milliseconds

1234