Home
last modified time | relevance | path

Searched defs:O_NOFOLLOW_ANY (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/bsd/dev/dtrace/scripts/
H A Dio.d179 inline int O_NOFOLLOW_ANY = 0x20000000; variable
/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h179 #define O_NOFOLLOW_ANY 0x20000000 /* no symlinks allowed in path */ macro