Searched refs:O_ACCMODE (Results 1 - 4 of 4) sorted by relevance

/sendmail/libsm/
H A Dstdio.c441 tmp = fdflags & O_ACCMODE;
442 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE)))
495 switch (flags & O_ACCMODE)
/sendmail/libsmutil/
H A Dsafefile.c702 switch (omode & O_ACCMODE)
799 switch (omode & O_ACCMODE)
963 if ((omode & O_ACCMODE) != O_RDONLY)
/sendmail/sendmail/
H A Dmap.c985 mode &= O_ACCMODE;
1423 mode &= O_ACCMODE;
1483 if ((mode & O_ACCMODE) == O_RDWR)
1713 if ((omode & O_ACCMODE) == O_RDWR)
2032 mode &= O_ACCMODE;
2362 if ((omode & O_ACCMODE) == O_RDWR)
2650 mode &= O_ACCMODE;
2912 mode &= O_ACCMODE;
3383 mode &= O_ACCMODE;
4998 mode &= O_ACCMODE;
[all...]
/sendmail/include/sm/
H A Dconf.h2873 #ifndef O_ACCMODE
2874 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
2875 #endif /* ! O_ACCMODE */

Completed in 710 milliseconds