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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
cygming.h 447 fputc ('\n', (FILE)); \
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 147 static_assert((std::is_same<decltype(fputc(0,fp)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 117 static_assert((std::is_same<decltype(std::fputc(0,fp)), int>::value), "");
  /system/core/init/
bootchart.cpp 135 fputc('\n', log);
  /system/extras/tests/lib/testUtil/
testUtil.c 156 fputc('\n', stream);
  /external/e2fsprogs/e2fsck/
unix.c 185 fputc('/', stdout);
558 fputc('|', stdout);
560 fputc(spinner[ctx->progress_pos & 3], stdout);
744 fputc('\n', stderr);
    [all...]
  /art/dexlayout/
dexlayout.cc 509 fputc(' ', out_file_);
511 fputc('=', out_file_);
569 fputc('{', out_file_);
572 fputc(' ', out_file_);
714 fputc('\n', out_file_);
779 fputc('\n', out_file_);
    [all...]
  /external/libexif/contrib/examples/
write-exif.c 268 if (fputc((exif_data_len+2) >> 8, f) < 0) {
272 if (fputc((exif_data_len+2) & 0xff, f) < 0) {
  /external/toybox/kconfig/
zconf.tab.c_shipped     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 92 # undef fputc macro
93 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
    [all...]
  /bionic/libc/include/
stdio.h 114 int fputc(int __ch, FILE* __fp);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 41 int fputc (int, FILE *);
    [all...]
  /external/ImageMagick/coders/
cals.c 264 (void) fputc(c,file);
  /external/iptables/libipq/
libipq.c 378 fputc('\n', stderr);
  /external/mtpd/
mtpd.c 257 fputc('\n', stderr);
  /external/toybox/toys/pending/
bootchartd.c 105 fputc('\n', fp);
  /toolchain/binutils/binutils-2.27/binutils/
od-macho.c     [all...]
  /external/e2fsprogs/misc/
e2image.c 624 fputc('\r', stderr);
641 fputc('\b', stderr);
716 fputc('\r', stderr);
    [all...]
filefrag.c 508 fputc('\n', stdout);
  /external/libpng/contrib/libtests/
pngimage.c 757 fputc('\n', stderr);
914 fputc(c, stderr), fprintf(stderr, "%.2x", pr[cb]), c='.';
916 fputc('\n', stderr);
    [all...]
  /external/boringssl/src/crypto/dsa/
dsa_test.cc 210 fputc(c, ctx->out);
  /external/e2fsprogs/debugfs/
extent_inode.c 46 fputc('\n', stdout);
  /external/e2fsprogs/lib/e2p/
ls.c 403 fputc('\n', f);
  /external/e2fsprogs/lib/ext2fs/
punch.c 184 fputc('\n', stdout);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 642 fputc((char)X, stderr);

Completed in 894 milliseconds

1 2 3 4 56 7 8 91011>>