/third_party/musl/porting/linux/user/include/ |
H A D | langinfo.h | 78 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/include/ |
H A D | langinfo.h | 63 #define T_FMT_AMPM 0x2002B macro
|
/third_party/musl/libc-test/src/api/ |
H A D | langinfo.c | 12 C(T_FMT_AMPM) in f()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | strptime.c | 110 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
|
H A D | strftime.c | 120 item = T_FMT_AMPM; in __strftime_fmt_1()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | strptime.c | 110 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
|
H A D | strftime.c | 120 item = T_FMT_AMPM; in __strftime_fmt_1()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | strptime.c | 110 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
|
H A D | strftime.c | 120 item = T_FMT_AMPM; in __strftime_fmt_1()
|
/third_party/python/Modules/ |
H A D | _localemodule.c | 559 OpenBSD doesn't have CODESET but has T_FMT_AMPM, and doesn't have 565 #ifdef T_FMT_AMPM 566 LANGINFO(T_FMT_AMPM),
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | strptime.c | 265 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
|
H A D | strftime.c | 177 item = T_FMT_AMPM; in __strftime_fmt_1()
|
/third_party/musl/src/time/ |
H A D | strftime.c | 137 item = T_FMT_AMPM; in __strftime_fmt_1()
|
H A D | strptime.c | 214 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 217 pub const T_FMT_AMPM: ::nl_item = 0x32B; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 100 pub const T_FMT_AMPM: ::nl_item = 3; consts
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 420 pub const T_FMT_AMPM: ::nl_item = 0x2002B; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 667 pub const T_FMT_AMPM: ::nl_item = 0x2002B; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 468 pub const T_FMT_AMPM: ::nl_item = 4; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2390 pub const T_FMT_AMPM: ::nl_item = 5; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1189 pub const T_FMT_AMPM: ::nl_item = 50; consts
|