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

1 23 4 5 6 7 8 91011>>

  /external/e2fsprogs/misc/
dumpe2fs.c 101 fputc('-', stdout);
135 fputc(']', stdout);
136 fputc('\n', stdout);
183 fputc('\n', stdout);
248 fputc(has_super ? ',' : ' ', stdout);
254 fputc('\n', stdout);
300 fputc('\n', stdout);
314 fputc('\n', stdout);
355 fputc('\n', stdout);
  /external/libpcap/tests/
opentest.c 252 (void)fputc('\n', stderr);
271 (void)fputc('\n', stderr);
capturetest.c 279 (void)fputc('\n', stderr);
298 (void)fputc('\n', stderr);
filtertest.c 171 (void)fputc('\n', stderr);
190 (void)fputc('\n', stderr);
selpolltest.c 352 (void)fputc('\n', stderr);
371 (void)fputc('\n', stderr);
valgrindtest.c 214 (void)fputc('\n', stderr);
233 (void)fputc('\n', stderr);
  /external/toybox/toys/other/
xxd.c 116 fputc(tmp & 0xff, stdout);
149 fputc((n1 << 4) | (n2 & 0xf), stdout);
  /toolchain/binutils/binutils-2.27/gprof/
source.c 231 fputc ('\n', ofp);
258 fputc (buf[i], ofp);
  /external/kmod/tools/
remove.c 71 fputc('\n', stderr);
rmmod.c 90 fputc('\n', stderr);
  /external/e2fsprogs/e2fsck/
message.c 185 fputc('^', f);
188 fputc(ch, f);
257 fputc(toupper(*str++), f);
411 fputc('%', f);
432 fputc(toupper(*m++), f);
  /toolchain/binutils/binutils-2.27/bfd/
pei-x86_64.c 187 fputc ('\n', file);
286 fputc ('\n', file);
391 fputc ('\n', file);
550 fputc (' ', file);
654 fputc (' ', file);
662 fputc ('\n', file);
673 fputc ('\n', file);
  /external/iptables/iptables/
nft-ipv4.c 258 fputc(cs->fw.ip.invflags & IPT_INV_SRCIP ? '!' : ' ', stdout);
270 fputc(cs->fw.ip.invflags & IPT_INV_DSTIP ? '!' : ' ', stdout);
291 fputc(invflags & IPT_INV_FRAG ? '!' : '-', stdout);
292 fputc(flags & IPT_F_FRAG ? 'f' : '-', stdout);
293 fputc(' ', stdout);
322 fputc('\n', stdout);
  /external/curl/docs/examples/
debug.c 79 fputc('\n', stream); /* newline */
  /external/curl/tests/libtest/
testtrace.c 80 fputc('\n', stream); /* newline */
  /external/toybox/toys/posix/
uniq.c 58 if (toys.optflags & FLAG_z) fputc(0, f);
  /frameworks/native/services/surfaceflinger/
GpuService.cpp 117 fputc('\n', out);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Stdio.inf 41 fputc.c #
  /external/dnsmasq/src/
log.c 283 fputc('\n', stderr);
431 fputc('\n', stderr); /* prettyfy startup-script message */
  /external/icu/icu4c/source/tools/toolutil/
writesrc.cpp 140 fputc(',', f);
258 fputc(',', f);
  /external/iproute2/misc/
lnstat_util.c 221 fputc('\n', stderr);
228 fputc('\n', stderr);
  /external/python/cpython2/Objects/
obmalloc.c     [all...]
  /external/tcpdump/
print.c 423 (void)fputc('\n', stderr);
445 (void)fputc('\n', stderr);

Completed in 1160 milliseconds

1 23 4 5 6 7 8 91011>>