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