Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/dev/dtrace/scripts/
H A Dio.d177 inline int O_SYMLINK = 0x200000; variable
/xnu-8020.101.4/bsd/sys/
H A Dfcntl.h157 #define O_SYMLINK 0x00200000 /* allow open of a symlink */ macro