HomeSort by relevance Sort by last modified time
    Searched defs:getc_unlocked (Results 76 - 81 of 81) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdio.h 303 int getc_unlocked(FILE *);
403 #define getc_unlocked(fp) __sgetc(fp) macro
418 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdio.h 303 int getc_unlocked(FILE *);
403 #define getc_unlocked(fp) __sgetc(fp) macro
418 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdio.h 303 int getc_unlocked(FILE *);
403 #define getc_unlocked(fp) __sgetc(fp) macro
418 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdio.h 303 int getc_unlocked(FILE *);
403 #define getc_unlocked(fp) __sgetc(fp) macro
418 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdio.h 303 int getc_unlocked(FILE *);
403 #define getc_unlocked(fp) __sgetc(fp) macro
418 #define getchar_unlocked() getc_unlocked(stdin)
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 336 /// int getc_unlocked(FILE *stream);
337 getc_unlocked, enumerator in enum:llvm::LibFunc::Func

Completed in 361 milliseconds

1 2 34