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

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
putc.c 1 /* $OpenBSD: putc.c,v 1.12 2009/11/21 10:11:54 guenther Exp $ */
55 * A subroutine version of the macro putc.
57 #undef putc macro
60 putc(int c, FILE *fp) function
  /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;
  /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/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 556 extern int putc (int __c, FILE *__stream);
567 #define putc(_ch, _fp) _IO_putc (_ch, _fp) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 580 extern int putc (int __c, FILE *__stream);
591 #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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/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.8/lib/gcc/arm-eabi/4.8/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-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/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)

Completed in 3959 milliseconds

1 2 3 4