Lines Matching refs:textbuf
333 char textbuf[BSM_TEXTBUFSZ]; in bsm_audit_bad_login() local
336 (void) snprintf(textbuf, sizeof (textbuf), in bsm_audit_bad_login()
339 bsm_audit_record(4, textbuf, AUE_openssh); in bsm_audit_bad_login()
341 (void) snprintf(textbuf, sizeof (textbuf), in bsm_audit_bad_login()
344 bsm_audit_record(3, textbuf, AUE_openssh); in bsm_audit_bad_login()
397 char textbuf[BSM_TEXTBUFSZ]; in audit_event() local
408 snprintf(textbuf, sizeof(textbuf), in audit_event()
410 bsm_audit_record(0, textbuf, AUE_openssh); in audit_event()
419 snprintf(textbuf, sizeof(textbuf), in audit_event()
421 bsm_audit_record(0, textbuf, AUE_logout); in audit_event()
434 snprintf(textbuf, sizeof(textbuf), in audit_event()
436 bsm_audit_record(1, textbuf, AUE_openssh); in audit_event()