Searched refs:_PATH_BTMP (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dloginrec.c1648 * Logs failed login attempts in _PATH_BTMP if that exists.
1650 * So the _PATH_BTMP file checked for the correct permission, so that
1669 if ((fd = open(_PATH_BTMP, O_WRONLY | O_APPEND)) < 0) {
1670 debug("Unable to open the btmp file %s: %s", _PATH_BTMP,
1675 logit("%s: fstat of %s failed: %s", __func__, _PATH_BTMP,
1681 _PATH_BTMP);
1717 error("Failed to write to %s: %s", _PATH_BTMP,
H A Ddefines.h758 # define _PATH_BTMP BTMP_FILE macro
761 #if defined(USE_BTMP) && defined(_PATH_BTMP)
H A Dconfig.h.in1614 #undef _PATH_BTMP

Completed in 115 milliseconds