Searched refs:openMode (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dunix++.h160 int openMode() const { return flags() & O_ACCMODE; } function in class:Security::UnixPlusPlus::FileDesc
161 bool isWritable() const { return openMode() != O_RDONLY; }
162 bool isReadable() const { return openMode() != O_WRONLY; }
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dunix++.h160 int openMode() const { return flags() & O_ACCMODE; } function in class:Security::UnixPlusPlus::FileDesc
161 bool isWritable() const { return openMode() != O_RDONLY; }
162 bool isReadable() const { return openMode() != O_WRONLY; }
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs.h294 int smbfs_close(struct smb_share *share, vnode_t vp, int openMode,
H A Dsmbfs_vnops.c162 smbfs_close(struct smb_share *share, vnode_t vp, int openMode, argument
187 if (openMode & FREAD)
190 if (openMode & FWRITE)
330 if (openMode & FHASLOCK) {
462 if ((error == 0) && (openMode & FWRITE) && (np->f_openTotalWCnt > 0)) {
5018 int32_t openMode = 0; local
5033 if ( (error = file_flags(pb2->fd, &openMode)) ) {
5037 if (openMode & FREAD) {
5040 if (openMode & FWRITE) {
5048 if (openMode
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c29612 mode_t openMode; /* Permissions to create file with */ local
[all...]

Completed in 588 milliseconds