Searched refs:out_buf_len (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/praudit/
H A Dprintaudit.c98 print_audit_xml_prolog_buf(char *out_buf, const int out_buf_len) argument
100 if (xml_prolog_len > out_buf_len) {
105 (void) snprintf(out_buf, out_buf_len, "%s%s%s%s", prolog1, prolog_xsl,
119 print_audit_xml_ending_buf(char *out_buf, const int out_buf_len) argument
121 if (xml_end_len > out_buf_len) {
126 (void) snprintf(out_buf, out_buf_len, "%s", xml_ending);
187 * out_buf_len copy formatted audit data to.
198 int *out_buf_len, const int flags, const char *separator)
221 context->outbuf_remain_len = *out_buf_len;
240 *out_buf_len
197 print_audit_buf(char **in_buf, int *in_buf_len, char **out_buf, int *out_buf_len, const int flags, const char *separator) argument
[all...]
H A Dprint_audit.txt45 int *out_buf_len, const int flags, const char *separator);
49 int print_audit_xml_prolog_buf(char *out_buf, const int out_buf_len);
50 int print_audit_xml_ending_buf(char *out_buf, const int out_buf_len);
113 out_buf, out_buf_len -
137 out_buf_len -
H A Dpraudit.h253 const int out_buf_len);
255 const int out_buf_len);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dexternal.c230 unsigned out_buf_len; member in struct:client_context
232 size_t out_buf_len; member in struct:client_context
344 &text->out_buf_len, *clientoutlen + 1);
346 result = _buf_alloc(&text->out_buf, &text->out_buf_len, *clientoutlen + 1);
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c238 unsigned out_buf_len; member in struct:context
2651 &(text->out_buf_len), resplen);
2666 &text->out_buf, &text->out_buf_len, &resplen,
2688 &text->out_buf, &text->out_buf_len, &resplen,
2708 &text->out_buf, &text->out_buf_len, &resplen,
2726 &text->out_buf, &text->out_buf_len, &resplen,
2750 &text->out_buf, &text->out_buf_len, &resplen,
2766 &text->out_buf, &text->out_buf_len, &resplen,
2792 &text->out_buf, &text->out_buf_len, &resplen,
3493 &(text->out_buf_len), resple
[all...]
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c276 unsigned out_buf_len; member in struct:client_context
433 &(text->out_buf_len), *clientoutlen + 1);
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c528 unsigned out_buf_len; member in struct:client_context
716 &(text->out_buf_len), maxsize);
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c166 unsigned out_buf_len; member in struct:context
967 &(text->out_buf_len), *serveroutlen);
1205 &(text->out_buf_len), *serveroutlen);
1830 &(text->out_buf_len), *clientoutlen);
2079 &(text->out_buf_len), *clientoutlen);

Completed in 134 milliseconds