HomeSort by relevance Sort by last modified time
    Searched refs:putc (Results 126 - 150 of 197) sorted by null

1 2 3 4 56 7 8

  /external/iputils/
tftpsubs.c 218 goto skipit; /* just skip over the putc */
221 putc(c, file);
  /external/libpcap/
pcap-enet.c 146 putc('\n', stderr);
  /external/openssl/crypto/jpake/
jpaketest.c 23 putc('\n', stdout);
  /external/stlport/src/
stdio_streambuf.cpp 227 int result = putc(c, _M_file);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 227 int result = putc(c, _M_file);
  /ndk/sources/host-tools/nawk-20071023/
lib.c 623 putc(*p, stderr);
627 putc(*p, stderr);
631 putc(c, stderr);
634 putc('\n', stderr);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h 75 putc ('\\', asm_out_file); \
77 putc (c, asm_out_file); \
220 putc ('\n', STREAM); \
246 putc ('\n', STREAM); \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
defaults.h 75 putc ('\\', asm_out_file); \
77 putc (c, asm_out_file); \
220 putc ('\n', STREAM); \
246 putc ('\n', STREAM); \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h 75 putc ('\\', asm_out_file); \
77 putc (c, asm_out_file); \
220 putc ('\n', STREAM); \
246 putc ('\n', STREAM); \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
defaults.h 75 putc ('\\', asm_out_file); \
77 putc (c, asm_out_file); \
220 putc ('\n', STREAM); \
246 putc ('\n', STREAM); \
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 154 putc('\n', file);
191 putc('\n', file);
267 putc(';', file);
299 putc('\n',file);
310 putc('\n', file);
321 putc('.', file);
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 452 # undef putc
453 # define putc rpl_fputc
454 extern int putc (int c, FILE *stream);
  /external/bison/darwin-lib/
stdio.h 1200 _GL_CXXALIASWARN (putc); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 1200 _GL_CXXALIASWARN (putc); variable
    [all...]
  /external/bzip2/
bzip2recover.c 183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
227 retVal = putc ( (UChar) (bs->buffer), bs->handle );
  /external/jpeg/
rdjpgcom.c 249 putc(ch, stdout);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 65 'open', 'p', 'print', 'printf', 'proc', 'putc', 'puts',
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.c 249 putc(ch, stdout);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 121 static_assert((std::is_same<decltype(putc(0,fp)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp 122 static_assert((std::is_same<decltype(std::putc(0,fp)), int>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 196 { return std::putc(__c, _M_file); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 146 #pragma redefine_extname putc __mfwrap_putc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 206 { return std::putc(__c, _M_file); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 206 { return std::putc(__c, _M_file); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 196 { return std::putc(__c, _M_file); }

Completed in 1546 milliseconds

1 2 3 4 56 7 8