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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h161 #define O_DIRECTORY 0x100000 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c216 if ( (fmode & O_DIRECTORY) ) {
339 if ( (fmode & O_DIRECTORY) && vp->v_type != VDIR ) {

Completed in 14 milliseconds