Searched refs:D_T_FMT (Results 1 – 24 of 24) sorted by relevance
/third_party/musl/ndk_musl_include/ |
D | langinfo.h | 75 #define D_T_FMT 0x20028 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | langinfo.h | 60 #define D_T_FMT 0x20028 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | langinfo.h | 60 #define D_T_FMT 0x20028 macro
|
/third_party/musl/porting/linux/user/include/ |
D | langinfo.h | 75 #define D_T_FMT 0x20028 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | langinfo.h | 60 #define D_T_FMT 0x20028 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | langinfo.h | 60 #define D_T_FMT 0x20028 macro
|
/third_party/musl/include/ |
D | langinfo.h | 60 #define D_T_FMT 0x20028 macro
|
/third_party/musl/libc-test/src/api/ |
D | langinfo.c | 9 C(D_T_FMT) in f()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/ |
D | 2-1.c | 31 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); in main()
|
D | 1-1.c | 30 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); in main()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strptime.c | 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
|
D | strftime.c | 71 item = D_T_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | strptime.c | 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
|
D | strftime.c | 71 item = D_T_FMT; in __strftime_fmt_1()
|
/third_party/musl/src/time/ |
D | strptime.c | 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
|
D | strftime.c | 71 item = D_T_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | strptime.c | 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
|
D | strftime.c | 71 item = D_T_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/linux/user/src/time/ |
D | strftime.c | 103 item = D_T_FMT; in __strftime_fmt_1()
|
D | strptime.c | 173 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
|
/third_party/python/Modules/ |
D | _localemodule.c | 552 LANGINFO(D_T_FMT),
|
/third_party/python/Doc/library/ |
D | locale.rst | 175 .. data:: D_T_FMT
|
/third_party/glib/glib/ |
D | gdatetime.c | 194 #define PREFERRED_DATE_TIME_FMT nl_langinfo (D_T_FMT)
|
/third_party/glib/ |
D | meson.build | 1110 str = nl_langinfo (D_T_FMT);
|