HomeSort by relevance Sort by last modified time
    Searched refs:putc (Results 176 - 200 of 225) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 196 { return std::putc(__c, _M_file); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 196 { return std::putc(__c, _M_file); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 196 { return std::putc(__c, _M_file); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 206 { return std::putc(__c, _M_file); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 206 { return std::putc(__c, _M_file); }
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
stdio.h 91 * This ensures that the getc and putc macros (or inline functions) never
111 int _w; /* write space left for putc() */
120 int _lbfsize; /* 0 or -_bf._size, for inline putc */
249 int putc(int, FILE *);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
stdio.h 91 * This ensures that the getc and putc macros (or inline functions) never
111 int _w; /* write space left for putc() */
120 int _lbfsize; /* 0 or -_bf._size, for inline putc */
249 int putc(int, FILE *);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
stdio.h 91 * This ensures that the getc and putc macros (or inline functions) never
111 int _w; /* write space left for putc() */
120 int _lbfsize; /* 0 or -_bf._size, for inline putc */
249 int putc(int, FILE *);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 206 { return std::putc(__c, _M_file); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 206 { return std::putc(__c, _M_file); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
stdio_sync_filebuf.h 205 { return std::putc(__c, _M_file); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 205 { return std::putc(__c, _M_file); }
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bntest.c     [all...]
  /external/openssl/crypto/bn/
bntest.c     [all...]
  /external/bison/lib/
stdio.in.h 880 # undef putc
881 # define putc rpl_fputc
884 _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream));
886 _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream));
888 _GL_CXXALIASWARN (putc);
    [all...]
timevar.c 521 putc ('\n', fp);
  /external/bison/src/
AnnotationList.c 586 putc (' ', stderr);
602 putc (' ', stderr);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 76 # undef putc macro
77 # define putc(C, Stream) putc_unlocked (C, Stream) macro
    [all...]
  /external/jpeg/
wrjpgcom.c 83 #define PUTBYTE(x) putc((x), outfile)
djpeg.c 404 putc(ch, stderr);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 472 /// int putc(int c, FILE *stream);
473 putc, enumerator in enum:llvm::LibFunc::Func
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 83 #define PUTBYTE(x) putc((x), outfile)
  /external/tcpdump/
tcpdump.c     [all...]

Completed in 1129 milliseconds

1 2 3 4 5 6 78 9