Home
last modified time | relevance | path

Searched refs:_PATH_BSHELL (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/syscalls/access/
Daccess02.c177 SAFE_FILE_PRINTF(FNAME_X, "#!%s\n", _PATH_BSHELL); in setup()
/external/openssh/
Ddefines.h426 #ifndef _PATH_BSHELL
427 # define _PATH_BSHELL "/bin/sh" macro
Dsshconnect.c137 shell = _PATH_BSHELL; in ssh_proxy_fdpass_connect()
219 shell = _PATH_BSHELL; in ssh_proxy_connect()
1385 shell = _PATH_BSHELL; in ssh_local_cmd()
Dsession.c720 shell =_PATH_BSHELL; in do_exec()
1223 shell, _PATH_BSHELL, _PATH_SSH_USER_RC); in do_rc_files()
1237 fprintf(stderr, "Running %s %s\n", _PATH_BSHELL, in do_rc_files()
1239 f = popen(_PATH_BSHELL " " _PATH_SSH_SYSTEM_RC, "w"); in do_rc_files()
1574 shell = (pw->pw_shell[0] == '\0') ? _PATH_BSHELL : pw->pw_shell; in do_child()
Dauth.c169 _PATH_BSHELL : pw->pw_shell); /* empty = /bin/sh */ in allowed_user()
Dsftp.c326 shell = _PATH_BSHELL; in local_do_shell()
Dreadconf.c515 shell = _PATH_BSHELL; in execute_in_shell()
/external/strace/
Dstrace.c474 #ifndef _PATH_BSHELL
475 # define _PATH_BSHELL "/bin/sh" macro
508 execl(_PATH_BSHELL, "sh", "-c", command, NULL); in strace_popen()
509 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen()
DChangeLog9611 Use the OS definition of _PATH_BSHELL macro if it is available.