Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c110 char hushpath[MAXPATHLEN]; in display_warning() local
113 (void) snprintf(hushpath, sizeof (hushpath), "%s/.hushlogin", homedir); in display_warning()
114 if (stat(hushpath, &buf) == 0) in display_warning()