Searched refs:_PATH_BTMP (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | loginrec.c | 1720 if ((fd = open(_PATH_BTMP, O_WRONLY | O_APPEND)) < 0) { in record_failed_login() 1721 debug("Unable to open the btmp file %s: %s", _PATH_BTMP, in record_failed_login() 1726 logit("%s: fstat of %s failed: %s", __func__, _PATH_BTMP, in record_failed_login() 1732 _PATH_BTMP); in record_failed_login() 1752 error("Failed to write to %s: %s", _PATH_BTMP, in record_failed_login()
|
| H A D | defines.h | 915 # define _PATH_BTMP BTMP_FILE macro 918 #if defined(USE_BTMP) && defined(_PATH_BTMP)
|
| H A D | configure.ac | 966 AC_DEFINE([_PATH_BTMP], ["/var/log/btmp"], [log for bad login attempts]) definition 986 AC_DEFINE([_PATH_BTMP], ["/var/log/btmp"], [log for bad login attempts]) definition
|