HomeSort by relevance Sort by last modified time
    Searched refs:FEOF (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/intl/
localealias.c 97 # define FEOF(fp) feof_unlocked (fp)
100 # define FEOF(fp) feof (fp)
118 # undef feof macro
119 # define feof(s) feof_unlocked (s) macro
244 while (!FEOF (fp))
351 will exit at the `feof' test. */
  /toolchain/binutils/binutils-2.25/intl/
localealias.c 97 # define FEOF(fp) feof_unlocked (fp)
100 # define FEOF(fp) feof (fp)
118 # undef feof macro
119 # define feof(s) feof_unlocked (s) macro
247 while (!FEOF (fp))
354 will exit at the `feof' test. */
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 1337 milliseconds