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

123

/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dpathnames.h42 #ifndef _PATH_BSHELL
43 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-10.0-release/crypto/heimdal/appl/su/
H A Dsupaths.h43 #ifndef _PATH_BSHELL
44 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dpathnames.h48 #ifndef _PATH_BSHELL
49 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-10.0-release/usr.sbin/cron/cron/
H A Dpathnames.h75 #ifndef _PATH_BSHELL
76 # define _PATH_BSHELL "/bin/sh" macro
/freebsd-10.0-release/include/
H A Dpaths.h45 #define _PATH_BSHELL "/bin/sh" macro
116 #undef _PATH_BSHELL macro
117 #define _PATH_BSHELL "/rescue/sh" macro
/freebsd-10.0-release/contrib/opie/
H A Dopie_cfg.h125 #ifndef _PATH_BSHELL
126 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-10.0-release/contrib/tcsh/
H A Dpathnames.h139 #ifndef _PATH_BSHELL
140 # define _PATH_BSHELL "/bin/sh" macro
141 #endif /* !_PATH_BSHELL */
/freebsd-10.0-release/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-10.0-release/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-10.0-release/usr.sbin/setpmac/
H A Dsetpmac.c87 shell = _PATH_BSHELL;
/freebsd-10.0-release/crypto/heimdal/appl/rsh/
H A Drsh_locl.h119 #ifndef _PATH_BSHELL
120 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-10.0-release/lib/libc/stdlib/
H A Dsystem.c74 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL);
/freebsd-10.0-release/bin/rcp/
H A Dutil.c117 execl(_PATH_BSHELL, "sh", "-c", s, (char *)NULL);
/freebsd-10.0-release/crypto/heimdal/appl/rcp/
H A Dutil.c129 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
/freebsd-10.0-release/lib/libc/net/
H A Drcmdsh.c148 rshprog = _PATH_BSHELL;
/freebsd-10.0-release/usr.sbin/chroot/
H A Dchroot.c170 shell = _PATH_BSHELL;
/freebsd-10.0-release/contrib/lukemftpd/
H A Dlukemftpd.h93 #ifndef _PATH_BSHELL
94 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-10.0-release/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-10.0-release/usr.bin/newgrp/
H A Dnewgrp.c267 shell = _PATH_BSHELL;
308 shell = _PATH_BSHELL;
/freebsd-10.0-release/lib/libc/gen/
H A Dgetusershell.c263 sl_add(sl, strdup(_PATH_BSHELL));
H A Dpopen.c152 _execve(_PATH_BSHELL, argv, environ);
/freebsd-10.0-release/usr.bin/apply/
H A Dapply.c122 shell = (tmpshell != NULL) ? strdup(tmpshell) : strdup(_PATH_BSHELL);

Completed in 164 milliseconds

123