Home
last modified time | relevance | path

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

/freebsd-14.2/include/
H A Dpaths.h54 #define _PATH_CSHELL "/bin/csh" macro
127 #undef _PATH_CSHELL
128 #define _PATH_CSHELL "/rescue/csh" macro
/freebsd-14.2/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-14.2/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-14.2/lib/libc/gen/
H A Dgetusershell.c253 sl_add(sl, strdup(_PATH_CSHELL)); in initshells()
/freebsd-14.2/usr.bin/mail/
H A Dcollect.c357 sh = _PATH_CSHELL; in collect()
580 sh = _PATH_CSHELL; in mespipe()
H A Dcmd3.c63 sh = _PATH_CSHELL; in shell()
81 sh = _PATH_CSHELL; in dosh()
H A Dfio.c377 sh = _PATH_CSHELL; in expand()
H A Dnames.c366 sh = _PATH_CSHELL; in outof()
/freebsd-14.2/contrib/netbsd-tests/include/
H A Dt_paths.c113 { _PATH_CSHELL, PATH_FILE },