/third_party/ltp/include/lapi/ |
D | stat.h | 238 #ifndef AT_NO_AUTOMOUNT 239 # define AT_NO_AUTOMOUNT 0x800 macro
|
/third_party/libbpf/include/uapi/linux/ |
D | fcntl.h | 104 #define AT_NO_AUTOMOUNT 0x800 /* Suppress terminal automount traversal */ macro
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
D | stat_fstatat_test.cpp | 27 EXPECT_EQ(0, fstatat(AT_FDCWD, linkname, &st, AT_NO_AUTOMOUNT));
|
D | stat_fstatat64_test.cpp | 28 EXPECT_EQ(0, fstatat64(AT_FDCWD, linkName, &st, AT_NO_AUTOMOUNT));
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 101 #define AT_NO_AUTOMOUNT 0x800 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 102 #define AT_NO_AUTOMOUNT 0x800 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 101 #define AT_NO_AUTOMOUNT 0x800 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 102 #define AT_NO_AUTOMOUNT 0x800 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 101 #define AT_NO_AUTOMOUNT 0x800 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 104 #define AT_NO_AUTOMOUNT 0x800 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 101 #define AT_NO_AUTOMOUNT 0x800 macro
|
/third_party/musl/include/ |
D | fcntl.h | 101 #define AT_NO_AUTOMOUNT 0x800 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 74 AT_NO_AUTOMOUNT
|
D | linux.txt | 171 AT_NO_AUTOMOUNT
|
D | android.txt | 140 AT_NO_AUTOMOUNT
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 35 AT_NO_AUTOMOUNT;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1220 pub const AT_NO_AUTOMOUNT: ::c_int = 0x800; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1990 pub const AT_NO_AUTOMOUNT: ::c_int = 0x800; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 284 pub const AT_NO_AUTOMOUNT: u32 = 2048; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 279 pub const AT_NO_AUTOMOUNT: u32 = 2048; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 288 pub const AT_NO_AUTOMOUNT: u32 = 2048; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 282 pub const AT_NO_AUTOMOUNT: u32 = 2048; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 279 pub const AT_NO_AUTOMOUNT: u32 = 2048; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 279 pub const AT_NO_AUTOMOUNT: u32 = 2048; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 280 pub const AT_NO_AUTOMOUNT: u32 = 2048; constant
|