Home
last modified time | relevance | path

Searched refs:errf (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/com_err/
H A Dcom_err.h48 typedef void (KRB5_CALLCONV *errf) (const char *, long, const char *, va_list); typedef
64 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
65 set_com_err_hook (errf);
67 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
H A Dcom_err.c84 static errf com_err_hook = default_proc;
107 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
108 set_com_err_hook (errf new) in set_com_err_hook()
110 errf old = com_err_hook; in set_com_err_hook()
120 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
/freebsd-13.1/crypto/heimdal/lib/com_err/
H A Dcom_err.h48 typedef void (KRB5_CALLCONV *errf) (const char *, long, const char *, va_list); typedef
64 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
65 set_com_err_hook (errf);
67 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
H A Dcom_err.c87 static errf com_err_hook = default_proc;
110 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
111 set_com_err_hook (errf new) in set_com_err_hook()
113 errf old = com_err_hook; in set_com_err_hook()
123 KRB5_LIB_FUNCTION errf KRB5_LIB_CALL
/freebsd-13.1/usr.bin/localedef/
H A Dlocaledef.c126 errf("%s", strerror(errno)); in open_category()
138 errf("%s", strerror(errno)); in close_category()
142 errf("%s", strerror(errno)); in close_category()
202 errf("%s", strerror(errno)); in putl_category()
208 errf("%s", strerror(errno)); in putl_category()
223 errf("%s", strerror(errno)); in wr_category()
369 errf("%s", strerror(errno)); in main()
H A Dcharmap.c231 errf("out of memory"); in add_charmap_impl()
241 errf("duplicate character definition"); in add_charmap_impl()
246 errf("out of memory"); in add_charmap_impl()
297 errf("malformed charmap range"); in add_charmap_range()
307 errf("out of memory"); in add_charmap_range()
H A Dctype.c173 errf("not a valid character class"); in add_ctype_impl()
186 errf("out of memory"); in get_ctype()
216 errf("malformed character range (%u ... %u))", in add_ctype_range()
H A Dlocaledef.h62 _Noreturn void errf(const char *, ...) __printflike(1, 2);
H A Dscanner.c668 errf("missing newline"); in scan_to_eol()
835 errf(const char *fmt, ...) in errf() function