HomeSort by relevance Sort by last modified time
    Searched refs:fgets_unlocked (Results 1 - 10 of 10) 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
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 66 # define fgets(x,y,z) fgets_unlocked (x,y,z)
68 # 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio2.h 208 FILE *__restrict __stream), fgets_unlocked) __wur;
212 __wur __warnattr ("fgets_unlocked called with bigger size than length "
216 fgets_unlocked (char *__restrict __s, int __n, FILE *__restrict __stream) function
  /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 *);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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 *);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 618 extern char *fgets_unlocked (char *__restrict __s, int __n,
  /external/e2fsprogs/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 223 milliseconds