Home
last modified time | relevance | path

Searched refs:WTMP_FILE (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Ddefines.h748 #ifndef WTMP_FILE
750 # define WTMP_FILE _PATH_WTMP macro
753 # define WTMP_FILE CONF_WTMP_FILE macro
788 # if defined(WTMP_FILE) && !defined(DISABLE_WTMP)
Dloginrec.c1094 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()
Dlogintest.c270 printf("\tUSE_WTMP (WTMP_FILE=%s)\n", WTMP_FILE); in showOptions()
Dconfigure.ac5289 AC_MSG_CHECKING([if your system defines WTMP_FILE])
5296 ]], [[ char *wtmp = WTMP_FILE; ]])],