Home
last modified time | relevance | path

Searched refs:heim_error_createv (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Derror.c95 *error = heim_error_createv(error_code, fmt, ap); in heim_error_create_opt()
107 e = heim_error_createv(error_code, fmt, ap); in heim_error_create()
114 heim_error_createv(int error_code, const char *fmt, va_list ap) in heim_error_createv() function
H A Dversion-script.map62 heim_error_createv;
H A Dheimbase.h230 heim_error_t heim_error_createv(int, const char *, va_list)
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Derror.c90 msg = heim_error_createv(code, fmt, ap); in hx509_set_error_stringv()