Searched refs:LASTLOG_FILE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Ddefines.h697 #ifndef LASTLOG_FILE
699 # define LASTLOG_FILE _PATH_LASTLOG macro
702 # define LASTLOG_FILE CONF_LASTLOG_FILE macro
737 /* I hope that the presence of LASTLOG_FILE is enough to detect this */
738 #if defined(LASTLOG_FILE) && !defined(DISABLE_LASTLOG)
H A Dloginrec.c1477 if (stat(LASTLOG_FILE, &st) != 0) {
1479 LASTLOG_FILE, strerror(errno));
1484 LASTLOG_FILE, li->username);
1486 strlcpy(lastlog_file, LASTLOG_FILE, sizeof(lastlog_file));
1489 LASTLOG_FILE);
1551 LASTLOG_FILE, strerror(errno));
1606 LASTLOG_FILE, strerror(errno));
1610 __func__, LASTLOG_FILE, (int)sizeof(last), ret);
H A Dlogintest.c276 printf("\tUSE_LASTLOG (LASTLOG_FILE=%s)\n", LASTLOG_FILE);
H A Dconfigure17184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if your system defines LASTLOG_FILE" >&5
17185 $as_echo_n "checking if your system defines LASTLOG_FILE... " >&6; }
17204 char *lastlog = LASTLOG_FILE;

Completed in 84 milliseconds