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

/macosx-10.9.5/OpenSSH-186/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.h760 # define _PATH_BTMP BTMP_FILE macro
763 #if defined(USE_BTMP) && defined(_PATH_BTMP)
H A Dconfig.h.in1591 #undef _PATH_BTMP

Completed in 80 milliseconds