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

1 2 34

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdio.h 81 * This ensures that the getc and putc macros (or inline functions) never
101 int _w; /* write space left for putc() */
105 int _lbfsize; /* 0 or -_bf._size, for inline putc */
235 int putc(int, FILE *);
405 * The macro implementations of putc and putc_unlocked are not
410 #define putc(x, fp) __sputc(x, fp) macro
417 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdio.h 81 * This ensures that the getc and putc macros (or inline functions) never
101 int _w; /* write space left for putc() */
105 int _lbfsize; /* 0 or -_bf._size, for inline putc */
235 int putc(int, FILE *);
405 * The macro implementations of putc and putc_unlocked are not
410 #define putc(x, fp) __sputc(x, fp) macro
417 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdio.h 81 * This ensures that the getc and putc macros (or inline functions) never
101 int _w; /* write space left for putc() */
105 int _lbfsize; /* 0 or -_bf._size, for inline putc */
235 int putc(int, FILE *);
405 * The macro implementations of putc and putc_unlocked are not
410 #define putc(x, fp) __sputc(x, fp) macro
417 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdio.h 81 * This ensures that the getc and putc macros (or inline functions) never
101 int _w; /* write space left for putc() */
105 int _lbfsize; /* 0 or -_bf._size, for inline putc */
235 int putc(int, FILE *);
405 * The macro implementations of putc and putc_unlocked are not
410 #define putc(x, fp) __sputc(x, fp) macro
417 #define putchar(x) putc(x, stdout)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdio.h 81 * This ensures that the getc and putc macros (or inline functions) never
101 int _w; /* write space left for putc() */
105 int _lbfsize; /* 0 or -_bf._size, for inline putc */
235 int putc(int, FILE *);
405 * The macro implementations of putc and putc_unlocked are not
410 #define putc(x, fp) __sputc(x, fp) macro
417 #define putchar(x) putc(x, stdout)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 73 # undef putc macro
74 # define putc(C, Stream) putc_unlocked (C, Stream) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 73 # undef putc macro
74 # define putc(C, Stream) putc_unlocked (C, Stream) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 73 # undef putc macro
74 # define putc(C, Stream) putc_unlocked (C, Stream) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 73 # undef putc macro
74 # define putc(C, Stream) putc_unlocked (C, Stream) macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 431 /// int putc(int c, FILE *stream);
432 putc, enumerator in enum:llvm::LibFunc::Func
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 152 static inline void putc(int c) function
410 putc(*s++);
    [all...]

Completed in 204 milliseconds

1 2 34