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

/macosx-10.10/xnu-2782.1.97/SETUP/installfile/
H A Dinstallfile.c85 srcfd = open(src, O_RDONLY | O_SYMLINK, 0);
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dio.d177 inline int O_SYMLINK = 0x200000;
178 #pragma D binding "1.1" O_SYMLINK
/macosx-10.10/file_cmds-242/chmod/
H A Dchmod_acl.c732 int fd = open(path, O_SYMLINK);
829 int fd = open(path, O_SYMLINK);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h168 #define O_SYMLINK 0x200000 /* allow open of a symlink */ macro
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dpathwatch.c412 if (type == VPATH_NODE_TYPE_LINK) flags |= O_SYMLINK;
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c1516 osrc = O_SYMLINK;
1536 * O_SYMLINK and O_NOFOLLOW are not compatible options:
1538 * open will return ELOOP, whether or not O_SYMLINK is set.
1581 dsrc = O_SYMLINK;
1607 s->dst_fd = open(s->dst, O_RDONLY | O_SYMLINK);
1752 * is a symlink, then we open it up (with O_SYMLINK), and use
1759 fd = open(s->src, O_RDONLY | O_SYMLINK);
/macosx-10.10/libdispatch-442.1.4/src/
H A Dio.c398 (path_data->oflag & O_SYMLINK) == O_SYMLINK ?
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c513 if (fmode & O_NOFOLLOW || fmode & O_SYMLINK || (origcnflags & FOLLOW) == 0) {
/macosx-10.10/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c419 filefd = open(test->t_watchfile, O_RDONLY | O_SYMLINK);

Completed in 213 milliseconds