Lines Matching refs:textbuf
258 char textbuf[BSM_TEXTBUFSZ];
261 (void) snprintf(textbuf, sizeof (textbuf),
264 bsm_audit_record(4, textbuf, AUE_openssh);
266 (void) snprintf(textbuf, sizeof (textbuf),
269 bsm_audit_record(3, textbuf, AUE_openssh);
322 char textbuf[BSM_TEXTBUFSZ];
333 snprintf(textbuf, sizeof(textbuf),
335 bsm_audit_record(0, textbuf, AUE_openssh);
344 snprintf(textbuf, sizeof(textbuf),
346 bsm_audit_record(0, textbuf, AUE_logout);
359 snprintf(textbuf, sizeof(textbuf),
361 bsm_audit_record(1, textbuf, AUE_openssh);