HomeSort by relevance Sort by last modified time
    Searched full:fgets_unlocked (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/bison/m4/
unlocked-io.m4 28 dnl fgets_unlocked(), fputs_unlocked() etc.
35 AC_CHECK_DECLS_ONCE([fgets_unlocked])
  /ndk/sources/host-tools/sed-4.2.1/m4/
unlocked-io.m4 25 dnl fgets_unlocked(), fputs_unlocked() etc.
32 AC_CHECK_DECLS_ONCE([fgets_unlocked])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_compat-2.7.so 
libnss_compat.so 
libnss_compat.so.2 
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_compat-2.7.so 
libnss_compat.so 
libnss_compat.so.2 
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
  /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
  /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
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/
lto-wrapper 
collect2 
  /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/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto-wrapper 
  /external/oprofile/libpopt/
config.h 44 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
  /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 *);

Completed in 209 milliseconds

1 2 3 4