Searched refs:text_buf (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/dnssec/
H A Ddnssec-dsfromkey.c241 char text_buf[DST_KEY_MAXTEXTSIZE]; local
249 isc_buffer_init(&textb, text_buf, sizeof(text_buf));
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_kadmind.c107 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 Daudit_krb5kdc.c69 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 67 milliseconds