Searched refs:O_SEARCH (Results 1 – 16 of 16) sorted by relevance
304 O_SEARCH
614 O_SEARCH
779 O_SEARCH
966 O_SEARCH
1057 O_SEARCH
893 O_SEARCH
219 pub const O_SEARCH: c_int = 0x08000000; constant223 pub const O_ACCMODE: c_int = O_EXEC | O_RDWR | O_SEARCH;
647 pub const O_SEARCH: c_int = 0o10000000; constant
1045 pub const O_SEARCH: c_int = 0o10000000; constant
621 pub const O_SEARCH: c_int = 0x20; constant624 pub const O_ACCMODE: c_int = O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH;
2799 pub const O_SEARCH: c_int = O_PATH; constant2800 pub const O_ACCMODE: c_int = 03 | O_SEARCH;
1530 pub const O_SEARCH: c_int = 0x400000; constant
1290 pub const O_SEARCH: c_int = 0x800000; constant
1131 pub const O_SEARCH: c_int = 0x200000; constant
2505 pub const O_SEARCH: c_int = O_EXEC; constant
2909 pub const O_SEARCH: c_int = O_EXEC | O_DIRECTORY; constant