Lines Matching refs:debugstr
98 char *code, size_t maxcode, char *debugstr);
145 char *debugstr = ""; /* error path debug prefix text */ in fm_dc_opendict() local
165 debugstr = "fm_dc_opendict: "; /* used in error paths */ in fm_dc_opendict()
171 debugstr, FM_DC_VERSION); in fm_dc_opendict()
199 (void) fprintf(stderr, "%sENOMEM\n", debugstr); in fm_dc_opendict()
224 (void) fprintf(stderr, "%s%s: ", debugstr, fname); in fm_dc_opendict()
245 debugstr, line); in fm_dc_opendict()
262 "%s prop has no value\n", debugstr, lhsp); in fm_dc_opendict()
273 (void) fprintf(stderr, "%sENOMEM\n", debugstr); in fm_dc_opendict()
306 debugstr, prop_version, prop_name, dhp->maxkey); in fm_dc_opendict()
378 char *debugstr = ""; /* error path debug prefix text */ in fm_dc_key2code() local
394 debugstr = "fm_dc_key2code: "; in fm_dc_key2code()
419 debugstr = ndebugstr; in fm_dc_key2code()
422 return (buildcode(dhp, rhsp, code, maxcode, debugstr)); in fm_dc_key2code()
428 (void) fprintf(stderr, "%sENOMSG no match\n", debugstr); in fm_dc_key2code()
438 char *debugstr = ""; /* error path debug prefix text */ in fm_dc_code2key() local
450 debugstr = "fm_dc_code2key: "; in fm_dc_code2key()
462 debugstr); in fm_dc_code2key()
466 debugstr); in fm_dc_code2key()
470 debugstr, oerrno); in fm_dc_code2key()
506 debugstr); in fm_dc_code2key()
536 debugstr, maxkey); in fm_dc_code2key()
547 "%sENOMEM strdup\n", debugstr); in fm_dc_code2key()
557 (void) fprintf(stderr, "%sENOMSG\n", debugstr); in fm_dc_code2key()
699 char *code, size_t maxcode, char *debugstr) in buildcode() argument
715 debugstr, (ulong_t)maxcode, in buildcode()
737 debugstr); in buildcode()
741 debugstr); in buildcode()
745 debugstr, oerrno); in buildcode()
757 "%ssubtract offset %llu\n", debugstr, infop->offset); in buildcode()
767 "%sERANGE from bitv_sub\n", debugstr); in buildcode()
778 "%sENOMEM from bitv_alloc\n", debugstr); in buildcode()