Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Dsysdep.h101 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/freebsd-12-stable/contrib/gdb/gdb/
Dinflow.c443 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) in child_terminal_info() macro
/freebsd-12-stable/cddl/lib/libdtrace/
Dio.d88 inline int O_ACCMODE = 0x0003; variable
/freebsd-12-stable/sys/sys/
Dfcntl.h78 #define O_ACCMODE 0x0003 /* mask for above modes */ macro
/freebsd-12-stable/crypto/heimdal/lib/roken/
Droken-common.h122 #define O_ACCMODE 003 macro
/freebsd-12-stable/stand/libsa/
Dstand.h287 #define O_ACCMODE 0x3 macro
/freebsd-12-stable/contrib/sendmail/include/sm/
Dconf.h2907 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) macro