Home
last modified time | relevance | path

Searched refs:O_SEARCH (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/porting/linux/user/include/
H A Dfcntl.h40 #define O_SEARCH O_PATH macro
44 #define O_ACCMODE (03|O_SEARCH)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h39 #define O_SEARCH O_PATH macro
43 #define O_ACCMODE (03|O_SEARCH)
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h39 #define O_SEARCH O_PATH macro
43 #define O_ACCMODE (03|O_SEARCH)
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h39 #define O_SEARCH O_PATH macro
43 #define O_ACCMODE (03|O_SEARCH)
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h40 #define O_SEARCH O_PATH macro
44 #define O_ACCMODE (03|O_SEARCH)
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h39 #define O_SEARCH O_PATH macro
43 #define O_ACCMODE (03|O_SEARCH)
/third_party/musl/include/
H A Dfcntl.h42 #define O_SEARCH O_PATH macro
46 #define O_ACCMODE (03|O_SEARCH)
/third_party/musl/libc-test/src/api/
H A Dfcntl.c42 C(O_SEARCH) in f()
/third_party/rust/crates/libc/src/
H A Dwasi.rs222 pub const O_SEARCH: c_int = 0x08000000; consts
226 pub const O_ACCMODE: c_int = O_EXEC | O_RDWR | O_SEARCH;
/third_party/rust/crates/nix/src/
H A Dfcntl.rs159 O_SEARCH;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs528 pub const O_SEARCH: ::c_int = 0o10000000; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1319 pub const O_SEARCH: ::c_int = 0o10000000; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2721 pub const O_SEARCH: ::c_int = O_PATH; consts
2722 pub const O_ACCMODE: ::c_int = 03 | O_SEARCH;
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1392 pub const O_SEARCH: ::c_int = 0x800000; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1298 pub const O_SEARCH: ::c_int = 0x200000; consts
/third_party/python/Modules/
H A Dposixmodule.c15171 #ifdef O_SEARCH in all_ins()
15172 if (PyModule_AddIntMacro(m, O_SEARCH)) return -1; in all_ins()

Completed in 54 milliseconds