Searched refs:_PATH_BSHELL (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/syscalls/access/ |
D | access02.c | 191 SAFE_FILE_PRINTF(FNAME_X, "#!%s\n", _PATH_BSHELL); in setup()
|
/external/openssh/ |
D | defines.h | 404 #ifndef _PATH_BSHELL 405 # define _PATH_BSHELL "/bin/sh" macro
|
D | session.c | 672 shell =_PATH_BSHELL; in do_exec() 1188 shell, _PATH_BSHELL, _PATH_SSH_USER_RC); in do_rc_files() 1202 fprintf(stderr, "Running %s %s\n", _PATH_BSHELL, in do_rc_files() 1206 snprintf(cmd, sizeof cmd, "%s %s", _PATH_BSHELL, in do_rc_files() 1210 f = popen(_PATH_BSHELL " " _PATH_SSH_SYSTEM_RC, "w"); in do_rc_files() 1549 shell = (pw->pw_shell[0] == '\0') ? _PATH_BSHELL : pw->pw_shell; in do_child()
|
D | sshconnect.c | 114 shell = _PATH_BSHELL; in ssh_proxy_fdpass_connect() 193 shell = _PATH_BSHELL; in ssh_proxy_connect() 1494 shell = _PATH_BSHELL; in ssh_local_cmd()
|
D | auth.c | 169 _PATH_BSHELL : pw->pw_shell); /* empty = /bin/sh */ in allowed_user()
|
D | sftp.c | 306 shell = _PATH_BSHELL; in local_do_shell()
|
D | readconf.c | 490 shell = _PATH_BSHELL; in execute_in_shell()
|
/external/strace/ |
D | strace.c | 474 #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()
|
D | ChangeLog | 9611 Use the OS definition of _PATH_BSHELL macro if it is available.
|