Home
last modified time | relevance | path

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

/external/openssh/
Ddefines.h725 #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)
Dloginrec.c1097 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()
Dlogintest.c270 printf("\tUSE_WTMP (WTMP_FILE=%s)\n", WTMP_FILE); in showOptions()
Dconfigure.ac4935 AC_MSG_CHECKING([if your system defines WTMP_FILE])
4942 ]], [[ char *wtmp = WTMP_FILE; ]])],
Dconfigure18895 char *wtmp = WTMP_FILE;