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

1 2 3 45 6 7 8 91011>>

  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 1106 fputc( TIXML_UTF_LEAD_0, fp );
1107 fputc( TIXML_UTF_LEAD_1, fp );
1108 fputc( TIXML_UTF_LEAD_2, fp );
    [all...]
  /external/tinyxml/
tinyxml.cpp 1098 fputc( TIXML_UTF_LEAD_0, fp );
1099 fputc( TIXML_UTF_LEAD_1, fp );
1100 fputc( TIXML_UTF_LEAD_2, fp );
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
winduni.c 514 fputc ('L', e);
515 fputc ('"', e);
517 fputc ('"', e);
  /art/dexdump/
dexdump.cc 508 fputc('{', gOutFile);
512 fputc(' ', gOutFile);
525 fputc(' ', gOutFile);
527 fputc('=', gOutFile);
653 fputc('\n', gOutFile);
720 fputc('\n', gOutFile);
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 110 if (fputc(0xff & (data >> 8), pOut) == EOF) {
113 if (fputc(0xff & data, pOut) == EOF) {
  /external/e2fsprogs/tests/progs/
test_rel.c 131 fputc('\t', stdout);
138 fputc('\n', stdout);
  /external/iptables/iptables/
ip6tables.c 475 fputc(' ', stdout);
570 fputc(fw->ipv6.invflags & XT_INV_PROTO ? '!' : ' ', stdout);
582 fputc(' ', stdout); /* Invert flag of FRAG */
583 fputc(' ', stdout); /* -f */
584 fputc(' ', stdout);
617 fputc(fw->ipv6.invflags & IP6T_INV_SRCIP ? '!' : ' ', stdout);
630 fputc(fw->ipv6.invflags & IP6T_INV_DSTIP ? '!' : ' ', stdout);
664 fputc('\n', stdout);
    [all...]
iptables.c 459 fputc(' ', stdout);
556 fputc(fw->ip.invflags & XT_INV_PROTO ? '!' : ' ', stdout);
568 fputc(fw->ip.invflags & IPT_INV_FRAG ? '!' : '-', stdout);
569 fputc(flags & IPT_F_FRAG ? 'f' : '-', stdout);
570 fputc(' ', stdout);
603 fputc(fw->ip.invflags & IPT_INV_SRCIP ? '!' : ' ', stdout);
615 fputc(fw->ip.invflags & IPT_INV_DSTIP ? '!' : ' ', stdout);
648 fputc('\n', stdout);
    [all...]
  /external/vboot_reference/utility/
bmpblk_util.c 440 fputc(c, yfp);
444 fputc('\n', yfp);
  /bionic/tests/headers/posix/
stdio_h.c 94 FUNCTION(fputc, int (*f)(int, FILE*));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg_p.g 85 if (class_stream != NULL) fputc(c,class_stream); /* MR1 */
87 fputc(c,OUT); /* MR1 */
  /external/curl/docs/examples/
http2-download.c 106 fputc('\n', stderr); /* newline */
http2-serverpush.c 86 fputc('\n', stderr); /* newline */
http2-upload.c 107 fputc('\n', stderr); /* newline */
  /external/curl/lib/
mprintf.c 980 /* fputc() look-alike */
991 return outc; /* fputc() returns like this on success */
1028 /* fputc() look-alike */
1063 return outc; /* fputc() returns like this on success */
1122 return outc; /* act like fputc() ! */
1142 retcode = dprintf_formatf(stdout, fputc, format, ap_save);
1152 retcode = dprintf_formatf(whereto, fputc, format, ap_save);
1167 return dprintf_formatf(stdout, fputc, format, ap_save);
1172 return dprintf_formatf(whereto, fputc, format, ap_save);
  /external/curl/src/
tool_cb_dbg.c 278 fputc('\n', stream); /* newline */
  /external/dhcpcd-6.8.2/
common.c 236 fputc('\n', pri <= LOG_ERR ? stderr : stdout);
  /external/dtc/
dtc.c 314 fputc('\n', depfile);
treesource.c 54 fputc('\t', f);
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 147 static_assert((std::is_same<decltype(fputc(0,fp)), int>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 117 static_assert((std::is_same<decltype(std::fputc(0,fp)), int>::value), "");
  /external/ltp/testcases/kernel/security/tomoyo/
include.h 231 if (fputc('\n', profile_fp) != '\n' || fflush(profile_fp)) {
  /external/selinux/libselinux/utils/
avcstat.c 59 fputc('\n', stderr);
  /external/syslinux/com32/hdt/
hdt-dump.c 172 (int (*)(int, void *))fputc
  /external/syslinux/lzo/
prepcore.c 148 fputc('\n', stderr);

Completed in 1788 milliseconds

1 2 3 45 6 7 8 91011>>