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

/macosx-10.10/OpenSSH-189/openssh/
H A Daudit-linux.c46 int audit_fd, rc, saved_errno; local
48 audit_fd = audit_open();
49 if (audit_fd < 0) {
56 rc = audit_log_acct_message(audit_fd, AUDIT_USER_LOGIN,
60 close(audit_fd);

Completed in 68 milliseconds