Searched refs:WTMP_FILE (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | defines.h | 715 #ifndef WTMP_FILE 717 # define WTMP_FILE _PATH_WTMP macro 720 # define WTMP_FILE CONF_WTMP_FILE macro 755 # if defined(WTMP_FILE) && !defined(DISABLE_WTMP)
|
D | loginrec.c | 1094 if ((fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmp_write() 1096 WTMP_FILE, strerror(errno)); in wtmp_write() 1103 WTMP_FILE, strerror(errno)); in wtmp_write() 1188 if ((fd = open(WTMP_FILE, O_RDONLY)) < 0) { in wtmp_get_entry() 1190 WTMP_FILE, strerror(errno)); in wtmp_get_entry() 1195 WTMP_FILE, strerror(errno)); in wtmp_get_entry() 1210 WTMP_FILE, strerror(errno)); in wtmp_get_entry()
|
D | logintest.c | 270 printf("\tUSE_WTMP (WTMP_FILE=%s)\n", WTMP_FILE); in showOptions()
|
D | configure.ac | 4739 AC_MSG_CHECKING([if your system defines WTMP_FILE]) 4746 ]], [[ char *wtmp = WTMP_FILE; ]])],
|
D | configure | 34846 char *wtmp = WTMP_FILE;
|