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

/freebsd-10.0-release/contrib/tcsh/
H A Dpathnames.h45 # ifndef _PATH_DOTLOGIN
46 # define _PATH_DOTLOGIN "/etc/login" macro
47 # endif /* !_PATH_DOTLOGIN */
57 # ifndef _PATH_DOTLOGIN
58 # define _PATH_DOTLOGIN "/etc/login.std" macro
59 # endif /* !_PATH_DOTLOGIN */
70 # ifndef _PATH_DOTLOGIN
71 # define _PATH_DOTLOGIN "/etc/.login" macro
72 # endif /* !_PATH_DOTLOGIN */
82 # ifndef _PATH_DOTLOGIN
83 # define _PATH_DOTLOGIN macro
128 # define _PATH_DOTLOGIN macro
[all...]
H A Dsh.c1337 #ifdef _PATH_DOTLOGIN
1339 (void) srcfile(_PATH_DOTLOGIN, 0, 0, NULL);
1349 #ifdef _PATH_DOTLOGIN
1351 (void) srcfile(_PATH_DOTLOGIN, 0, 0, NULL);

Completed in 76 milliseconds