Searched refs:T_FMT (Results 1 – 25 of 35) sorted by relevance
12
/third_party/musl/porting/liteos_m/kernel/include/ |
D | langinfo.h | 62 #define T_FMT 0x2002A macro
|
/third_party/musl/porting/linux/user/include/ |
D | langinfo.h | 62 #define T_FMT 0x2002A macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | langinfo.h | 62 #define T_FMT 0x2002A macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | langinfo.h | 62 #define T_FMT 0x2002A macro
|
/third_party/musl/include/ |
D | langinfo.h | 62 #define T_FMT 0x2002A macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | langinfo.h | 62 #define T_FMT 0x2002A macro
|
/third_party/musl/libc-test/src/api/ |
D | langinfo.c | 11 C(T_FMT) in f()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strptime.c | 143 s = strptime(s, nl_langinfo(T_FMT), tm); in strptime()
|
D | strftime.c | 159 item = T_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | strptime.c | 143 s = strptime(s, nl_langinfo(T_FMT), tm); in strptime()
|
D | strftime.c | 159 item = T_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | strptime.c | 143 s = strptime(s, nl_langinfo(T_FMT), tm); in strptime()
|
D | strftime.c | 159 item = T_FMT; in __strftime_fmt_1()
|
/third_party/musl/src/time/ |
D | strptime.c | 300 s = strptime(s, nl_langinfo(T_FMT), tm); in strptime()
|
D | strftime.c | 178 item = T_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/linux/user/src/time/ |
D | strftime.c | 219 item = T_FMT; in __strftime_fmt_1()
|
D | strptime.c | 358 s = strptime(s, nl_langinfo(T_FMT), tm); in strptime()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 216 pub const T_FMT: ::nl_item = 0x32A; constant
|
/third_party/python/Modules/ |
D | _localemodule.c | 554 LANGINFO(T_FMT),
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 818 T_FMT
|
D | fuchsia.txt | 986 T_FMT
|
D | dragonfly.txt | 1016 T_FMT
|
D | netbsd.txt | 1019 T_FMT
|
D | freebsd.txt | 1266 T_FMT
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 99 pub const T_FMT: ::nl_item = 2; constant
|
12