Searched refs:errf (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/com_err/ |
| D | com_err.h | 48 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
|
| D | com_err.c | 84 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-12-stable/crypto/heimdal/lib/com_err/ |
| D | com_err.h | 48 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
|
| D | com_err.c | 87 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-12-stable/usr.bin/localedef/ |
| D | localedef.c | 124 errf("%s", strerror(errno)); in open_category() 136 errf("%s", strerror(errno)); in close_category() 140 errf("%s", strerror(errno)); in close_category() 200 errf("%s", strerror(errno)); in putl_category() 206 errf("%s", strerror(errno)); in putl_category() 221 errf("%s", strerror(errno)); in wr_category() 358 errf("%s", strerror(errno)); in main()
|
| D | charmap.c | 231 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()
|
| D | ctype.c | 171 errf("not a valid character class"); in add_ctype_impl() 184 errf("out of memory"); in get_ctype() 214 errf("malformed character range (%u ... %u))", in add_ctype_range()
|
| D | localedef.h | 60 _Noreturn void errf(const char *, ...) __printflike(1, 2);
|
| D | scanner.c | 668 errf("missing newline"); in scan_to_eol() 835 errf(const char *fmt, ...) in errf() function
|