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

  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /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

Completed in 462 milliseconds