| /freebsd-14.2/include/ |
| H A D | paths.h | 49 #define _PATH_BSHELL "/bin/sh" macro 123 #undef _PATH_BSHELL 124 #define _PATH_BSHELL "/rescue/sh" macro
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftp/ |
| H A D | pathnames.h | 42 #ifndef _PATH_BSHELL 43 #define _PATH_BSHELL "/bin/sh" macro
|
| /freebsd-14.2/crypto/heimdal/appl/su/ |
| H A D | supaths.h | 43 #ifndef _PATH_BSHELL 44 #define _PATH_BSHELL "/bin/sh" macro
|
| /freebsd-14.2/lib/libdpv/ |
| H A D | util.h | 36 #ifdef _PATH_BSHELL 37 #define PATH_SHELL _PATH_BSHELL
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | pathnames.h | 48 #ifndef _PATH_BSHELL 49 #define _PATH_BSHELL "/bin/sh" macro
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | getusershell.c | 64 #ifndef _PATH_BSHELL 65 #define _PATH_BSHELL "/bin/sh" macro 77 static char *okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
|
| H A D | roken-common.h | 143 #ifndef _PATH_BSHELL 144 #define _PATH_BSHELL "/bin/sh" macro
|
| /freebsd-14.2/crypto/heimdal/appl/login/ |
| H A D | login_locl.h | 102 #ifndef _PATH_BSHELL 103 #define _PATH_BSHELL "/bin/sh" macro
|
| H A D | login.c | 129 shell, _PATH_BSHELL); in exec_shell() 130 execle(_PATH_BSHELL, "-sh", NULL, env); in exec_shell() 131 err(1, "%s", _PATH_BSHELL); in exec_shell()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | pathnames.h | 138 #ifndef _PATH_BSHELL 139 # define _PATH_BSHELL "/bin/sh" macro
|
| /freebsd-14.2/crypto/heimdal/appl/rsh/ |
| H A D | rsh_locl.h | 119 #ifndef _PATH_BSHELL 120 #define _PATH_BSHELL "/bin/sh" macro
|
| /freebsd-14.2/usr.sbin/jexec/ |
| H A D | jexec.c | 131 *pwd->pw_shell ? pwd->pw_shell : _PATH_BSHELL, 1); in main() 143 shell = _PATH_BSHELL; in main()
|
| /freebsd-14.2/usr.sbin/setpmac/ |
| H A D | setpmac.c | 87 shell = _PATH_BSHELL; in main()
|
| /freebsd-14.2/usr.bin/newgrp/ |
| H A D | newgrp.c | 266 shell = _PATH_BSHELL; in loginshell() 307 shell = _PATH_BSHELL; in doshell()
|
| /freebsd-14.2/contrib/tnftp/ |
| H A D | tnftp.h | 169 #if !defined(_PATH_BSHELL) 170 # define _PATH_BSHELL "/bin/sh" macro
|
| /freebsd-14.2/usr.bin/chpass/ |
| H A D | edit.c | 134 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL); in display() 152 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL); in display()
|
| H A D | field.c | 222 pw->pw_shell = strdup(_PATH_BSHELL); in p_shell()
|
| /freebsd-14.2/usr.bin/mdo/ |
| H A D | mdo.c | 70 sh = _PATH_BSHELL; in main()
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | system.c | 86 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL); in __libc_system()
|
| /freebsd-14.2/lib/libc/net/ |
| H A D | rcmdsh.c | 144 rshprog = _PATH_BSHELL; in rcmdsh()
|
| /freebsd-14.2/crypto/heimdal/appl/rcp/ |
| H A D | util.c | 129 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
|
| /freebsd-14.2/usr.sbin/chroot/ |
| H A D | chroot.c | 184 shell = _PATH_BSHELL; in main()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | popen.c | 158 _execve(_PATH_BSHELL, argv, environ); in popen()
|
| H A D | getusershell.c | 252 sl_add(sl, strdup(_PATH_BSHELL)); in initshells()
|
| /freebsd-14.2/usr.bin/tip/tip/ |
| H A D | vars.c | 93 NULL, _PATH_BSHELL },
|