Home
last modified time | relevance | path

Searched defs:O_EXEC (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/linux/user/include/
H A Dfcntl.h41 #define O_EXEC O_PATH macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h40 #define O_EXEC O_PATH macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h40 #define O_EXEC O_PATH macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h40 #define O_EXEC O_PATH macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h41 #define O_EXEC O_PATH macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h40 #define O_EXEC O_PATH macro
/third_party/musl/include/
H A Dfcntl.h43 #define O_EXEC O_PATH macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs527 pub const O_EXEC: ::c_int = 0o10000000; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs220 pub const O_EXEC: c_int = 0x02000000; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1318 pub const O_EXEC: ::c_int = 0o10000000; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1904 pub const O_EXEC: ::c_int = 0o00003; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2720 pub const O_EXEC: ::c_int = O_PATH; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1931 pub const O_EXEC: ::c_int = 0x00040000; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1299 pub const O_EXEC: ::c_int = 0x400000; consts

Completed in 54 milliseconds