Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Ddefines.h789 #ifndef WTMP_FILE
791 # define WTMP_FILE _PATH_WTMP macro
794 # define WTMP_FILE CONF_WTMP_FILE macro
829 # if defined(WTMP_FILE) && !defined(DISABLE_WTMP)
H A Dloginrec.c1098 if ((fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmp_write()
1100 WTMP_FILE, strerror(errno)); in wtmp_write()
1107 WTMP_FILE, strerror(errno)); in wtmp_write()
1192 if ((fd = open(WTMP_FILE, O_RDONLY)) < 0) { in wtmp_get_entry()
1194 WTMP_FILE, strerror(errno)); in wtmp_get_entry()
1199 WTMP_FILE, strerror(errno)); in wtmp_get_entry()
1214 WTMP_FILE, strerror(errno)); in wtmp_get_entry()
H A Dconfigure.ac5524 AC_MSG_CHECKING([if your system defines WTMP_FILE])
5531 ]], [[ char *wtmp = WTMP_FILE; ]])],
H A Dconfigure25808 char *wtmp = WTMP_FILE;