Lines Matching refs:debugstr

100     char *code, size_t maxcode, char *debugstr);
147 char *debugstr = ""; /* error path debug prefix text */ in fm_dc_opendict() local
167 debugstr = "fm_dc_opendict: "; /* used in error paths */ in fm_dc_opendict()
173 debugstr, FM_DC_VERSION); in fm_dc_opendict()
201 (void) fprintf(stderr, "%sENOMEM\n", debugstr); in fm_dc_opendict()
226 (void) fprintf(stderr, "%s%s: ", debugstr, fname); in fm_dc_opendict()
247 debugstr, line); in fm_dc_opendict()
264 "%s prop has no value\n", debugstr, lhsp); in fm_dc_opendict()
275 (void) fprintf(stderr, "%sENOMEM\n", debugstr); in fm_dc_opendict()
308 debugstr, prop_version, prop_name, dhp->maxkey); in fm_dc_opendict()
380 char *debugstr = ""; /* error path debug prefix text */ in fm_dc_key2code() local
396 debugstr = "fm_dc_key2code: "; in fm_dc_key2code()
421 debugstr = ndebugstr; in fm_dc_key2code()
424 return (buildcode(dhp, rhsp, code, maxcode, debugstr)); in fm_dc_key2code()
430 (void) fprintf(stderr, "%sENOMSG no match\n", debugstr); in fm_dc_key2code()
440 char *debugstr = ""; /* error path debug prefix text */ in fm_dc_code2key() local
452 debugstr = "fm_dc_code2key: "; in fm_dc_code2key()
464 debugstr); in fm_dc_code2key()
468 debugstr); in fm_dc_code2key()
472 debugstr, oerrno); in fm_dc_code2key()
508 debugstr); in fm_dc_code2key()
538 debugstr, maxkey); in fm_dc_code2key()
549 "%sENOMEM strdup\n", debugstr); in fm_dc_code2key()
559 (void) fprintf(stderr, "%sENOMSG\n", debugstr); in fm_dc_code2key()
701 char *code, size_t maxcode, char *debugstr) in buildcode() argument
717 debugstr, (ulong_t)maxcode, in buildcode()
739 debugstr); in buildcode()
743 debugstr); in buildcode()
747 debugstr, oerrno); in buildcode()
759 "%ssubtract offset %llu\n", debugstr, infop->offset); in buildcode()
769 "%sERANGE from bitv_sub\n", debugstr); in buildcode()
780 "%sENOMEM from bitv_alloc\n", debugstr); in buildcode()