Home
last modified time | relevance | path

Searched refs:O_NOTRAVERSE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/plat-atheos/
DIN.py632 O_NOTRAVERSE = 0100000 variable
633 O_NOFOLLOW = O_NOTRAVERSE
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs565 pub const O_NOTRAVERSE: ::c_int = 0x2000; constant