Symbol: _PATH_BSHELL
bin/sh/exec.c
190
*--argv = __DECONST(char *, _PATH_BSHELL);
bin/sh/exec.c
191
execve(_PATH_BSHELL, argv, envp);
crypto/heimdal/appl/ftp/ftp/cmds.c
1252
shellpath = _PATH_BSHELL;
crypto/heimdal/appl/ftp/ftp/pathnames.h
42
#ifndef _PATH_BSHELL
crypto/heimdal/appl/ftp/ftpd/ftpd.c
542
shell = _PATH_BSHELL;
crypto/heimdal/appl/ftp/ftpd/pathnames.h
48
#ifndef _PATH_BSHELL
crypto/heimdal/appl/login/login.c
129
shell, _PATH_BSHELL);
crypto/heimdal/appl/login/login.c
130
execle(_PATH_BSHELL, "-sh", NULL, env);
crypto/heimdal/appl/login/login.c
131
err(1, "%s", _PATH_BSHELL);
crypto/heimdal/appl/login/login_locl.h
102
#ifndef _PATH_BSHELL
crypto/heimdal/appl/rcp/util.c
129
execl(_PATH_BSHELL, "sh", "-c", s, NULL);
crypto/heimdal/appl/rsh/rsh_locl.h
119
#ifndef _PATH_BSHELL
crypto/heimdal/appl/rsh/rshd.c
715
pwd->pw_shell = _PATH_BSHELL;
crypto/heimdal/appl/su/su.c
388
shell = _PATH_BSHELL;
crypto/heimdal/appl/su/supaths.h
43
#ifndef _PATH_BSHELL
crypto/heimdal/lib/roken/getusershell.c
64
#ifndef _PATH_BSHELL
crypto/heimdal/lib/roken/getusershell.c
77
static char *okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
crypto/heimdal/lib/roken/roken-common.h
143
#ifndef _PATH_BSHELL
crypto/openssh/auth.c
124
_PATH_BSHELL : pw->pw_shell); /* empty = /bin/sh */
crypto/openssh/defines.h
436
#ifndef _PATH_BSHELL
crypto/openssh/readconf.c
545
shell = _PATH_BSHELL;
crypto/openssh/session.c
1222
if (xasprintf(&cmd, "%s -c '%s %s'", shell, _PATH_BSHELL,
crypto/openssh/session.c
1238
fprintf(stderr, "Running %s %s\n", _PATH_BSHELL,
crypto/openssh/session.c
1240
f = popen(_PATH_BSHELL " " _PATH_SSH_SYSTEM_RC, "w");
crypto/openssh/session.c
1576
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
1716
shell = _PATH_BSHELL;
crypto/openssh/sshconnect.c
205
shell = _PATH_BSHELL;
lib/libc/gen/exec.c
193
(void)_execve(_PATH_BSHELL, __DECONST(char **, memp), envp);
lib/libc/gen/getusershell.c
252
sl_add(sl, strdup(_PATH_BSHELL));
lib/libc/gen/popen.c
156
_execve(_PATH_BSHELL, argv, environ);
lib/libc/gen/wordexp.c
177
execl(_PATH_BSHELL, "sh", flags & WRDE_UNDEF ? "-u" : "+u",
lib/libc/net/rcmdsh.c
144
rshprog = _PATH_BSHELL;
lib/libc/stdlib/system.c
106
_execve(_PATH_BSHELL, argv, environ);
lib/libc/stdlib/system.c
69
return (eaccess(_PATH_BSHELL, X_OK) == 0);
lib/libdpv/util.h
36
#ifdef _PATH_BSHELL
lib/libdpv/util.h
37
#define PATH_SHELL _PATH_BSHELL
libexec/pppoed/pppoed.c
445
execlp(_PATH_BSHELL, _PATH_BSHELL, "-c", exec, (char *)NULL);
sbin/devd/devd.cc
265
::execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL);
sbin/init/init.c
1078
if (strcmp(shell, _PATH_BSHELL) == 0) {
sbin/init/init.c
621
return _PATH_BSHELL;
sbin/init/init.c
960
execv(_PATH_BSHELL, argv);
sbin/init/init.c
961
emergency("can't exec %s for single user: %m", _PATH_BSHELL);
usr.bin/apply/apply.c
117
shell = (tmpshell != NULL) ? strdup(tmpshell) : strdup(_PATH_BSHELL);
usr.bin/chpass/edit.c
127
*pw->pw_shell ? pw->pw_shell : _PATH_BSHELL);
usr.bin/chpass/edit.c
145
*pw->pw_shell ? pw->pw_shell : _PATH_BSHELL);
usr.bin/chpass/field.c
215
pw->pw_shell = strdup(_PATH_BSHELL);
usr.bin/finger/lprint.c
114
(void)printf("\tShell: %-s\n", *pn->shell ? pn->shell : _PATH_BSHELL);
usr.bin/login/login.c
447
pwd->pw_shell = strdup(_PATH_BSHELL);
usr.bin/m4/gnum4.c
659
execv(_PATH_BSHELL, argv);
usr.bin/mdo/mdo.c
879
sh = _PATH_BSHELL;
usr.bin/newgrp/newgrp.c
269
shell = _PATH_BSHELL;
usr.bin/newgrp/newgrp.c
310
shell = _PATH_BSHELL;
usr.bin/runat/runat.c
97
execl(_PATH_BSHELL, "sh", "-c", buf, NULL);
usr.bin/runat/runat.c
98
err(1, "Could not exec %s", _PATH_BSHELL);
usr.bin/script/script.c
431
shell = _PATH_BSHELL;
usr.bin/su/su.c
270
shell = _PATH_BSHELL;
usr.bin/su/su.c
378
shell = _PATH_BSHELL;
usr.bin/tip/tip/cmds.c
934
Shell = _PATH_BSHELL;
usr.bin/tip/tip/vars.c
85
NULL, _PATH_BSHELL },
usr.sbin/apmd/apmd.c
121
execl(_PATH_BSHELL, "sh", "-c", p->line, (char *)NULL);
usr.sbin/chroot/chroot.c
195
shell = _PATH_BSHELL;
usr.sbin/cron/lib/entry.c
387
e->envp = env_set(e->envp, "SHELL=" _PATH_BSHELL);
usr.sbin/cron/lib/entry.c
389
warn("env_set(%s)", "SHELL=" _PATH_BSHELL);
usr.sbin/daemon/daemon.c
677
setenv("SHELL", *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL, 1);
usr.sbin/jail/command.c
628
argv[0] = _PATH_BSHELL;
usr.sbin/jail/command.c
653
argv[0] = _PATH_BSHELL;
usr.sbin/jail/command.c
806
*pwd->pw_shell ? pwd->pw_shell : _PATH_BSHELL, 1);
usr.sbin/jexec/jexec.c
145
*pwd->pw_shell ? pwd->pw_shell : _PATH_BSHELL, 1);
usr.sbin/jexec/jexec.c
170
shell = _PATH_BSHELL;
usr.sbin/ppp/command.c
655
shell = _PATH_BSHELL;
usr.sbin/setpmac/setpmac.c
87
shell = _PATH_BSHELL;
usr.sbin/syslogd/syslogd.c
3747
(void)execvp(_PATH_BSHELL, argv);