Symbol: _PATH_BSHELL
bin/sh/exec.c
196
*--argv = __DECONST(char *, _PATH_BSHELL);
bin/sh/exec.c
197
execve(_PATH_BSHELL, argv, envp);
crypto/openssh/auth.c
123
_PATH_BSHELL : pw->pw_shell); /* empty = /bin/sh */
crypto/openssh/defines.h
434
#ifndef _PATH_BSHELL
crypto/openssh/readconf.c
542
shell = _PATH_BSHELL;
crypto/openssh/session.c
1205
if (xasprintf(&cmd, "%s -c '%s %s'", shell, _PATH_BSHELL,
crypto/openssh/session.c
1221
fprintf(stderr, "Running %s %s\n", _PATH_BSHELL,
crypto/openssh/session.c
1223
f = popen(_PATH_BSHELL " " _PATH_SSH_SYSTEM_RC, "w");
crypto/openssh/session.c
1560
shell = (pw->pw_shell[0] == '\0') ? _PATH_BSHELL : pw->pw_shell;
crypto/openssh/session.c
725
shell =_PATH_BSHELL;
crypto/openssh/sftp.c
334
shell = _PATH_BSHELL;
crypto/openssh/sshconnect.c
123
shell = _PATH_BSHELL;
crypto/openssh/sshconnect.c
1706
shell = _PATH_BSHELL;
crypto/openssh/sshconnect.c
205
shell = _PATH_BSHELL;
games/atc/input.c
345
execl(_PATH_BSHELL, "sh", NULL);
initrd/oinit/oinit.c
126
execv(_PATH_BSHELL, __DECONST(char **, argv));
lib/libc/gen/exec.c
225
_execve(_PATH_BSHELL, __DECONST(char **, memp), envp);
lib/libc/gen/getusershell.c
63
static const char *const okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
lib/libc/gen/popen.c
143
_execve(_PATH_BSHELL, __DECONST(char * const *, argv), environ);
lib/libc/gen/wordexp.c
178
execl(_PATH_BSHELL, "sh", flags & WRDE_UNDEF ? "-u" : "+u",
lib/libc/net/rcmdsh.c
147
rshprog = _PATH_BSHELL;
lib/libc/stdlib/system.c
80
execl(_PATH_BSHELL, "sh", "-c", command, NULL);
libexec/ftpd/ftpd.c
1017
shell = _PATH_BSHELL;
libexec/pppoed/pppoed.c
447
execlp(_PATH_BSHELL, _PATH_BSHELL, "-c", exec, NULL);
sbin/devd/devd.cc
251
::execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL);
sbin/init/init.c
1635
execv(_PATH_BSHELL, __DECONST(char **, argv));
sbin/init/init.c
1636
warning("can't exec %s for %s: %m", _PATH_BSHELL, _PATH_RUNDOWN);
sbin/init/init.c
1642
_PATH_BSHELL, _PATH_RUNDOWN);
sbin/init/init.c
1667
_PATH_BSHELL, _PATH_RUNDOWN);
sbin/init/init.c
1674
_PATH_BSHELL, _PATH_RUNDOWN);
sbin/init/init.c
1679
_PATH_BSHELL, _PATH_RUNDOWN);
sbin/init/init.c
1703
_PATH_BSHELL, _PATH_RUNDOWN);
sbin/init/init.c
642
const char *shell = _PATH_BSHELL;
sbin/init/init.c
702
"Enter full pathname of shell or RETURN for " _PATH_BSHELL ": "
sbin/init/init.c
729
execv(_PATH_BSHELL, __DECONST(char **, argv));
sbin/init/init.c
730
emergency("can't exec %s for single user: %m", _PATH_BSHELL);
sbin/init/init.c
813
execv(_PATH_BSHELL, __DECONST(char **, argv));
sbin/init/init.c
814
stall("can't exec %s for %s: %m", _PATH_BSHELL, _PATH_RUNCOM);
sbin/init/init.c
820
_PATH_BSHELL, _PATH_RUNCOM);
sbin/init/init.c
840
_PATH_BSHELL, _PATH_RUNCOM);
sbin/init/init.c
845
_PATH_BSHELL, _PATH_RUNCOM);
sbin/init/init.c
863
_PATH_BSHELL, _PATH_RUNCOM);
usr.bin/apply/apply.c
113
shell = (tmpshell != NULL) ? strdup(tmpshell) : strdup(_PATH_BSHELL);
usr.bin/chpass/edit.c
124
*pw->pw_shell ? pw->pw_shell : _PATH_BSHELL);
usr.bin/chpass/edit.c
142
*pw->pw_shell ? pw->pw_shell : _PATH_BSHELL);
usr.bin/chpass/field.c
213
pw->pw_shell = strdup(_PATH_BSHELL);
usr.bin/finger/lprint.c
115
printf("\tShell: %-s\n", *pn->shell ? pn->shell : _PATH_BSHELL);
usr.bin/login/login.c
416
pwd->pw_shell = strdup(_PATH_BSHELL);
usr.bin/m4/gnum4.c
627
execv(_PATH_BSHELL, argv);
usr.bin/newgrp/newgrp.c
263
shell = _PATH_BSHELL;
usr.bin/newgrp/newgrp.c
312
shell = _PATH_BSHELL;
usr.bin/script/script.c
295
shell = _PATH_BSHELL;
usr.bin/su/su.c
272
shell = _PATH_BSHELL;
usr.bin/su/su.c
378
shell = _PATH_BSHELL;
usr.bin/tip/cmds.c
970
Shell = _PATH_BSHELL;
usr.bin/tip/vars.c
87
NULL, _PATH_BSHELL },
usr.bin/window/main.c
96
kp = _PATH_BSHELL;
usr.sbin/chroot/chroot.c
162
shell = _PATH_BSHELL;
usr.sbin/cron/cron/pathnames.h
76
#ifndef _PATH_BSHELL
usr.sbin/cron/lib/entry.c
338
sprintf(envstr, "SHELL=%s", _PATH_BSHELL);
usr.sbin/installer/libaura/popen.c
153
execve(_PATH_BSHELL, __DECONST(char **, argv), environ);
usr.sbin/jail/jail.c
160
shell = _PATH_BSHELL;
usr.sbin/ppp/command.c
629
shell = _PATH_BSHELL;
usr.sbin/syslogd/syslogd.c
2520
(void)execvp(_PATH_BSHELL, argv);