O_ACCMODE         170 lib/replace/system/filesys.h #ifndef O_ACCMODE
O_ACCMODE         184 lib/tdb/common/open.c 	if ((open_flags & O_ACCMODE) == O_WRONLY) {
O_ACCMODE         193 lib/tdb/common/open.c 	if ((open_flags & O_ACCMODE) == O_RDONLY) {
O_ACCMODE          64 lib/util/xfile.c 	if ((f->open_flags & O_ACCMODE) == O_RDONLY) {
O_ACCMODE         112 lib/util/xfile.c 	if ((flags & O_ACCMODE) == O_RDWR) {
O_ACCMODE         242 lib/util/xfile.c 	if ((f->open_flags & O_ACCMODE) != O_WRONLY) {
O_ACCMODE         394 lib/util/xfile.c 	switch (f->open_flags & O_ACCMODE) {
O_ACCMODE         994 source3/libsmb/clifile.c 	if ((flags & O_ACCMODE) == O_RDWR) {
O_ACCMODE         996 source3/libsmb/clifile.c 	} else if ((flags & O_ACCMODE) == O_WRONLY) {
O_ACCMODE        2216 source3/libsmb/clifile.c 	int open_mode = flags & O_ACCMODE;
O_ACCMODE         179 source3/libsmb/cliprint.c 	if ((flags & O_ACCMODE) == O_RDWR) {
O_ACCMODE         181 source3/libsmb/cliprint.c 	} else if ((flags & O_ACCMODE) == O_WRONLY) {
O_ACCMODE          88 source3/modules/onefs_open.c 	int accmode = (flags & O_ACCMODE);
O_ACCMODE         141 source3/modules/onefs_open.c 		local_flags = (flags & ~O_ACCMODE)|O_RDWR;
O_ACCMODE         192 source3/modules/onefs_system.c 	    (enum ifs_ace_rights)open_access_mask, flags & ~O_ACCMODE, mode,
O_ACCMODE         181 source3/modules/vfs_commit.c         if ((flags & O_ACCMODE) == O_RDONLY) {
O_ACCMODE         335 source3/modules/vfs_streams_xattr.c                 baseflags &= ~O_ACCMODE;
O_ACCMODE         328 source3/smbd/open.c 	int accmode = (flags & O_ACCMODE);
O_ACCMODE         377 source3/smbd/open.c 		local_flags = (flags & ~O_ACCMODE)|O_RDWR;
O_ACCMODE         282 source4/heimdal/lib/hdb/db.c     if((flags & O_ACCMODE) == O_RDONLY)
O_ACCMODE         293 source4/heimdal/lib/hdb/db.c 			      (flags & O_ACCMODE) == O_RDONLY ?
O_ACCMODE         317 source4/heimdal/lib/hdb/ndbm.c     if((flags & O_ACCMODE) == O_RDONLY)
O_ACCMODE         326 source4/heimdal/lib/hdb/ndbm.c 			       (flags & O_ACCMODE) == O_RDONLY ?
O_ACCMODE         119 source4/heimdal/lib/roken/roken-common.h #ifndef O_ACCMODE
O_ACCMODE         295 source4/libcli/clifile.c 	if ((flags & O_ACCMODE) == O_RDWR) {
O_ACCMODE         297 source4/libcli/clifile.c 	} else if ((flags & O_ACCMODE) == O_WRONLY) {
O_ACCMODE         185 source4/torture/raw/samba3misc.c         if ((flags & O_ACCMODE) == O_RDWR) {
O_ACCMODE         187 source4/torture/raw/samba3misc.c         } else if ((flags & O_ACCMODE) == O_WRONLY) {
O_ACCMODE         189 source4/torture/raw/samba3misc.c         } else if ((flags & O_ACCMODE) == O_RDONLY) {
O_ACCMODE         248 source4/torture/raw/samba3misc.c         if ((flags & O_ACCMODE) == O_RDWR) {
O_ACCMODE         250 source4/torture/raw/samba3misc.c         } else if ((flags & O_ACCMODE) == O_WRONLY) {
O_ACCMODE         252 source4/torture/raw/samba3misc.c         } else if ((flags & O_ACCMODE) == O_RDONLY) {