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

1 2 3

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
getc.c 53 /* Orientation set by __sgetc() when buffer is empty. */
55 retval = __sgetc(fp);
64 return (__sgetc(fp));
getchar.c 56 /* Orientation set by __sgetc() when buffer is empty. */
58 retval = __sgetc(stdin);
67 return (__sgetc(stdin));
  /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.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
431 #define getc(fp) __sgetc(fp)
433 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/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.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
431 #define getc(fp) __sgetc(fp)
433 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/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/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
431 #define getc(fp) __sgetc(fp)
433 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/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.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
431 #define getc(fp) __sgetc(fp)
433 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/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.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
431 #define getc(fp) __sgetc(fp)
433 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/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/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 391 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
431 #define getc(fp) __sgetc(fp)
433 #define getc_unlocked(fp) __sgetc(fp)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/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)

Completed in 753 milliseconds

1 2 3