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

/macosx-10.10/Security-57031.1.35/Security/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.10/Security-57031.1.35/Security/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.10/smb-759.0/kernel/smbfs/
H A Dsmbfs.h296 int smbfs_close(struct smb_share *share, vnode_t vp, int openMode,
H A Dsmbfs_vnops.c191 smbfs_close(struct smb_share *share, vnode_t vp, int openMode, argument
220 openMode, np->f_refcnt, 0, 0, 0);
222 if (openMode & FREAD)
225 if (openMode & FWRITE)
366 if (openMode & FHASLOCK) {
520 if ((error == 0) && (openMode & FWRITE) && (np->f_openTotalWCnt > 0)) {
5538 int32_t openMode = 0; local
5553 if ( (error = file_flags(pb2->fd, &openMode)) ) {
5557 if (openMode & FREAD) {
5560 if (openMode
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c29612 mode_t openMode; /* Permissions to create file with */ local
[all...]

Completed in 586 milliseconds