Searched refs:hushpath (Results 1 – 1 of 1) sorted by relevance
112 char hushpath[MAXPATHLEN]; in display_warning() local115 (void) snprintf(hushpath, sizeof (hushpath), "%s/.hushlogin", homedir); in display_warning()116 if (stat(hushpath, &buf) == 0) in display_warning()