Home
last modified time | relevance | path

Searched refs:D_FMT (Results 1 – 22 of 22) sorted by relevance

/third_party/musl/ndk_musl_include/
Dlanginfo.h76 #define D_FMT 0x20029 macro
/third_party/musl/porting/uniproton/kernel/include/
Dlanginfo.h61 #define D_FMT 0x20029 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dlanginfo.h61 #define D_FMT 0x20029 macro
/third_party/musl/porting/linux/user/include/
Dlanginfo.h76 #define D_FMT 0x20029 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dlanginfo.h61 #define D_FMT 0x20029 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlanginfo.h61 #define D_FMT 0x20029 macro
/third_party/musl/include/
Dlanginfo.h61 #define D_FMT 0x20029 macro
/third_party/musl/libc-test/src/api/
Dlanginfo.c10 C(D_FMT) in f()
/third_party/musl/porting/liteos_a/kernel/src/time/
Dstrptime.c139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
Dstrftime.c156 item = D_FMT; in __strftime_fmt_1()
/third_party/musl/porting/uniproton/kernel/src/time/
Dstrptime.c139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
Dstrftime.c156 item = D_FMT; in __strftime_fmt_1()
/third_party/musl/src/time/
Dstrptime.c139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
Dstrftime.c156 item = D_FMT; in __strftime_fmt_1()
/third_party/musl/porting/liteos_m/kernel/src/time/
Dstrptime.c139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
Dstrftime.c156 item = D_FMT; in __strftime_fmt_1()
/third_party/musl/porting/linux/user/src/time/
Dstrftime.c216 item = D_FMT; in __strftime_fmt_1()
Dstrptime.c352 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
/third_party/python/Modules/
D_localemodule.c553 LANGINFO(D_FMT),
/third_party/python/Doc/library/
Dlocale.rst180 .. data:: D_FMT
/third_party/glib/glib/
Dgdatetime.c195 #define PREFERRED_DATE_FMT nl_langinfo (D_FMT)
/third_party/glib/
Dmeson.build1111 str = nl_langinfo (D_FMT);