Home
last modified time | relevance | path

Searched refs:textbuf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/openssh/
HDaudit-bsm.c333 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()
[all …]
/dragonfly/contrib/cvs-1.12/src/
HDrcs.c7183 rcs_change_text (const char *name, char *textbuf, size_t textlen, in rcs_change_text() argument
7195 if (! linevector_add (&lines, textbuf, textlen, NULL, 0)) in rcs_change_text()