Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.c100 errf(strerror(errno)); in open_category()
118 errf(strerror(errno)); in close_category()
149 errf(_("source locale data unavailable"), src); in copy_category()
163 errf(_("unable to copy locale data: %s"), strerror(errno)); in copy_category()
175 errf(strerror(errno)); in putl_category()
180 errf(strerror(errno)); in putl_category()
194 errf(strerror(errno)); in wr_category()
306 errf(strerror(errno)); in main()
H A Dcollate.c255 errf(_("out of memory")); in new_pri()
469 errf(_("out of memory")); in define_collsym()
517 errf(_("out of memory")); in get_collundef()
542 errf(_("out of memory")); in get_collchar()
705 errf(_("malformed range!")); in start_order_char()
776 errf(_("out of memory")); in define_collelem()
911 errf(_("out of memory")); in add_order_subst()
1020 errf(_("out of memory")); in add_weight()
1162 errf(_("out of memory")); in dump_collate()
1192 errf(_("out of memory")); in dump_collate()
[all …]
H A Dcharmap.c210 errf(_("out of memory")); in add_charmap_impl()
220 errf(_("duplicate character definition")); in add_charmap_impl()
225 errf(_("out of memory")); in add_charmap_impl()
276 errf(_("malformed charmap range")); in add_charmap_range()
286 errf(_("out of memory")); in add_charmap_range()
H A Dtime.c93 errf(_("too many list elements")); in add_list()
126 errf(_("too many list elements")); in add_time_list()
169 errf(_("unknown list")); in check_time_list()
173 errf(_("too few items in list (%d)"), last_kw); in check_time_list()
H A Dlocaledef.h41 void errf(const char *, ...);
145 #define INTERR errf(_("internal fault (%s:%d)"), __FILE__, __LINE__)
H A Dmonetary.c82 errf(_("out of memory")); in add_monetary_num()
156 errf(_("out of memory")); in add_monetary_group()
H A Dctype.c131 errf(_("not a valid character class")); in add_ctype_impl()
145 errf(_("out of memory")); in get_ctype()
175 errf(_("malformed character range (%u ... %u))"), in add_ctype_range()
H A Dnumeric.c82 errf(_("out of memory")); in add_numeric_group()
H A Dwide.c584 errf(widemsg); in to_mb()
600 errf("out of memory"); in to_mb_string()
H A Dscanner.c645 errf(_("missing newline")); in scan_to_eol()
812 errf(const char *fmt, ...) in errf() function
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c449 const char *errf; in exec_method() local
477 "control assignment failed", errf); in exec_method()
480 "error occurred", errf); in exec_method()
494 if (errf != NULL && strcmp(errf, "pool_set_binding") == 0) { in exec_method()
498 "could not be found", errf); in exec_method()
503 "configuration is invalid", errf); in exec_method()
508 "\"%s\" is invalid", errf, in exec_method()
524 if (errf != NULL && strcmp(errf, "chdir") == 0) { in exec_method()
535 errf, in exec_method()
551 if (errf != NULL) { in exec_method()
[all …]
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c271 errf(_("invalid charmap entry")); in add_charmap_impl()
295 errf(_("out of memory")); in add_charmap_impl_fr()
409 errf(_("malformed charmap range")); in add_charmap_range()
418 errf(_("out of memory")); in add_charmap_range()
H A Dcharmap.h50 void errf(const char *, ...);
H A Dscanner.c482 errf(_("missing newline")); in scan_to_eol()
653 errf(const char *fmt, ...) in errf() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c2698 const char *errf; in exec_method() local
2809 if ((errno = restarter_set_method_context(mthd_ctxt, &errf)) != 0) { in exec_method()
2813 if (strcmp(errf, "core_set_process_path") == 0) { in exec_method()
2816 } else if (strcmp(errf, "setproject") == 0) { in exec_method()
2819 } else if (strcmp(errf, "pool_set_binding") == 0) { in exec_method()
2833 if (errf != NULL && strcmp(errf, "pool_set_binding") == 0) { in exec_method()
2860 if (errf != NULL) { in exec_method()
2863 methods[method].name, instance->fmri, errf, in exec_method()
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c64 femop_t *errf; member
3557 fi->errf = fem_err; in fem_init()
3564 fi->errf = fem_err; in fem_init()
3575 fi->errf = fsem_err; in fem_init()