Searched refs:_PATH_BSHELL (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/head/ |
H A D | paths.h | 45 #define _PATH_BSHELL "/usr/bin/sh" macro
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | defines.h | 327 #ifndef _PATH_BSHELL 328 #define _PATH_BSHELL "/bin/sh" macro
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | execvp.c | 178 (void) execv(_PATH_BSHELL, newargs); in execvp()
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | system.c | 128 const char *shpath = _PATH_BSHELL; in system()
|
H A D | popen.c | 93 const char *shpath = _PATH_BSHELL; in popen()
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 495 (void) execve(_PATH_BSHELL, newargs, envp); in posix_spawnp() 902 const char *shpath = _PATH_BSHELL; in posix_spawn_pipe_np()
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | session.c | 1187 shell, _PATH_BSHELL, _PATH_SSH_USER_RC); in do_rc_files() 1201 fprintf(stderr, "Running %s %s\n", _PATH_BSHELL, in do_rc_files() 1203 f = popen(_PATH_BSHELL " " _PATH_SSH_SYSTEM_RC, "w"); in do_rc_files() 1378 shell = (pw->pw_shell[0] == '\0') ? _PATH_BSHELL : pw->pw_shell; in do_child()
|
H A D | auth.c | 140 shell = (pw->pw_shell[0] == '\0') ? _PATH_BSHELL : pw->pw_shell; in allowed_user()
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect.c | 149 argv[0] = _PATH_BSHELL; in ssh_proxy_connect()
|
/titanic_44/usr/src/cmd/cron/ |
H A D | at.c | 606 Shell = shell = _PATH_BSHELL; in copy()
|
/titanic_44/usr/src/cmd/ed/ |
H A D | ed.c | 1583 execlp(_PATH_BSHELL, "sh", "-c", curcmd, (char *)0); in unixcom() 2693 execlp(_PATH_BSHELL, "sh", "-c", string, (char *)0); in eopen()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 83 #ifndef _PATH_BSHELL 84 #define _PATH_BSHELL "/bin/sh" macro 1925 (void) execl(_PATH_BSHELL, "sh", "-t", 0); in getnextinput()
|
/titanic_44/usr/src/cmd/ssh/sftp/ |
H A D | sftp.c | 249 shell = _PATH_BSHELL; in local_do_shell()
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 831 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
|