Searched refs:_PATH_BSHELL (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dpathnames.h42 #ifndef _PATH_BSHELL
43 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-11-stable/crypto/heimdal/appl/su/
H A Dsupaths.h43 #ifndef _PATH_BSHELL
44 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-11-stable/lib/libdpv/
H A Dutil.h38 #ifdef _PATH_BSHELL
39 #define PATH_SHELL _PATH_BSHELL
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpathnames.h48 #ifndef _PATH_BSHELL
49 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-11-stable/include/
H A Dpaths.h45 #define _PATH_BSHELL "/bin/sh" macro
118 #undef _PATH_BSHELL macro
119 #define _PATH_BSHELL "/rescue/sh" macro
/freebsd-11-stable/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);
130 execle(_PATH_BSHELL, "-sh", NULL, env);
131 err(1, "%s", _PATH_BSHELL);
/freebsd-11-stable/contrib/opie/
H A Dopie_cfg.h125 #ifndef _PATH_BSHELL
126 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-11-stable/contrib/tcsh/
H A Dpathnames.h138 #ifndef _PATH_BSHELL
139 # define _PATH_BSHELL "/bin/sh" macro
140 #endif /* !_PATH_BSHELL */
/freebsd-11-stable/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-11-stable/usr.sbin/setpmac/
H A Dsetpmac.c89 shell = _PATH_BSHELL;
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drsh_locl.h119 #ifndef _PATH_BSHELL
120 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-11-stable/lib/libc/stdlib/
H A Dsystem.c87 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL);
/freebsd-11-stable/usr.sbin/jexec/
H A Djexec.c133 *pwd->pw_shell ? pwd->pw_shell : _PATH_BSHELL, 1);
145 shell = _PATH_BSHELL;
/freebsd-11-stable/bin/rcp/
H A Dutil.c117 execl(_PATH_BSHELL, "sh", "-c", s, (char *)NULL);
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Dutil.c129 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
/freebsd-11-stable/lib/libc/net/
H A Drcmdsh.c145 rshprog = _PATH_BSHELL;
/freebsd-11-stable/usr.sbin/chroot/
H A Dchroot.c170 shell = _PATH_BSHELL;
/freebsd-11-stable/usr.bin/chpass/
H A Dedit.c134 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL);
152 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL);
H A Dfield.c222 pw->pw_shell = strdup(_PATH_BSHELL);
/freebsd-11-stable/usr.bin/newgrp/
H A Dnewgrp.c268 shell = _PATH_BSHELL;
309 shell = _PATH_BSHELL;
/freebsd-11-stable/lib/libc/gen/
H A Dpopen.c162 _execve(_PATH_BSHELL, argv, environ);
H A Dgetusershell.c254 sl_add(sl, strdup(_PATH_BSHELL));
/freebsd-11-stable/usr.bin/tip/tip/
H A Dvars.c93 NULL, _PATH_BSHELL },

Completed in 300 milliseconds

123