Searched defs:O_SYMLINK (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/bsd/dev/dtrace/scripts/ | ||
| H A D | io.d | 179 inline int O_SYMLINK = 0x200000; variable |
| /xnu-12377.1.9/bsd/sys/ | ||
| H A D | fcntl.h | 160 #define O_SYMLINK 0x00200000 /* allow open of a symlink */ macro |