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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getc.c 45 return (__sgetc(fp));
59 c = __sgetc(fp);
fgetwc.c 63 int ch = __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/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)
  /bionic/libc/stdio/
local.h 255 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro

Completed in 1421 milliseconds