Searched refs:text_buf (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | audit_kadmind.c | 107 char text_buf[512]; in common_audit() local 135 (void) snprintf(text_buf, sizeof (text_buf), "Op: %s", in common_audit() 137 aug_save_text(text_buf); in common_audit() 138 (void) snprintf(text_buf, sizeof (text_buf), "Arg: %s", in common_audit() 140 aug_save_text1(text_buf); in common_audit() 141 (void) snprintf(text_buf, sizeof (text_buf), "Client: %s", in common_audit() 143 aug_save_text2(text_buf); in common_audit()
|
H A D | audit_krb5kdc.c | 69 char text_buf[512]; in common_audit() local 94 (void) snprintf(text_buf, sizeof (text_buf), "Client: %s", in common_audit() 96 aug_save_text1(text_buf); in common_audit() 97 (void) snprintf(text_buf, sizeof (text_buf), "Service: %s", in common_audit() 99 aug_save_text2(text_buf); in common_audit()
|