Home
last modified time | relevance | path

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

/external/openssh/
Dloginrec.c1673 if ((fd = open(_PATH_BTMP, O_WRONLY | O_APPEND)) < 0) { in record_failed_login()
1674 debug("Unable to open the btmp file %s: %s", _PATH_BTMP, in record_failed_login()
1679 logit("%s: fstat of %s failed: %s", __func__, _PATH_BTMP, in record_failed_login()
1685 _PATH_BTMP); in record_failed_login()
1721 error("Failed to write to %s: %s", _PATH_BTMP, in record_failed_login()
Ddefines.h764 # define _PATH_BTMP BTMP_FILE macro
767 #if defined(USE_BTMP) && defined(_PATH_BTMP)
Dconfig.h1515 #define _PATH_BTMP "/var/log/btmp" macro
Dconfig.h.in1512 #undef _PATH_BTMP
Dconfigure.ac624 AC_DEFINE([_PATH_BTMP], ["/var/log/btmp"], [log for bad login attempts]) definition
639 AC_DEFINE([_PATH_BTMP], ["/var/log/btmp"], [log for bad login attempts]) definition