/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
putc.c | 34 static char sccsid[] = "@(#)putc.c 8.1 (Berkeley) 6/4/93"; 45 #undef putc macro 49 putc(int c, FILE *fp) function
|
/external/stlport/stlport/stl/ |
_cstdio.h | 58 # undef putc macro 91 using _STLP_VENDOR_CSTD::putc;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 58 # undef putc macro 91 using _STLP_VENDOR_CSTD::putc;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 58 # undef putc macro 91 using _STLP_VENDOR_CSTD::putc;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 58 # undef putc macro 91 using _STLP_VENDOR_CSTD::putc;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 58 # undef putc macro 91 using _STLP_VENDOR_CSTD::putc;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 58 # undef putc macro 91 using _STLP_VENDOR_CSTD::putc;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cstdio.h | 58 # undef putc macro 91 using _STLP_VENDOR_CSTD::putc;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
error.c | 81 # undef putc macro 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro 214 putc ('\n', stderr);
|
unlocked-io.h | 114 # undef putc macro 115 # define putc(x,y) putc_unlocked (x,y) macro 117 # 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
|
/external/bison/lib/ |
error.c | 81 # undef putc macro 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro 277 putc ('\n', stderr);
|
unlocked-io.h | 114 # undef putc macro 115 # define putc(x,y) putc_unlocked (x,y) macro 117 # define putc_unlocked(x,y) putc (x,y)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdio.h | 552 extern int putc (int __c, FILE *__stream); 563 #define putc(_ch, _fp) _IO_putc (_ch, _fp) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdio.h | 552 extern int putc (int __c, FILE *__stream); 563 #define putc(_ch, _fp) _IO_putc (_ch, _fp) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdio.h | 552 extern int putc (int __c, FILE *__stream); 563 #define putc(_ch, _fp) _IO_putc (_ch, _fp) macro
|
/external/bison/darwin-lib/ |
stdio.h | 1200 _GL_CXXALIASWARN (putc); variable [all...] |
/external/bison/linux-lib/ |
stdio.h | 1200 _GL_CXXALIASWARN (putc); variable [all...] |
/bionic/libc/include/ |
stdio.h | 76 * This ensures that the getc and putc macros (or inline functions) never 96 int _w; /* write space left for putc() */ 100 int _lbfsize; /* 0 or -_bf._size, for inline putc */ 235 int putc(int, FILE *); 414 * The macro implementations of putc and putc_unlocked are not 417 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro 424 * The macro implementations of putc and putc_unlocked are not 434 #define putchar(x) putc(x, stdout)
|
/development/ndk/platforms/android-3/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)
|
/development/ndk/platforms/android-8/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.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/darwin-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/darwin-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)
|