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

/macosx-10.10/system_cmds-643.1.1/login.tproj/
H A Dlogin_audit.c68 int aufd; local
118 if ((aufd = au_open()) == -1)
124 au_write(aufd, tok);
128 au_write(aufd, tok);
130 if (au_close(aufd, 1, AUE_login) == -1)
142 int aufd; local
157 if ((aufd = au_open()) == -1)
176 au_write(aufd, tok);
181 au_write(aufd, tok);
185 au_write(aufd, to
199 int aufd; local
[all...]
/macosx-10.10/sudo-73/src/
H A Dbsm_audit.c76 int aufd; local
98 if ((aufd = au_open()) == -1)
115 au_write(aufd, tok);
119 au_write(aufd, tok);
123 au_write(aufd, tok);
124 if (au_close(aufd, 1, AUE_sudo) == -1)
138 int aufd; local
155 if ((aufd = au_open()) == -1)
169 au_write(aufd, tok);
174 au_write(aufd, to
[all...]
/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c682 int aufd; local
694 if((aufd = au_open()) == -1) {
704 au_write(aufd, tok);
711 au_write(aufd, tok);
713 if(au_close(aufd, 1, AUE_shutdown) == -1) {

Completed in 81 milliseconds