Home
last modified time | relevance | path

Searched refs:LC_MESSAGES_MASK (Results 1 – 23 of 23) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dcygwin.txt231 LC_MESSAGES_MASK
H A Dopenbsd.txt463 LC_MESSAGES_MASK
H A Dfuchsia.txt478 LC_MESSAGES_MASK
H A Dnetbsd.txt608 LC_MESSAGES_MASK
H A Ddragonfly.txt582 LC_MESSAGES_MASK
H A Dfreebsd.txt783 LC_MESSAGES_MASK
H A Dapple.txt834 LC_MESSAGES_MASK
H A Daix.txt697 LC_MESSAGES_MASK
H A Dandroid.txt1124 LC_MESSAGES_MASK
H A Dlinux.txt1556 LC_MESSAGES_MASK
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1333 pub const LC_MESSAGES_MASK: c_int = 1 << 5; constant
1336 | LC_MESSAGES_MASK
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/
H A Dmod.rs681 | crate::LC_MESSAGES_MASK
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs942 pub const LC_MESSAGES_MASK: c_int = 1 << LC_MESSAGES; constant
948 | LC_MESSAGES_MASK;
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs744 pub const LC_MESSAGES_MASK: c_int = 4; constant
750 | LC_MESSAGES_MASK
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1772 pub const LC_MESSAGES_MASK: c_int = 1 << crate::LC_MESSAGES; constant
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs609 pub const LC_MESSAGES_MASK: c_int = 1 << LC_MESSAGES; constant
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3653 pub const LC_MESSAGES_MASK: c_int = 1 << 5; constant
3656 | LC_MESSAGES_MASK
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs1120 pub const LC_MESSAGES_MASK: c_int = 1 << 6; constant
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1278 pub const LC_MESSAGES_MASK: c_int = 1 << crate::LC_MESSAGES; constant
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs2768 pub const LC_MESSAGES_MASK: c_int = 1 << 2; constant
2774 | LC_MESSAGES_MASK
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs1227 | crate::LC_MESSAGES_MASK
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs1705 pub const LC_MESSAGES_MASK: c_int = 32; constant
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs1525 pub const LC_MESSAGES_MASK: c_int = 1 << LC_MESSAGES; constant