Home
last modified time | relevance | path

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

/freebsd-13.1/include/
H A Dpaths.h55 #define _PATH_CSHELL "/bin/csh" macro
127 #undef _PATH_CSHELL
128 #define _PATH_CSHELL "/rescue/csh" macro
/freebsd-13.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-13.1/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-13.1/lib/libc/gen/
H A Dgetusershell.c255 sl_add(sl, strdup(_PATH_CSHELL)); in initshells()
/freebsd-13.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-13.1/contrib/netbsd-tests/include/
H A Dt_paths.c113 { _PATH_CSHELL, PATH_FILE },