Searched refs:O_SYMLINK (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h167 #define O_SYMLINK 0x200000 /* allow open of a symlink */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c506 if (fmode & O_NOFOLLOW || fmode & O_SYMLINK || (origcnflags & FOLLOW) == 0) {
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c418 filefd = open(test->t_watchfile, O_RDONLY | O_SYMLINK);

Completed in 71 milliseconds