Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/hosts/
H A Dalphavms.h65 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/hosts/
H A Dalphavms.h65 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsysdep.h96 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsysdep.h101 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dmpw.h48 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/openbsd/sys/sys/
H A Dfcntl.h65 #define O_ACCMODE 0x0003 /* mask for above modes */ macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinflow.c447 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) in child_terminal_info() macro
/openbsd/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm11 sub O_ACCMODE () { O_RDONLY | O_RDWR | O_WRONLY } subroutine
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.h585 # define O_ACCMODE (O_RDWR | O_WRONLY | O_RDONLY) macro
/openbsd/gnu/usr.bin/perl/
H A Dperlio.c151 # define O_ACCMODE 3 /* Assume traditional implementation */ macro