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

/freebsd-current/lib/libc/stdtime/
H A Dstrftime.c170 int warn2 = IN_SOME; local
172 pt = _fmt(tptr->c_fmt, t, pt, ptlim, &warn2, loc);
173 if (warn2 == IN_ALL)
174 warn2 = IN_THIS;
175 if (warn2 > *warnp)
176 *warnp = warn2;
449 int warn2 = IN_SOME; local
451 pt = _fmt(tptr->x_fmt, t, pt, ptlim, &warn2, loc);
452 if (warn2 == IN_ALL)
453 warn2
[all...]
/freebsd-current/contrib/tzcode/
H A Dstrftime.c214 enum warn warn2 = IN_SOME; local
216 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2);
217 if (warn2 == IN_ALL)
218 warn2 = IN_THIS;
219 if (warn2 > *warnp)
220 *warnp = warn2;
485 enum warn warn2 = IN_SOME; local
487 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2);
488 if (warn2 == IN_ALL)
489 warn2
[all...]

Completed in 114 milliseconds