Home
last modified time | relevance | path

Searched refs:_PATH_CSHELL (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/include/
H A Dpaths.h52 #define _PATH_CSHELL "/bin/csh" macro
124 #undef _PATH_CSHELL
125 #define _PATH_CSHELL "/rescue/csh" macro
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dgetusershell.c68 #ifndef _PATH_CSHELL
69 #define _PATH_CSHELL "/bin/csh" macro
77 static char *okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
/freebsd-12.1/contrib/tcsh/
H A Dpathnames.h143 #ifndef _PATH_CSHELL
144 # define _PATH_CSHELL "/bin/csh" macro
H A Dsh.c345 # ifdef _PATH_CSHELL in main()
346 STR_SHELLPATH = SAVE(_PATH_CSHELL); in main()
/freebsd-12.1/lib/libc/gen/
H A Dgetusershell.c255 sl_add(sl, strdup(_PATH_CSHELL)); in initshells()
/freebsd-12.1/usr.bin/mail/
H A Dcollect.c359 sh = _PATH_CSHELL; in collect()
582 sh = _PATH_CSHELL; in mespipe()
H A Dcmd3.c65 sh = _PATH_CSHELL; in shell()
83 sh = _PATH_CSHELL; in dosh()
H A Dfio.c379 sh = _PATH_CSHELL; in expand()
H A Dnames.c368 sh = _PATH_CSHELL; in outof()
/freebsd-12.1/contrib/netbsd-tests/include/
H A Dt_paths.c113 { _PATH_CSHELL, PATH_FILE },