OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X_fmt
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
bionic_time.h
45
const char *
X_fmt
;
46
const char *
x_fmt
;
member in struct:strftime_locale
/bionic/libc/tzcode/
strftime.c
54
const char *
X_fmt
;
55
const char *
x_fmt
;
member in struct:lc_time_T
83
/*
X_fmt
*/
87
**
x_fmt
555
pt = _fmt(locale->
X_fmt
, t, pt, ptlim, warnp, locale);
561
pt = _fmt(locale->
x_fmt
, t, pt, ptlim, &warn2, locale);
Completed in 355 milliseconds