Searched refs:D_FMT (Results 1 – 25 of 37) sorted by relevance
12
/third_party/musl/porting/liteos_a/kernel/include/ |
D | langinfo.h | 61 #define D_FMT 0x20029 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | langinfo.h | 61 #define D_FMT 0x20029 macro
|
/third_party/musl/include/ |
D | langinfo.h | 61 #define D_FMT 0x20029 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | langinfo.h | 61 #define D_FMT 0x20029 macro
|
/third_party/musl/porting/linux/user/include/ |
D | langinfo.h | 76 #define D_FMT 0x20029 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | langinfo.h | 61 #define D_FMT 0x20029 macro
|
/third_party/musl/ndk_musl_include/ |
D | langinfo.h | 76 #define D_FMT 0x20029 macro
|
/third_party/musl/libc-test/src/api/ |
D | langinfo.c | 10 C(D_FMT) in f()
|
/third_party/musl/src/time/ |
D | strptime.c | 139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
|
D | strftime.c | 156 item = D_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strptime.c | 139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
|
D | strftime.c | 156 item = D_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | strptime.c | 139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
|
D | strftime.c | 156 item = D_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | strptime.c | 139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
|
D | strftime.c | 156 item = D_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/linux/user/src/time/ |
D | strftime.c | 216 item = D_FMT; in __strftime_fmt_1()
|
D | strptime.c | 352 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 215 pub const D_FMT: ::nl_item = 0x329; constant
|
/third_party/python/Modules/ |
D | _localemodule.c | 553 LANGINFO(D_FMT),
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 135 D_FMT
|
D | fuchsia.txt | 164 D_FMT
|
D | netbsd.txt | 256 D_FMT
|
D | dragonfly.txt | 208 D_FMT
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 98 pub const D_FMT: ::nl_item = 1; constant
|
12