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

  /external/bison/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
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio2.h 295 FILE *__restrict __stream), fgets_unlocked) __wur;
299 __wur __warnattr ("fgets_unlocked called with bigger size than length "
303 fgets_unlocked (char *__restrict __s, int __n, FILE *__restrict __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 295 FILE *__restrict __stream), fgets_unlocked) __wur;
299 __wur __warnattr ("fgets_unlocked called with bigger size than length "
303 fgets_unlocked (char *__restrict __s, int __n, FILE *__restrict __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 137 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream)
139 extern char *fgets_unlocked (char *, int, FILE *);
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 720 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) {
722 char *res = REAL(fgets_unlocked)(s, size, stream);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 622 extern char *fgets_unlocked (char *__restrict __s, int __n,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 622 extern char *fgets_unlocked (char *__restrict __s, int __n,
  /external/e2fsprogs/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 1957 milliseconds