Searched refs:_PATH_BSHELL (Results 1 – 3 of 3) sorted by relevance
49 #define _PATH_BSHELL "/bin/sh" macro
35 # define _PATH_BSHELL "/bin/sh" macro122 new_argv[0] = (char *) _PATH_BSHELL; in script_execute()
489 #ifndef _PATH_BSHELL490 # define _PATH_BSHELL "/bin/sh" macro523 execl(_PATH_BSHELL, "sh", "-c", command, NULL); in strace_popen()524 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen()