Home
last modified time | relevance | path

Searched refs:LC_TIME_MASK (Results 1 – 24 of 24) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dlocale.h68 #define LC_TIME_MASK (1<<LC_TIME) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlocale.h68 #define LC_TIME_MASK (1<<LC_TIME) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dlocale.h70 #define LC_TIME_MASK (1<<LC_TIME) macro
/third_party/musl/porting/linux/user/include/
Dlocale.h74 #define LC_TIME_MASK (1<<LC_TIME) macro
/third_party/musl/include/
Dlocale.h80 #define LC_TIME_MASK (1<<LC_TIME) macro
/third_party/musl/libc-test/src/api/
Dlocale.c52 C(LC_TIME_MASK) in f()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt462 LC_TIME_MASK
Dfuchsia.txt405 LC_TIME_MASK
Ddragonfly.txt576 LC_TIME_MASK
Dnetbsd.txt602 LC_TIME_MASK
Dfreebsd.txt665 LC_TIME_MASK
Dapple.txt818 LC_TIME_MASK
Dlinux.txt1203 LC_TIME_MASK
Dandroid.txt1061 LC_TIME_MASK
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1448 pub const LC_TIME_MASK: ::c_int = 1 << 4; constant
1455 | LC_TIME_MASK;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs699 | ::LC_TIME_MASK
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1123 pub const LC_TIME_MASK: ::c_int = 1 << LC_TIME; constant
1129 | LC_TIME_MASK
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs587 pub const LC_TIME_MASK: ::c_int = 1 << LC_TIME; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1666 pub const LC_TIME_MASK: ::c_int = 1 << ::LC_TIME; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3004 pub const LC_TIME_MASK: ::c_int = 1 << 4; constant
3011 | LC_TIME_MASK;
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2638 pub const LC_TIME_MASK: ::c_int = 1 << 5; constant
2644 | LC_TIME_MASK;
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1379 pub const LC_TIME_MASK: ::c_int = 1 << ::LC_TIME; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1272 | ::LC_TIME_MASK
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1523 pub const LC_TIME_MASK: ::c_int = 1 << LC_TIME; constant