Searched refs:WTMP_FILE (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | defines.h | 725 #ifndef WTMP_FILE 727 # define WTMP_FILE _PATH_WTMP macro 730 # define WTMP_FILE CONF_WTMP_FILE macro 765 # if defined(WTMP_FILE) && !defined(DISABLE_WTMP)
|
D | loginrec.c | 1097 if ((fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmp_write() 1099 WTMP_FILE, strerror(errno)); in wtmp_write() 1106 WTMP_FILE, strerror(errno)); in wtmp_write() 1191 if ((fd = open(WTMP_FILE, O_RDONLY)) < 0) { in wtmp_get_entry() 1193 WTMP_FILE, strerror(errno)); in wtmp_get_entry() 1198 WTMP_FILE, strerror(errno)); in wtmp_get_entry() 1213 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 | 4935 AC_MSG_CHECKING([if your system defines WTMP_FILE]) 4942 ]], [[ char *wtmp = WTMP_FILE; ]])],
|
D | configure | 18895 char *wtmp = WTMP_FILE;
|