Searched refs:SHELL_PATH (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_threadproc.h25 #define SHELL_PATH "cmd.exe" macro
/macosx-10.10.1/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_threadproc.h26 #define SHELL_PATH "" macro
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_threadproc.h24 #define SHELL_PATH "cmd.exe" macro
/macosx-10.10.1/apr-32/apr/apr/include/arch/beos/
H A Dapr_arch_threadproc.h32 #define SHELL_PATH "/bin/sh" macro
/macosx-10.10.1/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_threadproc.h51 #define SHELL_PATH "/bin/sh" macro
/macosx-10.10.1/apr-32/apr/apr/threadproc/unix/
H A Dproc.c499 newargs[0] = SHELL_PATH;
547 execve(SHELL_PATH, (char * const *) newargs, (char * const *)env);
550 execv(SHELL_PATH, (char * const *)newargs);
/macosx-10.10.1/apr-32/apr/apr/threadproc/os2/
H A Dproc.c380 strcpy(interpreter, "#!" SHELL_PATH);

Completed in 115 milliseconds