Home
last modified time | relevance | path

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

/freebsd/include/
H A Dpaths.h52 #define _PATH_CSHELL "/bin/csh" macro
125 #undef _PATH_CSHELL
126 #define _PATH_CSHELL "/rescue/csh" macro
/freebsd/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/contrib/tcsh/
H A Dpathnames.h142 #ifndef _PATH_CSHELL
143 # define _PATH_CSHELL "/bin/csh" macro
H A Dsh.c343 # ifdef _PATH_CSHELL in main()
344 STR_SHELLPATH = SAVE(_PATH_CSHELL); in main()
/freebsd/lib/libc/gen/
H A Dgetusershell.c253 sl_add(sl, strdup(_PATH_CSHELL)); in initshells()
/freebsd/usr.bin/mail/
H A Dcollect.c355 sh = _PATH_CSHELL; in collect()
581 sh = _PATH_CSHELL; in mespipe()
H A Dcmd3.c57 sh = _PATH_CSHELL; in shell()
75 sh = _PATH_CSHELL; in dosh()
H A Dfio.c371 sh = _PATH_CSHELL; in expand()
H A Dnames.c360 sh = _PATH_CSHELL; in outof()
/freebsd/contrib/netbsd-tests/include/
H A Dt_paths.c113 { _PATH_CSHELL, PATH_FILE },