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

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getc.c 45 return (__sgetc(fp));
59 c = __sgetc(fp);
fgetwc.c 63 int ch = __sgetc(fp);
  /development/ndk/platforms/android-3/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)
  /development/ndk/platforms/android-8/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/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
410 #define getc(fp) __sgetc(fp)
412 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
410 #define getc(fp) __sgetc(fp)
412 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
410 #define getc(fp) __sgetc(fp)
412 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
410 #define getc(fp) __sgetc(fp)
412 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
410 #define getc(fp) __sgetc(fp)
412 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
410 #define getc(fp) __sgetc(fp)
412 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
410 #define getc(fp) __sgetc(fp)
412 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 370 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
410 #define getc(fp) __sgetc(fp)
412 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/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/5/platforms/android-8/arch-arm/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/6/platforms/android-3/arch-arm/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/6/platforms/android-3/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/6/platforms/android-8/arch-arm/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/6/platforms/android-8/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/7/platforms/android-14/arch-arm/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)

Completed in 358 milliseconds

1 2 3 4