/freebsd/crypto/krb5/src/lib/krb5/os/ |
H A D | trace.c | 214 k5_buf_add_fmt(&buf, "%d", va_arg(ap, int)); in trace_format() 216 k5_buf_add_fmt(&buf, "%ld", va_arg(ap, long)); in trace_format() 234 k5_buf_add_fmt(&buf, "%02X", (unsigned char)p[i]); in trace_format() 258 k5_buf_add_fmt(&buf, "transport%d", ra->transport); in trace_format() 261 k5_buf_add_fmt(&buf, " %s", addrbuf); in trace_format() 276 k5_buf_add_fmt(&buf, "%d", err); in trace_format() 278 k5_buf_add_fmt(&buf, "/%s", tmpbuf); in trace_format() 282 k5_buf_add_fmt(&buf, "%ld/%s", (long)kerr, kerr ? p : "Success"); in trace_format() 321 k5_buf_add_fmt(&buf, "%s (%d)", name, (int)pa_type); in trace_format() 323 k5_buf_add_fmt(&buf, "%d", (int)pa_type); in trace_format() [all …]
|
H A D | dnssrv.c | 60 k5_buf_add_fmt(&buf, "%s.", service); in make_lookup_name() 62 k5_buf_add_fmt(&buf, "%s.", protocol); in make_lookup_name() 64 k5_buf_add_fmt(&buf, "%s._sites.", sitename); in make_lookup_name()
|
H A D | dnsglue.c | 378 k5_buf_add_fmt(&buf, "%s.%s", prefix, name); in txt_lookup_name()
|
H A D | sendto_kdc.c | 635 k5_buf_add_fmt(&buf, "POST /%s HTTP/1.0\r\n", uri_path); in make_proxy_request() 636 k5_buf_add_fmt(&buf, "Host: %s:%s\r\n", state->http.servername, in make_proxy_request() 642 k5_buf_add_fmt(&buf, "Content-Length: %d\r\n\r\n", encoded_pm->length); in make_proxy_request()
|
/freebsd/crypto/krb5/src/util/support/ |
H A D | t_k5buf.c | 221 k5_buf_add_fmt(&buf, " %d ", 3); in test_fmt() 227 k5_buf_add_fmt(&buf, "%d%d%d%d", 1, 2, 3, 4); in test_fmt() 234 k5_buf_add_fmt(&buf, " %d ", 3); in test_fmt() 240 k5_buf_add_fmt(&buf, "%s", data); in test_fmt()
|
H A D | libkrb5support-fixed.exports | 9 k5_buf_add_fmt
|
H A D | k5buf.c | 223 k5_buf_add_fmt(struct k5buf *buf, const char *fmt, ...) in k5_buf_add_fmt() function
|
H A D | json.c | 602 k5_buf_add_fmt(buf, "u00%02X", (unsigned int)*str); in encode_string() 670 k5_buf_add_fmt(buf, "%lld", k5_json_number_value(val)); in encode_value()
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | chpw.c | 438 k5_buf_add_fmt(&buf, ngettext("The password must contain at least %d " in decode_ad_policy_info() 447 k5_buf_add_fmt(&buf, ngettext("The password must be different from " in decode_ad_policy_info() 459 k5_buf_add_fmt(&buf, ngettext("The password can only be changed once " in decode_ad_policy_info()
|
H A D | kerrs.c | 160 k5_buf_add_fmt(&buf, "%ld", code); in err_fmt_fmt() 164 k5_buf_add_fmt(&buf, "%%%c", p[1]); in err_fmt_fmt()
|
H A D | preauth_otp.c | 517 k5_buf_add_fmt(&buf, "\t%ld. %s ", (long)(i + 1), _("Vendor:")); in prompt_for_tokeninfo()
|
/freebsd/krb5/util/support/ |
H A D | version.map | 11 k5_buf_add_fmt;
|
/freebsd/crypto/krb5/src/include/ |
H A D | k5-buf.h | 79 void k5_buf_add_fmt(struct k5buf *buf, const char *fmt, ...)
|
/freebsd/crypto/krb5/src/lib/gssapi/generic/ |
H A D | oid_ops.c | 274 k5_buf_add_fmt(&buf, "%lu %lu ", n, number - (n * 40)); in generic_gss_oid_to_str() 277 k5_buf_add_fmt(&buf, "%lu ", number); in generic_gss_oid_to_str()
|
/freebsd/crypto/krb5/src/kdc/ |
H A D | kdc_util.c | 1194 k5_buf_add_fmt(&buf, "%d etypes {", nktypes); in ktypes2str() 1197 k5_buf_add_fmt(&buf, "%s%s(%ld)", i ? ", " : "", name, (long)ktype[i]); in ktypes2str() 1213 k5_buf_add_fmt(&buf, "%s(%ld)", name, (long)rep->enc_part.enctype); in rep_etypes2str() 1218 k5_buf_add_fmt(&buf, ", tkt=%s(%ld)", name, (long)etype); in rep_etypes2str() 1225 k5_buf_add_fmt(&buf, ", ses=%s(%ld)", name, (long)etype); in rep_etypes2str()
|
/freebsd/crypto/krb5/src/clients/ksu/ |
H A D | authorization.c | 499 k5_buf_add_fmt(&buf, " %s ", fcmd_arr[j]); in find_first_cmd_that_exists()
|
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_realm.c | 88 k5_buf_add_fmt(&buf, "\\%2x", (unsigned char)*in++); in ldap_filter_correct()
|
/freebsd/crypto/krb5/src/lib/gssapi/spnego/ |
H A D | negoex_util.c | 148 k5_buf_add_fmt(buf, "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x", in add_guid()
|
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 4386 k5_buf_add_fmt(&buf, "%smodule_name=%s", n++ ? ":" : "", in reassemble_pkcs11_name() 4390 k5_buf_add_fmt(&buf, "%stoken=%s", n++ ? ":" : "", in reassemble_pkcs11_name() 4394 k5_buf_add_fmt(&buf, "%scertlabel=%s", n++ ? ":" : "", in reassemble_pkcs11_name() 4398 k5_buf_add_fmt(&buf, "%scertid=%s", n++ ? ":" : "", in reassemble_pkcs11_name() 4402 k5_buf_add_fmt(&buf, "%sslotid=%ld", n++ ? ":" : "", in reassemble_pkcs11_name()
|