Home
last modified time | relevance | path

Searched refs:O_EXEC (Results 1 – 21 of 21) sorted by relevance

/third_party/musl/libc-test/src/api/
Dfcntl.c39 C(O_EXEC) in f()
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h40 #define O_EXEC O_PATH macro
/third_party/musl/ndk_musl_include/
Dfcntl.h41 #define O_EXEC O_PATH macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h40 #define O_EXEC O_PATH macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h41 #define O_EXEC O_PATH macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h40 #define O_EXEC O_PATH macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h41 #define O_EXEC O_PATH macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h40 #define O_EXEC O_PATH macro
/third_party/musl/include/
Dfcntl.h40 #define O_EXEC O_PATH macro
/third_party/rust/crates/libc/src/
Dwasi.rs220 pub const O_EXEC: c_int = 0x02000000; constant
226 pub const O_ACCMODE: c_int = O_EXEC | O_RDWR | O_SEARCH;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs527 pub const O_EXEC: ::c_int = 0o10000000; constant
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt527 O_EXEC
Dfreebsd.txt822 O_EXEC
/third_party/rust/crates/nix/src/
Dfcntl.rs92 O_EXEC;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1318 pub const O_EXEC: ::c_int = 0o10000000; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1904 pub const O_EXEC: ::c_int = 0o00003; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1299 pub const O_EXEC: ::c_int = 0x400000; constant
/third_party/python/Modules/
Dposixmodule.c14961 #ifdef O_EXEC in all_ins()
14962 if (PyModule_AddIntMacro(m, O_EXEC)) return -1; in all_ins()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1931 pub const O_EXEC: ::c_int = 0x00040000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2720 pub const O_EXEC: ::c_int = O_PATH; constant
/third_party/musl/
DWHATSNEW750 - O_EXEC open mode