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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dstrftime.c183 int warn2 = IN_SOME; local
185 pt = _fmt(Locale->d_t_fmt, t, pt, ptlim, &warn2);
186 if (warn2 == IN_ALL)
187 warn2 = IN_THIS;
188 if (warn2 > *warnp)
189 *warnp = warn2;
436 int warn2 = IN_SOME; local
438 pt = _fmt(Locale->d_fmt, t, pt, ptlim, &warn2);
439 if (warn2 == IN_ALL)
440 warn2
[all...]

Completed in 42 milliseconds