Home | History | Annotate | Download | only in openssh

Lines Matching refs:_PATH_BTMP

1652    * Logs failed login attempts in _PATH_BTMP if that exists.
1654 * So the _PATH_BTMP file checked for the correct permission, so that
1673 if ((fd = open(_PATH_BTMP, O_WRONLY | O_APPEND)) < 0) {
1674 debug("Unable to open the btmp file %s: %s", _PATH_BTMP,
1679 logit("%s: fstat of %s failed: %s", __func__, _PATH_BTMP,
1685 _PATH_BTMP);
1721 error("Failed to write to %s: %s", _PATH_BTMP,