Home
last modified time | relevance | path

Searched defs:O_ACCMODE (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h226 #define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro
/freebsd/cddl/lib/libdtrace/
H A Dio.d86 inline int O_ACCMODE = 0x0003; variable
/freebsd/crypto/heimdal/lib/roken/
H A Droken-common.h122 #define O_ACCMODE 003 macro
/freebsd/sys/sys/
H A Dfcntl.h75 #define O_ACCMODE 0x0003 /* mask for above modes */ macro
/freebsd/stand/libsa/
H A Dstand.h321 #define O_ACCMODE 0x3 macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2909 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro