/illumos-gate/usr/src/cmd/localedef/ |
H A D | localedef.c | 100 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 D | collate.c | 255 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() 517 errf(_("out of memory")); in get_collundef() 542 errf(_("out of memory")); in get_collchar() 664 errf(_("character value expected")); in start_order() 705 errf(_("malformed range!")); in start_order_char() 753 errf(_("illegal starting point for range")); in start_order_ellipsis() 771 errf(_("expanded collation element too long")); in define_collelem() 776 errf(_("out of memory")); in define_collelem() [all …]
|
H A D | charmap.c | 210 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 D | time.c | 93 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 D | localedef.h | 41 void errf(const char *, ...); 145 #define INTERR errf(_("internal fault (%s:%d)"), __FILE__, __LINE__)
|
H A D | monetary.c | 82 errf(_("out of memory")); in add_monetary_num() 156 errf(_("out of memory")); in add_monetary_group()
|
H A D | ctype.c | 131 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 D | numeric.c | 82 errf(_("out of memory")); in add_numeric_group()
|
H A D | wide.c | 584 errf(widemsg); in to_mb() 600 errf("out of memory"); in to_mb_string()
|
H A D | scanner.c | 627 errf(_("missing newline")); in scan_to_eol() 794 errf(const char *fmt, ...) in errf() function
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | method.c | 450 const char *errf; in exec_method() local 467 rsmc_errno = restarter_set_method_context(mcp, &errf); in exec_method() 473 if (strcmp(errf, "core_set_process_path") == 0) { in exec_method() 476 } else if (strcmp(errf, "setproject") == 0) { in exec_method() 478 "control assignment failed", errf); in exec_method() 479 } else if (strcmp(errf, "pool_set_binding") == 0) { in exec_method() 481 "error occurred", errf); in exec_method() 487 __FILE__, __LINE__, errf, rsmc_errno); in exec_method() 495 if (errf != NULL && strcmp(errf, "pool_set_binding") == 0) { in exec_method() 499 "could not be found", errf); in exec_method() [all …]
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | charmap.c | 271 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 D | charmap.h | 50 void errf(const char *, ...);
|
H A D | scanner.c | 482 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 D | inetd.c | 2698 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 D | fem.c | 64 femop_t *errf; member 3601 fi->errf = fem_err; in fem_init() 3608 fi->errf = fem_err; in fem_init() 3619 fi->errf = fsem_err; in fem_init()
|