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

123

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dpathnames.h42 #ifndef _PATH_BSHELL
43 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-9.3-release/crypto/heimdal/appl/su/
H A Dsupaths.h43 #ifndef _PATH_BSHELL
44 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dpathnames.h48 #ifndef _PATH_BSHELL
49 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-9.3-release/usr.bin/vi/
H A Dpathnames.h7 #ifndef _PATH_BSHELL
8 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dpathnames.h75 #ifndef _PATH_BSHELL
76 # define _PATH_BSHELL "/bin/sh" macro
/freebsd-9.3-release/contrib/nvi/build/
H A Dpathnames.h.in3 #ifndef _PATH_BSHELL
4 #define _PATH_BSHELL "@vi_cv_path_shell@"
/freebsd-9.3-release/include/
H A Dpaths.h45 #define _PATH_BSHELL "/bin/sh" macro
113 #undef _PATH_BSHELL macro
114 #define _PATH_BSHELL "/rescue/sh" macro
/freebsd-9.3-release/contrib/opie/
H A Dopie_cfg.h125 #ifndef _PATH_BSHELL
126 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-9.3-release/contrib/tcsh/
H A Dpathnames.h139 #ifndef _PATH_BSHELL
140 # define _PATH_BSHELL "/bin/sh" macro
141 #endif /* !_PATH_BSHELL */
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin_locl.h105 #ifndef _PATH_BSHELL
106 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetusershell.c68 #ifndef _PATH_BSHELL
69 #define _PATH_BSHELL "/bin/sh" macro
81 static char *okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
H A Droken-common.h139 #ifndef _PATH_BSHELL
140 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-9.3-release/usr.sbin/setpmac/
H A Dsetpmac.c87 shell = _PATH_BSHELL;
/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Drsh_locl.h118 #ifndef _PATH_BSHELL
119 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-9.3-release/lib/libc/stdlib/
H A Dsystem.c81 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL);
/freebsd-9.3-release/bin/rcp/
H A Dutil.c117 execl(_PATH_BSHELL, "sh", "-c", s, (char *)NULL);
/freebsd-9.3-release/crypto/heimdal/appl/rcp/
H A Dutil.c117 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
/freebsd-9.3-release/gnu/lib/libodialog/
H A Draw_popen.c100 execl(_PATH_BSHELL, "sh", "-c", program, (char *)NULL);
/freebsd-9.3-release/lib/libc/net/
H A Drcmdsh.c148 rshprog = _PATH_BSHELL;
/freebsd-9.3-release/usr.sbin/chroot/
H A Dchroot.c173 shell = _PATH_BSHELL;
/freebsd-9.3-release/contrib/lukemftpd/
H A Dlukemftpd.h93 #ifndef _PATH_BSHELL
94 #define _PATH_BSHELL "/bin/sh" macro
/freebsd-9.3-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);
/freebsd-9.3-release/usr.bin/newgrp/
H A Dnewgrp.c265 shell = _PATH_BSHELL;
306 shell = _PATH_BSHELL;
/freebsd-9.3-release/lib/libc/gen/
H A Dgetusershell.c66 static const char *const okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
H A Dpopen.c140 _execve(_PATH_BSHELL, argv, environ);

Completed in 328 milliseconds

123