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

1 23 4 5 6 7 8 91011>>

  /external/e2fsprogs/resize/
test_extent.c 42 fputs(buf, out);
79 fputs(no_table, out);
110 fputs("# Syntax error\n", out);
  /external/strace/tests/
set_mempolicy.c 63 fputs("set_mempolicy(MPOL_DEFAULT, ", stdout);
70 fputs(", ", stdout);
73 fputs("...", stdout);
  /external/strace/tests-m32/
set_mempolicy.c 63 fputs("set_mempolicy(MPOL_DEFAULT, ", stdout);
70 fputs(", ", stdout);
73 fputs("...", stdout);
  /external/strace/tests-mx32/
set_mempolicy.c 63 fputs("set_mempolicy(MPOL_DEFAULT, ", stdout);
70 fputs(", ", stdout);
73 fputs("...", stdout);
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 15 fputs(str(strncmp("abc\0d" "abc", '\4') // this goes away
23 // CHECK: fputs("strncmp(\"abc\\0d\" \"abc\", '\\4') == 0" ": @\n", s);
  /external/libcups/cups/
testpwg.c 77 fputs("_ppdCacheCreateWithPPD(ppd): ", stdout);
114 fputs("_ppdCacheGetPageSize(media-col): ", stdout);
145 fputs("_ppdCacheDestroy(pc): ", stdout);
150 fputs("pwgMediaForPWG(\"iso_a4_210x297mm\"): ", stdout);
169 fputs("pwgMediaForPWG(\"roll_max_36.1025x3622.0472in\"): ", stdout);
183 fputs("pwgMediaForPWG(\"disc_test_10x100mm\"): ", stdout);
197 fputs("pwgMediaForLegacy(\"na-letter\"): ", stdout);
216 fputs("pwgMediaForPPD(\"4x6\"): ", stdout);
235 fputs("pwgMediaForPPD(\"10x15cm\"): ", stdout);
254 fputs("pwgMediaForPPD(\"Custom.10x15cm\"): ", stdout)
    [all...]
testcache.c 77 fputs("finishings=", stdout);
83 fputs("\n", stdout);
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 21 fputs(s, _file);
  /external/syslinux/com32/modules/
kbdmap.c 21 fputs(msg, stderr);
  /external/syslinux/com32/samples/
resolv.c 44 fputs("Usage: resolv hostname\n", stderr);
  /external/e2fsprogs/intl/
log.c 37 fputs ("\\n\"", stream);
40 fputs ("\n\"", stream);
  /external/e2fsprogs/lib/ext2fs/
progress.c 67 fputs(label, stdout);
102 fputs(message, stdout);
  /external/kmod/tools/
lsmod.c 45 fputs("Error: kmod_new() failed!\n", stderr);
79 fputs(kmod_module_get_name(hm), stdout);
  /external/libcups/filter/
commandtops.c 72 fputs("ERROR: Unable to open PPD file!\n", stderr);
149 fputs("DEBUG: Unable to auto-configure PostScript Printer - no "
197 fputs("DEBUG: Auto-configuring PostScript printer...\n", stderr);
279 fputs("{ (", stdout);
286 fputs(") cvx exec } stopped { cups_handleerror } if clear\n", stdout);
423 fputs(ppd->jcl_begin, stdout);
424 fputs(ppd->jcl_ps, stdout);
442 fputs(ppd->jcl_end, stdout);
  /prebuilts/go/darwin-x86/doc/progs/
cgo3.go 14 C.fputs(cs, (*C.FILE)(C.stdout))
cgo4.go 15 C.fputs(cs, (*C.FILE)(C.stdout))
  /prebuilts/go/linux-x86/doc/progs/
cgo3.go 14 C.fputs(cs, (*C.FILE)(C.stdout))
cgo4.go 15 C.fputs(cs, (*C.FILE)(C.stdout))
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
test-example.c 83 fputs ("\t.text\n"
88 fputs ("#objdump: -dr --prefix-address --show-raw-insn\n"
  /toolchain/binutils/binutils-2.27/intl/
log.c 39 fputs ("\\n\"", stream);
42 fputs ("\n\"", stream);
  /toolchain/binutils/binutils-2.27/binutils/
winduni.c 323 fputs ("\\\\", e);
325 fputs ("\"\"", e);
333 fputs ("\\a", e);
337 fputs ("\\b", e);
341 fputs ("\\f", e);
345 fputs ("\\n", e);
349 fputs ("\\r", e);
353 fputs ("\\t", e);
357 fputs ("\\v", e);
397 fputs ("\\\\", e)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.c 95 fputs(message, fout);
99 fputs(message, fout);
104 fputs(message, fout);
  /external/curl/src/
tool_hugehelp.c 10 fputs(
27 fputs(
38 fputs(
56 fputs(
70 fputs(
84 fputs(
97 fputs(
106 fputs(
118 fputs(
129 fputs(
    [all...]
tool_getpass.c 108 fputs(prompt, stderr);
124 fputs("\n", stderr);
234 fputs(prompt, stderr);
243 fputs("\n", stderr);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fputs.c 2 Implementation of fputs as declared in <stdio.h>.
43 NetBSD: fputs.c,v 1.14 2005/06/22 19:45:22 christos Exp
44 fputs.c 8.1 (Berkeley) 6/4/93
60 fputs(const char *s, FILE *fp) function

Completed in 554 milliseconds

1 23 4 5 6 7 8 91011>>