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

/freebsd-13-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h52 #define SHELL_PATH "/bin/sh" macro
/freebsd-13-stable/contrib/apr/threadproc/unix/
H A Dproc.c508 newargs[0] = SHELL_PATH;
556 execve(SHELL_PATH, (char * const *) newargs, (char * const *)env);
559 execv(SHELL_PATH, (char * const *)newargs);

Completed in 51 milliseconds