Searched refs:T_FMT_AMPM (Results 1 – 25 of 36) sorted by relevance
12
/third_party/musl/porting/liteos_m/kernel/include/ |
D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/porting/linux/user/include/ |
D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/include/ |
D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/libc-test/src/api/ |
D | langinfo.c | 12 C(T_FMT_AMPM) in f()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strptime.c | 110 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
|
D | strftime.c | 120 item = T_FMT_AMPM; in __strftime_fmt_1()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | strptime.c | 110 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
|
D | strftime.c | 120 item = T_FMT_AMPM; in __strftime_fmt_1()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | strptime.c | 110 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
|
D | strftime.c | 120 item = T_FMT_AMPM; in __strftime_fmt_1()
|
/third_party/python/Modules/ |
D | _localemodule.c | 565 #ifdef T_FMT_AMPM 566 LANGINFO(T_FMT_AMPM),
|
/third_party/musl/src/time/ |
D | strptime.c | 214 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
|
D | strftime.c | 136 item = T_FMT_AMPM; in __strftime_fmt_1()
|
/third_party/musl/porting/linux/user/src/time/ |
D | strftime.c | 177 item = T_FMT_AMPM; in __strftime_fmt_1()
|
D | strptime.c | 265 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 217 pub const T_FMT_AMPM: ::nl_item = 0x32B; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 819 T_FMT_AMPM
|
D | fuchsia.txt | 987 T_FMT_AMPM
|
D | dragonfly.txt | 1017 T_FMT_AMPM
|
D | netbsd.txt | 1020 T_FMT_AMPM
|
D | freebsd.txt | 1267 T_FMT_AMPM
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 100 pub const T_FMT_AMPM: ::nl_item = 3; constant
|
12