Home
last modified time | relevance | path

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

/external/openssh/
Ddefines.h715 #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)
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.ac4739 AC_MSG_CHECKING([if your system defines WTMP_FILE])
4746 ]], [[ char *wtmp = WTMP_FILE; ]])],
Dconfigure34846 char *wtmp = WTMP_FILE;