Searched refs:errf (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/heimdal/lib/com_err/ |
| H A 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
|
| H A 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
|
| /src/contrib/com_err/ |
| H A 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
|
| H A 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
|
| /src/usr.bin/localedef/ |
| H A 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() 367 errf("%s", strerror(errno)); in main()
|
| H A D | charmap.c | 265 errf("out of memory"); in add_charmap_impl() 275 errf("duplicate character definition"); in add_charmap_impl() 280 errf("out of memory"); in add_charmap_impl() 331 errf("malformed charmap range"); in add_charmap_range() 341 errf("out of memory"); in add_charmap_range()
|
| H A 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()
|
| H A D | localedef.h | 61 _Noreturn void errf(const char *, ...) __printflike(1, 2);
|
| H A D | scanner.c | 666 errf("missing newline"); in scan_to_eol() 833 errf(const char *fmt, ...) in errf() function
|