Searched defs:warncore (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Derr.c85 * warncore() is the workhorse of these functions. Everything else has
86 * a warncore() component in it.
89 warncore(FILE *fp, const char *fmt, va_list args) function
119 lk = warncore(fp, fmt, args);
135 lk = warncore(fp, fmt, args);

Completed in 129 milliseconds