Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/localedef/
H A Dlocaledef.c100 errf(strerror(errno)); in open_category()
112 errf(strerror(errno)); in close_category()
116 errf(strerror(errno)); in close_category()
146 errf(_("source locale data unavailable"), src); in copy_category()
160 errf(_("unable to copy locale data: %s"), strerror(errno)); in copy_category()
174 errf(strerror(errno)); in putl_category()
180 errf(strerror(errno)); in putl_category()
195 errf(strerror(errno)); in wr_category()
307 errf(strerror(errno)); in main()
H A Dcollate.c255 errf(_("out of memory")); in new_pri()
316 errf(_("circular reference in order list")); in resolve_pri()
469 errf(_("out of memory")); in define_collsym()
516 errf(_("out of memory")); in get_collundef()
540 errf(_("out of memory")); in get_collchar()
662 errf(_("character value expected")); in start_order()
703 errf(_("malformed range!")); in start_order_char()
751 errf(_("illegal starting point for range")); in start_order_ellipsis()
769 errf(_("expanded collation element too long")); in define_collelem()
774 errf(_("out of memory")); in define_collelem()
[all …]
H A Dcharmap.c209 errf(_("out of memory")); in add_charmap_impl()
219 errf(_("duplicate character definition")); in add_charmap_impl()
224 errf(_("out of memory")); in add_charmap_impl()
275 errf(_("malformed charmap range")); in add_charmap_range()
285 errf(_("out of memory")); in add_charmap_range()
H A Dtime.c92 errf(_("too many list elements")); in add_list()
125 errf(_("too many list elements")); in add_time_list()
167 errf(_("unknown list")); in check_time_list()
171 errf(_("too few items in list (%d)"), last_kw); in check_time_list()
H A Dlocaledef.h41 void errf(const char *, ...);
143 #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
/titanic_44/usr/src/cmd/svc/startd/
H A Dmethod.c449 const char *errf; in exec_method() local
466 rsmc_errno = restarter_set_method_context(mcp, &errf); in exec_method()
472 if (strcmp(errf, "core_set_process_path") == 0) { in exec_method()
475 } else if (strcmp(errf, "setproject") == 0) { in exec_method()
477 "control assignment failed", errf); in exec_method()
478 } else if (strcmp(errf, "pool_set_binding") == 0) { in exec_method()
480 "error occurred", errf); in exec_method()
486 __FILE__, __LINE__, errf, rsmc_errno); 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()
[all …]
/titanic_44/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()
/titanic_44/usr/src/uts/common/fs/
H A Dfem.c64 femop_t *errf; member
3552 fi->errf = fem_err; in fem_init()
3559 fi->errf = fem_err; in fem_init()
3570 fi->errf = fsem_err; in fem_init()