Home
last modified time | relevance | path

Searched refs:_PATH_BSHELL (Results 1 – 25 of 65) sorted by relevance

123

/freebsd-14.2/include/
H A Dpaths.h49 #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 Dpathnames.h42 #ifndef _PATH_BSHELL
43 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-14.2/crypto/heimdal/appl/su/
H A Dsupaths.h43 #ifndef _PATH_BSHELL
44 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-14.2/lib/libdpv/
H A Dutil.h36 #ifdef _PATH_BSHELL
37 #define PATH_SHELL _PATH_BSHELL
/freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/
H A Dpathnames.h48 #ifndef _PATH_BSHELL
49 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-14.2/crypto/heimdal/lib/roken/
H A Dgetusershell.c64 #ifndef _PATH_BSHELL
65 #define _PATH_BSHELL "/bin/sh" macro
77 static char *okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
H A Droken-common.h143 #ifndef _PATH_BSHELL
144 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-14.2/crypto/heimdal/appl/login/
H A Dlogin_locl.h102 #ifndef _PATH_BSHELL
103 #define _PATH_BSHELL "/bin/sh" macro
H A Dlogin.c129 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 Dpathnames.h138 #ifndef _PATH_BSHELL
139 # define _PATH_BSHELL "/bin/sh" macro
/freebsd-14.2/crypto/heimdal/appl/rsh/
H A Drsh_locl.h119 #ifndef _PATH_BSHELL
120 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-14.2/usr.sbin/jexec/
H A Djexec.c131 *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 Dsetpmac.c87 shell = _PATH_BSHELL; in main()
/freebsd-14.2/usr.bin/newgrp/
H A Dnewgrp.c266 shell = _PATH_BSHELL; in loginshell()
307 shell = _PATH_BSHELL; in doshell()
/freebsd-14.2/contrib/tnftp/
H A Dtnftp.h169 #if !defined(_PATH_BSHELL)
170 # define _PATH_BSHELL "/bin/sh" macro
/freebsd-14.2/usr.bin/chpass/
H A Dedit.c134 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL); in display()
152 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL); in display()
H A Dfield.c222 pw->pw_shell = strdup(_PATH_BSHELL); in p_shell()
/freebsd-14.2/usr.bin/mdo/
H A Dmdo.c70 sh = _PATH_BSHELL; in main()
/freebsd-14.2/lib/libc/stdlib/
H A Dsystem.c86 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL); in __libc_system()
/freebsd-14.2/lib/libc/net/
H A Drcmdsh.c144 rshprog = _PATH_BSHELL; in rcmdsh()
/freebsd-14.2/crypto/heimdal/appl/rcp/
H A Dutil.c129 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
/freebsd-14.2/usr.sbin/chroot/
H A Dchroot.c184 shell = _PATH_BSHELL; in main()
/freebsd-14.2/lib/libc/gen/
H A Dpopen.c158 _execve(_PATH_BSHELL, argv, environ); in popen()
H A Dgetusershell.c252 sl_add(sl, strdup(_PATH_BSHELL)); in initshells()
/freebsd-14.2/usr.bin/tip/tip/
H A Dvars.c93 NULL, _PATH_BSHELL },

123