HomeSort by relevance Sort by last modified time
    Searched refs:fputs (Results 301 - 325 of 459) sorted by null

<<111213141516171819

  /external/pdfium/third_party/libtiff/
tif_print.c 401 fputs(sep, fd);
405 fputs("\n", fd);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 143 # undef fputs macro
144 # define fputs(String, Stream) fputs_unlocked (String, Stream) macro
    [all...]
  /system/core/toolbox/
getevent.c 301 fputs(" ", stdout);
302 fputs(line, stdout);
  /bionic/benchmarks/
stdio_benchmark.cpp 33 for (size_t i = 0; i < 4096; ++i) fputs(line, fp);
  /bionic/libc/include/
stdio.h 115 int fputs(const char* __s, FILE* __fp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_collectionsmodule.c 894 fputs("[...]", fp);
904 fputs("deque([", fp);
908 fputs(emit, fp);
926 fputs("])", fp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_collectionsmodule.c 845 fputs("[...]", fp);
855 fputs("deque([", fp);
859 fputs(emit, fp);
877 fputs("])", fp);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 42 int fputs (const char * __restrict, FILE * __restrict);
    [all...]
  /external/e2fsprogs/util/
subst.c 414 fputs(line, out);
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 813 fputs("#ifdef INCLUDED_FROM_NORMALIZER2_CPP\n\n", f);
    [all...]
  /external/iproute2/misc/
lnstat.c 225 fputs(th->hdr[i], of);
  /external/iptables/iptables/
ip6tables-restore.c 275 fputs(buffer, stdout);
iptables-restore.c 274 fputs(buffer, stdout);
xtables-restore.c 229 fputs(buffer, stdout);
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 422 fputs("Too many arguments\n", stderr);
  /external/libusb/examples/
dpfp.c 234 fputs("P5 384 289 255 ", fd);
dpfp_threaded.c 266 fputs("P5 384 289 255 ", fd);
  /external/ltp/pan/
zoolib.c 242 fputs("#", fp);
  /external/syslinux/com32/elflink/ldlinux/
cli.c 28 fputs("\033e\033%@\033)0\033(B\1#0\033[?25l\033[2J", stdout);
  /external/zlib/src/examples/
gzjoin.c 56 #include <stdio.h> /* fputs(), fprintf(), fwrite(), putc() */
437 fputs("gzjoin usage: gzjoin f1.gz [f2.gz [f3.gz ...]] > fjoin.gz\n",
  /toolchain/binutils/binutils-2.27/ld/
ldmisc.c 117 fputs (p, fp);
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzjoin.c 56 #include <stdio.h> /* fputs(), fprintf(), fwrite(), putc() */
437 fputs("gzjoin usage: gzjoin f1.gz [f2.gz [f3.gz ...]] > fjoin.gz\n",
  /external/libcups/cups/
snmp.c 774 fputs(" ", stderr);
776 fputs(" ", stderr);
781 fputs(" ", stderr);
    [all...]
  /external/libpcap/
pcap-dos.c 762 fputs ("Catching SIGSEGV.\n", stderr);
765 fputs ("Catching SIGILL.\n", stderr);
769 fputs ("Catching SIGFPE.\n", stderr);
    [all...]
  /dalvik/dexdump/
DexDump.cpp 980 fputs(" ", stdout);
    [all...]

Completed in 732 milliseconds

<<111213141516171819