_PATH_NOLOGIN
if (display_file(_PATH_NOLOGIN, 530)) {
if (pwd->pw_uid && !access(_PATH_NOLOGIN, F_OK))
(void)unlink(_PATH_NOLOGIN);
(void)unlink(_PATH_NOLOGIN); /* in case linked to another file */
if ((logfd = open(_PATH_NOLOGIN, O_WRONLY|O_CREAT|O_TRUNC,
(void)unlink(_PATH_NOLOGIN);
{ _PATH_NOLOGIN, PATH_FILE },
if ((fd = open(fname ? fname : _PATH_NOLOGIN, O_RDONLY, 0)) >= 0) {