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

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dfcntl_.h64 #ifndef O_DIRECTORY
65 # define O_DIRECTORY 0 macro
H A Dchdir-long.c73 O_RDONLY | O_DIRECTORY | O_NOCTTY | O_NONBLOCK);
H A Dsystem.h115 #ifndef O_DIRECTORY
116 # define O_DIRECTORY 0 macro
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dopendir.c90 O_RDONLY | O_NONBLOCK | O_DIRECTORY | O_CLOEXEC)) == -1)
198 if ((fd = _open(name, O_RDONLY | O_DIRECTORY)) == -1) {
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dio.d175 inline int O_DIRECTORY = 0x100000;
176 #pragma D binding "1.1" O_DIRECTORY
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h167 #define O_DIRECTORY 0x100000 macro
/macosx-10.10/gnutar-453/gnutar/src/
H A Dcreate.c1586 | (is_dir ? O_DIRECTORY | O_NONBLOCK : 0)
1660 fd = open (p, O_RDONLY | O_BINARY | O_DIRECTORY | O_NONBLOCK);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c385 if ( (fmode & O_DIRECTORY) ) {
H A Dvfs_subr.c5644 if ( (fmode & O_DIRECTORY) && vp->v_type != VDIR ) {

Completed in 200 milliseconds