Home
last modified time | relevance | path

Searched defs:LC_MESSAGES_MASK (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
H A Dlocale.h73 #define LC_MESSAGES_MASK (1<<LC_MESSAGES) macro
/third_party/musl/porting/linux/user/include/
H A Dlocale.h92 #define LC_MESSAGES_MASK (1<<LC_MESSAGES) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlocale.h71 #define LC_MESSAGES_MASK (1<<LC_MESSAGES) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dlocale.h71 #define LC_MESSAGES_MASK (1<<LC_MESSAGES) macro
/third_party/musl/include/
H A Dlocale.h83 #define LC_MESSAGES_MASK (1<<LC_MESSAGES) macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1667 pub const LC_MESSAGES_MASK: ::c_int = 1 << ::LC_MESSAGES; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1449 pub const LC_MESSAGES_MASK: ::c_int = 1 << 5; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1380 pub const LC_MESSAGES_MASK: ::c_int = 1 << ::LC_MESSAGES; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs590 pub const LC_MESSAGES_MASK: ::c_int = 1 << LC_MESSAGES; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1526 pub const LC_MESSAGES_MASK: ::c_int = 1 << LC_MESSAGES; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3005 pub const LC_MESSAGES_MASK: ::c_int = 1 << 5; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1126 pub const LC_MESSAGES_MASK: ::c_int = 1 << LC_MESSAGES; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs2635 pub const LC_MESSAGES_MASK: ::c_int = 1 << 2; consts

Completed in 61 milliseconds