Home
last modified time | relevance | path

Searched refs:D_T_FMT (Results 1 – 24 of 24) sorted by relevance

/third_party/musl/ndk_musl_include/
Dlanginfo.h75 #define D_T_FMT 0x20028 macro
/third_party/musl/porting/uniproton/kernel/include/
Dlanginfo.h60 #define D_T_FMT 0x20028 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dlanginfo.h60 #define D_T_FMT 0x20028 macro
/third_party/musl/porting/linux/user/include/
Dlanginfo.h75 #define D_T_FMT 0x20028 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dlanginfo.h60 #define D_T_FMT 0x20028 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlanginfo.h60 #define D_T_FMT 0x20028 macro
/third_party/musl/include/
Dlanginfo.h60 #define D_T_FMT 0x20028 macro
/third_party/musl/libc-test/src/api/
Dlanginfo.c9 C(D_T_FMT) in f()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
D2-1.c31 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); in main()
D1-1.c30 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); in main()
/third_party/musl/porting/liteos_a/kernel/src/time/
Dstrptime.c45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
Dstrftime.c71 item = D_T_FMT; in __strftime_fmt_1()
/third_party/musl/porting/uniproton/kernel/src/time/
Dstrptime.c45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
Dstrftime.c71 item = D_T_FMT; in __strftime_fmt_1()
/third_party/musl/src/time/
Dstrptime.c45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
Dstrftime.c71 item = D_T_FMT; in __strftime_fmt_1()
/third_party/musl/porting/liteos_m/kernel/src/time/
Dstrptime.c45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
Dstrftime.c71 item = D_T_FMT; in __strftime_fmt_1()
/third_party/musl/porting/linux/user/src/time/
Dstrftime.c103 item = D_T_FMT; in __strftime_fmt_1()
Dstrptime.c173 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
/third_party/python/Modules/
D_localemodule.c552 LANGINFO(D_T_FMT),
/third_party/python/Doc/library/
Dlocale.rst175 .. data:: D_T_FMT
/third_party/glib/glib/
Dgdatetime.c194 #define PREFERRED_DATE_TIME_FMT nl_langinfo (D_T_FMT)
/third_party/glib/
Dmeson.build1110 str = nl_langinfo (D_T_FMT);