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

/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c191 int warn2 = IN_SOME; local
193 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2);
194 if (warn2 == IN_ALL)
195 warn2 = IN_THIS;
196 if (warn2 > *warnp)
197 *warnp = warn2;
424 int warn2 = IN_SOME; local
426 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2);
427 if (warn2 == IN_ALL)
428 warn2
[all...]
/bionic/libc/tzcode/
H A Dstrftime.c220 int warn2 = IN_SOME; local
222 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2);
223 if (warn2 == IN_ALL)
224 warn2 = IN_THIS;
225 if (warn2 > *warnp)
226 *warnp = warn2;
483 int warn2 = IN_SOME; local
485 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2);
486 if (warn2 == IN_ALL)
487 warn2
[all...]

Completed in 77 milliseconds