Searched refs:_PATH_BSHELL (Results 1 – 4 of 4) sorted by relevance
7 #define _PATH_BSHELL "/bin/sh" macro
175 SAFE_FILE_PRINTF(FNAME_X, "#!%s\n", _PATH_BSHELL); in setup()
474 #ifndef _PATH_BSHELL475 # define _PATH_BSHELL "/bin/sh" macro508 execl(_PATH_BSHELL, "sh", "-c", command, NULL); in strace_popen()509 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen()
9611 Use the OS definition of _PATH_BSHELL macro if it is available.