HomeSort by relevance Sort by last modified time
    Searched refs:LASTLOG_FILE (Results 1 - 7 of 7) sorted by null

  /external/dropbear/
loginrec.h 58 #ifndef LASTLOG_FILE
60 # define LASTLOG_FILE _PATH_LASTLOG
63 # define LASTLOG_FILE CONF_LASTLOG_FILE
91 /* I hope that the presence of LASTLOG_FILE is enough to detect this */
92 #if defined(LASTLOG_FILE) && !defined(DISABLE_LASTLOG)
loginrec.c 1320 char lastlog_file[1024]; local
    [all...]
configure     [all...]
  /external/openssh/
defines.h 703 #ifndef LASTLOG_FILE
705 # define LASTLOG_FILE _PATH_LASTLOG
708 # define LASTLOG_FILE CONF_LASTLOG_FILE
743 /* I hope that the presence of LASTLOG_FILE is enough to detect this */
744 #if defined(LASTLOG_FILE) && !defined(DISABLE_LASTLOG)
loginrec.c 1478 char lastlog_file[1024]; local
    [all...]
logintest.c 276 printf("\tUSE_LASTLOG (LASTLOG_FILE=%s)\n", LASTLOG_FILE);
configure     [all...]

Completed in 306 milliseconds