Searched refs:_PATH_DOTLOGOUT (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dpathnames.h48 # ifndef _PATH_DOTLOGOUT
49 # define _PATH_DOTLOGOUT "/etc/logout" macro
50 # endif /* !_PATH_DOTLOGOUT */
60 # ifndef _PATH_DOTLOGOUT
61 # define _PATH_DOTLOGOUT "/etc/logout.std" macro
62 # endif /* !_PATH_DOTLOGOUT */
73 # ifndef _PATH_DOTLOGOUT
74 # define _PATH_DOTLOGOUT "/etc/.logout" macro
75 # endif /* !_PATH_DOTLOGOUT */
131 #ifndef _PATH_DOTLOGOUT
132 # define _PATH_DOTLOGOUT macro
[all...]
H A Dsh.c1782 #ifdef _PATH_DOTLOGOUT
1783 (void) srcfile(_PATH_DOTLOGOUT, 0, 0, NULL);
1820 #ifdef _PATH_DOTLOGOUT
1821 (void) srcfile(_PATH_DOTLOGOUT, 0, 0, NULL);

Completed in 96 milliseconds