HomeSort by relevance Sort by last modified time
    Searched defs:putc (Results 26 - 50 of 86) sorted by null

12 3 4

  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 111 * This ensures that the getc and putc macros (or inline functions) never
131 int _w; /* write space left for putc() */
135 int _lbfsize; /* 0 or -_bf._size, for inline putc */
265 int putc(int, FILE *);
435 * The macro implementations of putc and putc_unlocked are not
440 #define putc(x, fp) __sputc(x, fp) macro
447 #define putchar(x) putc(x, stdout)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 90 * This ensures that the getc and putc macros (or inline functions) never
110 int _w; /* write space left for putc() */
114 int _lbfsize; /* 0 or -_bf._size, for inline putc */
244 int putc(int, FILE *);
414 * The macro implementations of putc and putc_unlocked are not
419 #define putc(x, fp) __sputc(x, fp) macro
426 #define putchar(x) putc(x, stdout)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 111 * This ensures that the getc and putc macros (or inline functions) never
131 int _w; /* write space left for putc() */
135 int _lbfsize; /* 0 or -_bf._size, for inline putc */
265 int putc(int, FILE *);
435 * The macro implementations of putc and putc_unlocked are not
440 #define putc(x, fp) __sputc(x, fp) macro
447 #define putchar(x) putc(x, stdout)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 90 * This ensures that the getc and putc macros (or inline functions) never
110 int _w; /* write space left for putc() */
114 int _lbfsize; /* 0 or -_bf._size, for inline putc */
244 int putc(int, FILE *);
414 * The macro implementations of putc and putc_unlocked are not
419 #define putc(x, fp) __sputc(x, fp) macro
426 #define putchar(x) putc(x, stdout)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 111 * This ensures that the getc and putc macros (or inline functions) never
131 int _w; /* write space left for putc() */
135 int _lbfsize; /* 0 or -_bf._size, for inline putc */
265 int putc(int, FILE *);
435 * The macro implementations of putc and putc_unlocked are not
440 #define putc(x, fp) __sputc(x, fp) macro
447 #define putchar(x) putc(x, stdout)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 90 * This ensures that the getc and putc macros (or inline functions) never
110 int _w; /* write space left for putc() */
114 int _lbfsize; /* 0 or -_bf._size, for inline putc */
244 int putc(int, FILE *);
414 * The macro implementations of putc and putc_unlocked are not
419 #define putc(x, fp) __sputc(x, fp) macro
426 #define putchar(x) putc(x, stdout)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 111 * This ensures that the getc and putc macros (or inline functions) never
131 int _w; /* write space left for putc() */
135 int _lbfsize; /* 0 or -_bf._size, for inline putc */
265 int putc(int, FILE *);
435 * The macro implementations of putc and putc_unlocked are not
440 #define putc(x, fp) __sputc(x, fp) macro
447 #define putchar(x) putc(x, stdout)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 90 * This ensures that the getc and putc macros (or inline functions) never
110 int _w; /* write space left for putc() */
114 int _lbfsize; /* 0 or -_bf._size, for inline putc */
244 int putc(int, FILE *);
414 * The macro implementations of putc and putc_unlocked are not
419 #define putc(x, fp) __sputc(x, fp) macro
426 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
429 #define putc(x, fp) __sputc(x, fp) macro
436 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
429 #define putc(x, fp) __sputc(x, fp) macro
436 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
429 #define putc(x, fp) __sputc(x, fp) macro
436 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
429 #define putc(x, fp) __sputc(x, fp) macro
436 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
429 #define putc(x, fp) __sputc(x, fp) macro
436 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
424 * The macro implementations of putc and putc_unlocked are not
429 #define putc(x, fp) __sputc(x, fp) macro
436 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)

Completed in 1186 milliseconds

12 3 4