Searched refs:warn2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrftime.c190 int warn2 = IN_SOME; local
192 pt = _fmt(tptr->c_fmt, t, pt, ptlim, &warn2, loc);
193 if (warn2 == IN_ALL)
194 warn2 = IN_THIS;
195 if (warn2 > *warnp)
196 *warnp = warn2;
462 int warn2 = IN_SOME; local
464 pt = _fmt(tptr->x_fmt, t, pt, ptlim, &warn2, loc);
465 if (warn2 == IN_ALL)
466 warn2
[all...]

Completed in 121 milliseconds