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

  /bionic/libc/stdio/
fgetc.c 39 return (__sgetc(fp));
getc.c 44 return (__sgetc(fp));
58 c = __sgetc(fp);
  /bionic/libc/include/
stdio.h 380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
420 #define getc(fp) __sgetc(fp)
422 #define getc_unlocked(fp) __sgetc(fp)
  /ndk/build/platforms/android-3/arch-arm/usr/include/
stdio.h 380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
420 #define getc(fp) __sgetc(fp)
422 #define getc_unlocked(fp) __sgetc(fp)
  /ndk/build/platforms/android-4/arch-arm/usr/include/
stdio.h 380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
420 #define getc(fp) __sgetc(fp)
422 #define getc_unlocked(fp) __sgetc(fp)
  /ndk/build/platforms/android-5/arch-arm/usr/include/
stdio.h 380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
420 #define getc(fp) __sgetc(fp)
422 #define getc_unlocked(fp) __sgetc(fp)
  /ndk/build/platforms/android-5/arch-x86/usr/include/
stdio.h 380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
420 #define getc(fp) __sgetc(fp)
422 #define getc_unlocked(fp) __sgetc(fp)
  /ndk/build/platforms/android-8/arch-arm/usr/include/
stdio.h 380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
420 #define getc(fp) __sgetc(fp)
422 #define getc_unlocked(fp) __sgetc(fp)
  /ndk/build/platforms/android-8/arch-x86/usr/include/
stdio.h 380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
420 #define getc(fp) __sgetc(fp)
422 #define getc_unlocked(fp) __sgetc(fp)

Completed in 212 milliseconds