/third_party/musl/porting/linux/user/include/ |
H A D | langinfo.h | 75 #define D_T_FMT 0x20028 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | langinfo.h | 60 #define D_T_FMT 0x20028 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | langinfo.h | 60 #define D_T_FMT 0x20028 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | langinfo.h | 60 #define D_T_FMT 0x20028 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | langinfo.h | 60 #define D_T_FMT 0x20028 macro
|
/third_party/musl/include/ |
H A D | langinfo.h | 60 #define D_T_FMT 0x20028 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | langinfo.c | 9 C(D_T_FMT) in f()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/ |
H A D | 2-1.c | 31 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); in main()
|
H A 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/ |
H A D | strptime.c | 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
|
H A D | strftime.c | 71 item = D_T_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | strptime.c | 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
|
H A D | strftime.c | 71 item = D_T_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | strptime.c | 45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
|
H A D | strftime.c | 71 item = D_T_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | strptime.c | 173 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
|
H A D | strftime.c | 103 item = D_T_FMT; in __strftime_fmt_1()
|
/third_party/musl/src/time/ |
H A D | strftime.c | 72 item = D_T_FMT; in __strftime_fmt_1()
|
H A D | strptime.c | 128 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 214 pub const D_T_FMT: ::nl_item = 0x328; consts
|
/third_party/python/Modules/ |
H A D | _localemodule.c | 552 LANGINFO(D_T_FMT),
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 97 pub const D_T_FMT: ::nl_item = 0; consts
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 417 pub const D_T_FMT: ::nl_item = 0x20028; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 664 pub const D_T_FMT: ::nl_item = 0x20028; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 465 pub const D_T_FMT: ::nl_item = 1; consts
|