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

1 2 34 5 6 7 8 91011>>

  /external/ImageMagick/MagickCore/
string.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
test-gen.c 664 fputc ('\t', as_in);
668 fputc ('\n', as_in);
701 fputc ('\n', dis_out);
  /external/ImageMagick/coders/
pwp.c 221 (void) fputc(c,file);
  /external/curl/docs/examples/
multi-debugcallback.c 86 fputc('\n', stream); /* newline */
  /external/curl/tests/libtest/
lib552.c 80 fputc('\n', stream); /* newline */
  /external/e2fsprogs/misc/
lsattr.c 111 fputc('\n', stdout);
  /external/icu/icu4c/source/tools/toolutil/
filestrm.cpp 126 int32_t c = fputc(ch, (FILE*)fileStream);
  /external/libpcap/lbl/
os-sunos4.h 30 int fputc(int, FILE *);
  /external/ltp/testcases/kernel/firmware/fw_load_user/
fw_load.c 210 fputc(byte, f);
  /external/pdfium/third_party/libtiff/
tif_print.c 194 fputc(((char *)raw_data)[i], fd);
552 fputc('\n', fd);
568 fputc('\n', fd);
694 fputc(*cp, fd);
  /external/tcpdump/lbl/
os-sunos4.h 30 int fputc(int, FILE *);
  /external/v8/src/
ostreams.cc 30 return (c != EOF) ? std::fputc(c, f_) : c;
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_info.cc 150 fputc('\n', file);
  /frameworks/native/vulkan/vkjson/
vkjson_info.cc 150 fputc('\n', file);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
vkjson_info.cc 143 fputc('\n', file);
  /toolchain/binutils/binutils-2.27/ld/
ldexp.c 136 fputc (' ', config.map_file);
141 fputc (code, config.map_file);
146 fputc (' ', config.map_file);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
Split.c 438 fputc (CharC, Out1);
447 fputc (CharC, Out2);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg_a.c 74 if (class_stream != NULL) fputc(c,class_stream); /* MR1 */
76 fputc(c,OUT); /* MR1 */
  /external/brotli/research/
find_opt_references.cc 86 fputc(1, fout);
188 fputc(1, fout);
  /external/iproute2/misc/
lnstat.c 107 fputc('\n', of);
226 fputc('\n', of);
  /external/libpng/contrib/pngminus/
png2pnm.c 409 fputc ((int) *pix_ptr++ , pnm_file);
429 fputc ((int) *pix_ptr++ , alpha_file);
  /bionic/tests/
stdio_test.cpp     [all...]
  /external/python/cpython3/Objects/
obmalloc.c     [all...]
  /external/iptables/iptables/
nft-ipv6.c 198 fputc(cs->fw6.ipv6.invflags & IP6T_INV_SRCIP ? '!' : ' ', stdout);
214 fputc(cs->fw6.ipv6.invflags & IP6T_INV_DSTIP ? '!' : ' ', stdout);
253 fputc('\n', stdout);
  /external/mesa3d/src/mesa/main/
debug.c 241 fputc(ptr[i+rcomp], f); /* write red */
242 fputc(ptr[i+gcomp], f); /* write green */
243 fputc(ptr[i+bcomp], f); /* write blue */

Completed in 735 milliseconds

1 2 34 5 6 7 8 91011>>