Lines Matching defs:textbuf
335 char textbuf[BSM_TEXTBUFSZ];
338 (void) snprintf(textbuf, sizeof (textbuf),
341 bsm_audit_record(4, textbuf, AUE_openssh);
343 (void) snprintf(textbuf, sizeof (textbuf),
346 bsm_audit_record(3, textbuf, AUE_openssh);
399 char textbuf[BSM_TEXTBUFSZ];
410 snprintf(textbuf, sizeof(textbuf),
412 bsm_audit_record(0, textbuf, AUE_openssh);
421 snprintf(textbuf, sizeof(textbuf),
423 bsm_audit_record(0, textbuf, AUE_logout);
436 snprintf(textbuf, sizeof(textbuf),
438 bsm_audit_record(1, textbuf, AUE_openssh);