Searched refs:_PATH_BSHELL (Results 1 – 9 of 9) sorted by relevance
/external/libpcap/Win32/Include/net/ |
D | paths.h | 49 #define _PATH_BSHELL "/bin/sh" macro
|
/external/bison/lib/ |
D | spawni.c | 35 # define _PATH_BSHELL "/bin/sh" macro 122 new_argv[0] = (char *) _PATH_BSHELL; in script_execute()
|
/external/openssh/ |
D | defines.h | 394 #ifndef _PATH_BSHELL 395 # define _PATH_BSHELL "/bin/sh" macro
|
D | sshconnect.c | 115 shell = _PATH_BSHELL; in ssh_proxy_fdpass_connect() 193 shell = _PATH_BSHELL; in ssh_proxy_connect() 1467 shell = _PATH_BSHELL; in ssh_local_cmd()
|
D | session.c | 832 shell =_PATH_BSHELL; in do_exec() 1350 shell, _PATH_BSHELL, _PATH_SSH_USER_RC); in do_rc_files() 1364 fprintf(stderr, "Running %s %s\n", _PATH_BSHELL, in do_rc_files() 1366 f = popen(_PATH_BSHELL " " _PATH_SSH_SYSTEM_RC, "w"); in do_rc_files() 1736 shell = (pw->pw_shell[0] == '\0') ? _PATH_BSHELL : pw->pw_shell; in do_child()
|
D | auth.c | 165 _PATH_BSHELL : pw->pw_shell); /* empty = /bin/sh */ in allowed_user()
|
D | sftp.c | 293 shell = _PATH_BSHELL; in local_do_shell()
|
D | readconf.c | 425 shell = _PATH_BSHELL; in execute_in_shell()
|
/external/strace/ |
D | strace.c | 524 #ifndef _PATH_BSHELL 525 # define _PATH_BSHELL "/bin/sh" macro 558 execl(_PATH_BSHELL, "sh", "-c", command, NULL); in strace_popen() 559 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen()
|