Searched refs:CF_OPENFLGS (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFURLAccess.c476 #define CF_OPENFLGS (0) macro
494 fd = open(path, O_RDONLY|CF_OPENFLGS, 0666);
545 fd = open(path, O_WRONLY|O_CREAT|O_TRUNC|CF_OPENFLGS, 0666);
/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c110 *fd = open(path, O_RDONLY|extraOpenFlags|CF_OPENFLGS, 0666);
193 fd = open(path, O_WRONLY|O_CREAT|O_TRUNC|CF_OPENFLGS, 0666);
H A DCFInternal.h716 #define CF_OPENFLGS (_O_BINARY|_O_NOINHERIT) macro
718 #define CF_OPENFLGS (0) macro
H A DCFPlatform.c882 _wsopen_s(&fd, wide, _O_RDWR | _O_CREAT | CF_OPENFLGS, _SH_DENYNO, _S_IREAD | _S_IWRITE);
H A DCFUtilities.c1046 fd = open(cpath, O_RDONLY|CF_OPENFLGS, 0666);
H A DCFBurstTrie.c372 if ((fd=open(filename, CF_OPENFLGS|O_RDONLY)) < 0) return NULL;
637 if ((fd=open(filename, CF_OPENFLGS|O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR)) < 0) return success;
H A DCFBundle.c2563 if (gotPath && stat(path, &statBuf) == 0 && (statBuf.st_mode & S_IFMT) == S_IFREG && (fd = open(path, O_RDONLY | CF_OPENFLGS, 0777)) >= 0) {

Completed in 180 milliseconds