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

  /bionic/libc/tzcode/
strftime.c 61 const char * X_fmt;
62 const char * x_fmt; member in struct:lc_time_T
86 /* X_fmt */
90 ** x_fmt
501 pt = _fmt(Locale->X_fmt, t, pt, ptlim, warnp);
507 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2);
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 46 const wchar_t * X_fmt;
47 const wchar_t * x_fmt; member in struct:lc_time_T
72 /* X_fmt */
76 ** x_fmt
420 pt = _fmt(Locale->X_fmt, t, pt, ptlim, warnp);
426 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2);

Completed in 369 milliseconds