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

  /bionic/libc/stdio/
putc.c 1 /* $OpenBSD: putc.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
54 * A subroutine version of the macro putc.
56 #undef putc macro
59 putc(int c, FILE *fp) function
  /external/stlport/stlport/stl/
_cstdio.h 58 # undef putc macro
91 using _STLP_VENDOR_CSTD::putc;
  /ndk/sources/android/stlport/stlport/stl/
_cstdio.h 58 # undef putc macro
91 using _STLP_VENDOR_CSTD::putc;
  /external/bison/lib/
error.c 77 # undef putc macro
78 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
177 putc ('\n', stderr);
unlocked-io.h 115 # undef putc macro
116 # define putc(x,y) putc_unlocked (x,y) macro
118 # define putc_unlocked(x,y) putc (x,y)
  /system/core/sh/bltin/
bltin.h 50 #undef putc macro
56 #define putc(c, file) outc(c, file) macro
  /bionic/libc/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)
  /development/ndk/platforms/android-3/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)
  /development/ndk/platforms/android-8/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)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 69 # undef putc macro
70 # define putc(C, Stream) putc_unlocked (C, Stream) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 69 # undef putc macro
70 # define putc(C, Stream) putc_unlocked (C, Stream) macro
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)

Completed in 264 milliseconds