HomeSort by relevance Sort by last modified time
    Searched defs:getc (Results 26 - 33 of 33) sorted by null

12

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
422 #define getc(fp) __sgetc(fp) macro
437 #define getchar() getc(stdin)
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
422 #define getc(fp) __sgetc(fp) macro
437 #define getchar() getc(stdin)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
422 #define getc(fp) __sgetc(fp) macro
437 #define getchar() getc(stdin)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
422 #define getc(fp) __sgetc(fp) macro
437 #define getchar() getc(stdin)
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
422 #define getc(fp) __sgetc(fp) macro
437 #define getchar() getc(stdin)
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
422 #define getc(fp) __sgetc(fp) macro
437 #define getchar() getc(stdin)
  /external/elfutils/src/
ldlex.c 187 * if we're using stdio for input, then we want to use getc()
1029 #undef getc macro
1030 #define getc macro
    [all...]
  /external/libpcap/
scanner.c 204 * if we're using stdio for input, then we want to use getc()
2490 #undef getc macro
2491 #define getc macro
    [all...]

Completed in 650 milliseconds

12