HomeSort by relevance Sort by last modified time
    Searched full:__sgetc (Results 51 - 64 of 64) sorted by null

1 23

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
stdio.h 382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
422 #define getc(fp) __sgetc(fp)
424 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdio.h 361 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
401 #define getc(fp) __sgetc(fp)
403 #define getc_unlocked(fp) __sgetc(fp)

Completed in 194 milliseconds

1 23