Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/praudit/
H A Dprintaudit.c98 print_audit_xml_prolog_buf(char *out_buf, const int out_buf_len) in print_audit_xml_prolog_buf() argument
100 if (xml_prolog_len > out_buf_len) { in print_audit_xml_prolog_buf()
105 (void) snprintf(out_buf, out_buf_len, "%s%s%s%s", prolog1, prolog_xsl, in print_audit_xml_prolog_buf()
119 print_audit_xml_ending_buf(char *out_buf, const int out_buf_len) in print_audit_xml_ending_buf() argument
121 if (xml_end_len > out_buf_len) { in print_audit_xml_ending_buf()
126 (void) snprintf(out_buf, out_buf_len, "%s", xml_ending); in print_audit_xml_ending_buf()
198 int *out_buf_len, const int flags, const char *separator) in print_audit_buf() argument
221 context->outbuf_remain_len = *out_buf_len; in print_audit_buf()
240 *out_buf_len = context->outbuf_last - context->outbuf_start; in print_audit_buf()
241 if (*out_buf_len > 0) { in print_audit_buf()
[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);
/titanic_44/usr/src/lib/libsasl/lib/
H A Dexternal.c230 unsigned out_buf_len; member
232 size_t out_buf_len; member
344 &text->out_buf_len, *clientoutlen + 1); in external_client_mech_step()
346 result = _buf_alloc(&text->out_buf, &text->out_buf_len, *clientoutlen + 1); in external_client_mech_step()
/titanic_44/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c238 unsigned out_buf_len; member
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), resplen);
[all …]
/titanic_44/usr/src/lib/sasl_plugins/plain/
H A Dplain.c276 unsigned out_buf_len; member
433 &(text->out_buf_len), *clientoutlen + 1); in plain_client_mech_step()
/titanic_44/usr/src/lib/sasl_plugins/cram/
H A Dcram.c528 unsigned out_buf_len; member
716 &(text->out_buf_len), maxsize); in crammd5_client_mech_step()
/titanic_44/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c166 unsigned out_buf_len; member
967 &(text->out_buf_len), *serveroutlen);
1205 &(text->out_buf_len), *serveroutlen);
1830 &(text->out_buf_len), *clientoutlen);
2079 &(text->out_buf_len), *clientoutlen);