HomeSort by: relevance | last modified time | path
    Searched defs:FREAD (Results 1 - 4 of 4) 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)
  /src/external/gpl3/gcc/dist/gcc/
collect2.cc 92 #ifdef FREAD
93 #undef FREAD
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.cc 92 #ifdef FREAD
93 #undef FREAD

Completed in 21 milliseconds