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

/bionic/libc/tzcode/
H A Dstrftime.c258 int warn2 = IN_SOME; local
261 if (warn2 == IN_ALL)
262 warn2 = IN_THIS;
263 if (warn2 > *warnp)
264 *warnp = warn2;
559 int warn2 = IN_SOME; local
561 pt = _fmt(locale->x_fmt, t, pt, ptlim, &warn2, locale);
562 if (warn2 == IN_ALL)
563 warn2 = IN_THIS;
564 if (warn2 > *warn
[all...]

Completed in 133 milliseconds