HomeSort by relevance Sort by last modified time
    Searched refs:warn2 (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strftime.c 183 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 = IN_THIS;
    [all...]
  /bionic/libc/tzcode/
strftime.c 242 int warn2 = IN_SOME; local
244 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2);
245 if (warn2 == IN_ALL)
246 warn2 = IN_THIS;
247 if (warn2 > *warnp)
248 *warnp = warn2;
505 int warn2 = IN_SOME; local
507 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2);
508 if (warn2 == IN_ALL)
509 warn2 = IN_THIS
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 191 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 = IN_THIS
    [all...]

Completed in 63 milliseconds