Home
last modified time | relevance | path

Searched refs:ST_NOEXEC (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstatvfs.h35 #define ST_NOEXEC 8 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dstatvfs.h32 #define ST_NOEXEC 8 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstatvfs.h35 #define ST_NOEXEC 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstatvfs.h35 #define ST_NOEXEC 8 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstatvfs.h35 #define ST_NOEXEC 8 macro
/third_party/musl/include/sys/
H A Dstatvfs.h36 #define ST_NOEXEC 8 macro
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/
H A Dmount_setattr01.c55 TCASE_ENTRY(MOUNT_ATTR_NOEXEC, ST_NOEXEC),
/third_party/rust/crates/nix/src/sys/
H A Dstatvfs.rs31 ST_NOEXEC;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs830 /// `ST_NOEXEC`
832 const NOEXEC = libc::ST_NOEXEC as u64;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs888 pub const ST_NOEXEC: ::c_ulong = 8; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1866 pub const ST_NOEXEC: ::c_ulong = 0x02; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1586 pub const ST_NOEXEC: ::c_ulong = 8; consts
/third_party/python/Modules/
H A Dposixmodule.c15333 #ifdef ST_NOEXEC in all_ins()
15334 if (PyModule_AddIntMacro(m, ST_NOEXEC)) return -1; in all_ins()
15335 #endif /* ST_NOEXEC */ in all_ins()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2302 pub const ST_NOEXEC: ::c_ulong = 8; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1738 pub const ST_NOEXEC: ::c_ulong = 8; consts

Completed in 69 milliseconds