Home
last modified time | relevance | path

Searched refs:LC_NAME (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/linux/user/include/
H A Dlocale.h40 #define LC_NAME 7 macro
94 #define LC_NAME_MASK (1<<LC_NAME)
/third_party/musl/include/
H A Dlocale.h26 #define LC_NAME 7 macro
86 #define LC_NAME_MASK (1<<LC_NAME)
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dsetlocale_sup.c28 LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT, LC_IDENTIFICATION, LC_ALL};
32 "LC_NAME",
/third_party/musl/libc-test/src/functionalext/locale/
H A Dsetlocale.c31 LC_NAME,
41 "LC_NAME",
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs686 pub const LC_NAME: ::c_int = 8; consts
692 pub const LC_NAME_MASK: ::c_int = 1 << LC_NAME;
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1259 pub const LC_NAME: ::c_int = 8; consts
1265 pub const LC_NAME_MASK: ::c_int = 1 << LC_NAME;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs568 pub const LC_NAME: ::c_int = 7; consts

Completed in 21 milliseconds