Home
last modified time | relevance | path

Searched refs:debugstr (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c100 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()
[all …]
/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c300 char *debugstr; in main() local
316 if ((debugstr = getenv("SYSLOGD_DEBUG")) != NULL) in main()
317 if ((debuglev = atoi(debugstr)) == 0) in main()