Searched refs:errf (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/cmd/localedef/ |
H A D | localedef.c | 100 errf(strerror(errno)); 112 errf(strerror(errno)); 116 errf(strerror(errno)); 146 errf(_("source locale data unavailable"), src); 160 errf(_("unable to copy locale data: %s"), strerror(errno)); 174 errf(strerror(errno)); 180 errf(strerror(errno)); 195 errf(strerror(errno)); 307 errf(strerror(errno));
|
H A D | time.c | 92 errf(_("too many list elements")); 125 errf(_("too many list elements")); 167 errf(_("unknown list")); 171 errf(_("too few items in list (%d)"), last_kw);
|
H A D | localedef.h | 41 void errf(const char *, ...); 143 #define INTERR errf(_("internal fault (%s:%d)"), __FILE__, __LINE__)
|
H A D | collate.c | 255 errf(_("out of memory")); 316 errf(_("circular reference in order list")); 469 errf(_("out of memory")); 516 errf(_("out of memory")); 540 errf(_("out of memory")); 662 errf(_("character value expected")); 703 errf(_("malformed range!")); 751 errf(_("illegal starting point for range")); 769 errf(_("expanded collation element too long")); 774 errf( [all...] |
H A D | numeric.c | 82 errf(_("out of memory"));
|
H A D | monetary.c | 82 errf(_("out of memory")); 156 errf(_("out of memory"));
|
H A D | ctype.c | 131 errf(_("not a valid character class")); 145 errf(_("out of memory")); 175 errf(_("malformed character range (%u ... %u))"),
|
H A D | wide.c | 584 errf(widemsg); 600 errf("out of memory");
|
H A D | scanner.c | 645 errf(_("missing newline")); 812 errf(const char *fmt, ...) function
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | charmap.h | 50 void errf(const char *, ...);
|
H A D | charmap.c | 271 errf(_("invalid charmap entry")); 295 errf(_("out of memory")); 409 errf(_("malformed charmap range")); 418 errf(_("out of memory"));
|
H A D | scanner.c | 482 errf(_("missing newline")); 653 errf(const char *fmt, ...) function
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | method.c | 449 const char *errf; local 466 rsmc_errno = restarter_set_method_context(mcp, &errf); 472 if (strcmp(errf, "core_set_process_path") == 0) { 475 } else if (strcmp(errf, "setproject") == 0) { 477 "control assignment failed", errf); 478 } else if (strcmp(errf, "pool_set_binding") == 0) { 480 "error occurred", errf); 486 __FILE__, __LINE__, errf, rsmc_errno); 494 if (errf != NULL && strcmp(errf, "pool_set_bindin [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.c | 2698 const char *errf; local 2809 if ((errno = restarter_set_method_context(mthd_ctxt, &errf)) != 0) { 2813 if (strcmp(errf, "core_set_process_path") == 0) { 2816 } else if (strcmp(errf, "setproject") == 0) { 2819 } else if (strcmp(errf, "pool_set_binding") == 0) { 2833 if (errf != NULL && strcmp(errf, "pool_set_binding") == 0) { 2860 if (errf != NULL) { 2863 methods[method].name, instance->fmri, errf, local
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fem.c | 64 femop_t *errf; member in struct:fem_type_info 3552 fi->errf = fem_err; 3559 fi->errf = fem_err; 3570 fi->errf = fsem_err;
|
Completed in 71 milliseconds