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

1234

/macosx-10.10.1/tcl-105/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.10.1/ruby-106/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.10.1/gnutar-453/gnutar/lib/
H A Drmdir.c54 execl ("/bin/rmdir", "rmdir", dir, (char *) 0);
/macosx-10.10.1/gpatch-3/patch/
H A Drmdir.c67 execl ("/bin/rmdir", "rmdir", dpath, (char *) 0);
/macosx-10.10.1/uucp-11/uucp/
H A Duudir.c98 (void) execl (zprog, zname, argv[1], (char *) NULL);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dexec_command.c92 (void) execl(_PATH_BSHELL, "sh", "-c", command, (char *) 0);
93 msg_fatal("execl %s: %m", _PATH_BSHELL);
/macosx-10.10.1/system_cmds-643.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.10.1/Security-57031.1.35/securityd/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.10.1/autofs-246/mount_autofs/
H A Dmount_autofs.c95 result = execl(gKextLoadCommand, gKextLoadCommand, "-q", gKextLoadPath, NULL);
/macosx-10.10.1/efax-38/efax/
H A Defaxos.h74 /* POSIX execl */
76 extern int execl ( const char *path, const char *arg , ... ) ;
/macosx-10.10.1/Heimdal-398.1.2/appl/dceutils/
H A Dtestpag.c144 execl("/bin/csh", "csh", NULL);
/macosx-10.10.1/Heimdal-398.1.2/appl/rcp/
H A Dutil.c129 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
/macosx-10.10.1/apache-793/httpd/support/
H A Dfcgistarter.c29 #include <unistd.h> /* For execl */
206 execl(command, command, NULL);
/macosx-10.10.1/remote_cmds-47/rcp.tproj/
H A Dutil.c117 execl(_PATH_BSHELL, "sh", "-c", s, (char *)NULL);
/macosx-10.10.1/sudo-73/src/
H A Dsudo_noexec.c94 DUMMY_VA(execl, const char *, const char *)
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dunistd.h42 extern int execl _ANSI_ARGS_((CONST char *path, ...));
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dunistd.h42 extern int execl _ANSI_ARGS_((CONST char *path, ...));
/macosx-10.10.1/tcl-105/tk/tk/compat/
H A Dunistd.h42 extern int execl _ANSI_ARGS_((CONST char *path, ...));
/macosx-10.10.1/tcl-105/tk84/tk/compat/
H A Dunistd.h42 extern int execl _ANSI_ARGS_((CONST char *path, ...));
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_ntlm_wb.c194 execl(ntlm_auth, ntlm_auth,
201 execl(ntlm_auth, ntlm_auth,
209 failf(conn->data, "Could not execl(). errno %d: %s",
/macosx-10.10.1/Heimdal-398.1.2/lib/kdfs/
H A Dk5dfspag.c298 execl(K5DCECON, "k5dcecon",
303 exit(127); /* incase execl fails */
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A Dmain.c216 execl(pName, kTestProgram, dst, NULL);
/macosx-10.10.1/shell_cmds-179/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 359 milliseconds

1234