OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x_fmt
(Results
1 - 2
of
2
) sorted by null
/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);
/bionic/libc/tzcode/
strftime.c
50
const char *
X_fmt
;
51
const char *
x_fmt
;
member in struct:lc_time_T
75
/*
X_fmt
*/
79
**
x_fmt
479
pt = _fmt(Locale->
X_fmt
, t, pt, ptlim, warnp);
485
pt = _fmt(Locale->
x_fmt
, t, pt, ptlim, &warn2);
Completed in 228 milliseconds