HomeSort by: relevance | last modified time | path
    Searched defs:O_ACCMODE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/ia64/stand/common/
bootstrap.h 417 #define O_ACCMODE 0x00000003 /* mask for above modes */
  /src/bin/sh/
redir.c 931 #ifndef O_ACCMODE
932 # define O_ACCMODE 0
976 #define IGNFLAGS (O_ACCMODE|O_RDONLY|O_WRONLY|O_RDWR|O_SHLOCK|O_EXLOCK| \
  /src/sys/sys/
fcntl.h 67 #define O_ACCMODE 0x00000003 /* mask for above modes */
137 #define O_MASK (O_ACCMODE|O_NONBLOCK|O_APPEND|O_SHLOCK|O_EXLOCK|\
  /src/bin/ksh/
sh.h 27 #ifndef O_ACCMODE
28 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
29 #endif /* !O_ACCMODE */

Completed in 15 milliseconds