Searched refs:_PATH_BTMP (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/crypto/openssh/ |
| D | loginrec.c | 1672 if ((fd = open(_PATH_BTMP, O_WRONLY | O_APPEND)) < 0) { in record_failed_login() 1673 debug("Unable to open the btmp file %s: %s", _PATH_BTMP, in record_failed_login() 1678 logit("%s: fstat of %s failed: %s", __func__, _PATH_BTMP, in record_failed_login() 1684 _PATH_BTMP); in record_failed_login() 1720 error("Failed to write to %s: %s", _PATH_BTMP, in record_failed_login()
|
| D | defines.h | 773 # define _PATH_BTMP BTMP_FILE macro 776 #if defined(USE_BTMP) && defined(_PATH_BTMP)
|
| D | config.h.in | 1690 #undef _PATH_BTMP
|
| D | configure.ac | 695 AC_DEFINE([_PATH_BTMP], ["/var/log/btmp"], [log for bad login attempts]) definition 711 AC_DEFINE([_PATH_BTMP], ["/var/log/btmp"], [log for bad login attempts]) definition
|