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