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

  /external/bison/lib/
unlocked-io.h 67 # define fgets(x,y,z) fgets_unlocked (x,y,z)
69 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
  /external/e2fsprogs/intl/
localealias.c 98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp)
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 126 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream)
128 extern char *fgets_unlocked (char *, int, FILE *);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 126 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream)
128 extern char *fgets_unlocked (char *, int, FILE *);
  /external/bison/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 1039 milliseconds