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

1 2 3 4 5 6 7 891011>>

  /external/syslinux/com32/include/
stdio.h 60 __extern int fputs(const char *, FILE *);
  /external/syslinux/com32/modules/
ifcpu.c 30 fputs(msg, stderr);
elf.c 56 fputs(msg, stderr);
248 fputs("Booting...\n", stdout);
  /external/toybox/toys/posix/
uniq.c 57 fputs(line, f);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPchange.cc 77 fputs(first_line, out_file);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Stdio.inf 42 fputs.c #
  /external/libcups/filter/
testraster.c 335 fputs("_cupsRasterExecPS(\"setpagedevice\"): ", stdout);
363 fputs("_cupsRasterExecPS(\"roll\"): ", stdout);
385 fputs("_cupsRasterExecPS(\"dup index\"): ", stdout);
423 fputs("_cupsRasterExecPS(\"%%Begin/EndFeature code\"): ", stdout);
597 fputs("cupsRasterWritePixels: ", stdout);
664 fputs("cupsRasterOpen(CUPS_RASTER_READ): ", stdout);
731 fputs("cupsRasterReadHeader2: ", stdout);
748 fputs("cupsRasterReadPixels: ", stdout);
rastertopwg.c 221 fputs("DEBUG: Unsupported print-content-optimize value.\n", stderr);
262 fputs("DEBUG: Unsupported print-rendering-intent value.\n", stderr);
394 fputs("DEBUG: Unsupported cupsBackSide value.\n", stderr);
  /external/libusb/examples/
fxload.c 106 fputs ("please specify VID & PID as \"vid:pid\" in hexadecimal format\n", stderr);
114 fputs ("please specify bus number & device number as \"bus,dev\" in decimal format\n", stderr);
  /external/libvpx/libvpx/test/
y4m_test.cc 165 fputs(buf, tmpfile_->file());
168 fputs(buf, tmpfile_->file());
  /external/syslinux/com32/menu/
menumain.c 126 fputs(hotattrib, stdout);
128 fputs(attrib, stdout);
157 fputs(pad_line("", 0, WIDTH - 2 * MARGIN - 4), stdout);
326 fputs("u\017", stdout);
334 fputs("j\017", stdout);
350 fputs("\033e\033%@\033)0\033(B\1#0\033[?25l\033[2J", stdout);
380 fputs("\033[K", stdout);
1140 fputs("Initial menu has no LABEL entries!\n", stdout);
  /external/toybox/toys/pending/
sh.c 295 fputs(toybuf, stdout);
296 } else if (cc=='s') fputs(getbasename(*toys.argv), stdout);
  /external/vboot_reference/futility/
futility.c 237 fputs(usage, stdout);
240 fputs(options, stdout);
  /system/sepolicy/tools/
sepolicy-check.c 73 fputs("out of memory\n", stderr);
78 fputs("out of memory\n", stderr);
  /external/zlib/src/test/
infcover.c 384 fputs("inflate built-in memory routines\n", stderr);
397 fputs("inflate bad parameters\n", stderr);
482 fputs("inflateBack bad parameters\n", stderr);
503 fputs("inflateBack built-in memory routines\n", stderr);
637 fputs("inflate_table not enough errors\n", stderr);
  /toolchain/binutils/binutils-2.27/zlib/test/
infcover.c 384 fputs("inflate built-in memory routines\n", stderr);
397 fputs("inflate bad parameters\n", stderr);
482 fputs("inflateBack bad parameters\n", stderr);
503 fputs("inflateBack built-in memory routines\n", stderr);
637 fputs("inflate_table not enough errors\n", stderr);
  /external/e2fsprogs/e2fsck/
unix.c 565 fputs(" \r", stdout);
566 fputs(ctx->stop_meta, stdout);
733 fputs(("\nExtended options are separated by commas, "
737 fputs(("\tea_ver=<ea_version (1 or 2)>\n"), stderr);
738 fputs(("\tfragcheck\n"), stderr);
739 fputs(("\tjournal_only\n"), stderr);
740 fputs(("\tdiscard\n"), stderr);
741 fputs(("\tnodiscard\n"), stderr);
742 fputs(("\treadahead_kb=<buffer size>\n"), stderr);
743 fputs(("\tbmap2extent\n"), stderr)
    [all...]
  /external/ppp/pppd/plugins/radius/
sendserver.c 437 fputs("reply_digest: ", stderr);
442 fputs("\ncalc_digest: ", stderr);
447 fputs("\n", stderr);
  /toolchain/binutils/binutils-2.27/binutils/
od-macho.c 300 fputs (_("Mach-O header:\n"), stdout);
312 fputs (_(")\n"), stdout);
332 fputs (_("Segments and Sections:\n"), stdout);
333 fputs (_(" #: Segment name Section name Address\n"), stdout);
853 fputs (" ", stdout);
876 fputs (" [reexport] ", stdout);
880 fputs (" (", stdout);
883 fputs ((const char *)buf + off, stdout);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
SetStamp.c 118 if (fputs (buffer, fp) == EOF) {
  /external/curl/docs/examples/
multi-debugcallback.c 67 fputs(" ", stream);
  /external/curl/src/
tool_cb_prg.c 81 fputs(buf, stderr);
  /external/curl/tests/libtest/
lib552.c 61 fputs(" ", stream);
  /external/e2fsprogs/lib/ss/
listen.c 37 (void) fputs(current_info->prompt, stdout);
  /external/e2fsprogs/util/
copy_sparse.c 18 fputs("This program is only supported on Linux!\n", stderr);

Completed in 459 milliseconds

1 2 3 4 5 6 7 891011>>