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

  /src/games/hunt/hunt/
playit.c 52 #ifndef FREAD
53 #define FREAD 1
  /src/sys/sys/
fcntl.h 74 * FREAD and FWRITE are excluded from the #ifdef _KERNEL so that TIOCFLUSH,
75 * which was documented to use FREAD/FWRITE, continues to work.
78 #define FREAD 0x00000001
132 /* convert from open() flags to/from fflags; convert O_RD/WR to FREAD/FWRITE */
154 #define FMASK (FREAD|FWRITE|FCNTLFLAGS|FEXEC)

Completed in 12 milliseconds