HomeSort by relevance Sort by last modified time
    Searched refs:fputs (Results 1 - 25 of 357) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_dflt_abort.c 21 ** In Unix, for example, you would replace the fputs calls with calls
45 fputs("\n_abort - Heap corruption\n" "File: ", stderr);
46 fputs(file, stderr);
47 fputs(" Line: ", stderr);
48 fputs(line, stderr);
49 fputs("\n\n", stderr);
50 fputs("hmm_dflt_abort: while(1)!!!\n", stderr);
  /hardware/invensense/mlsdk/platform/linux/
log_printf_linux.c 37 return fputs(buf, stdout);
  /system/core/toolbox/
clear.c 39 fputs("\x1b[2J\x1b[H", stdout);
  /external/bison/lib/
yyerror.c 29 fputs (message, stderr);
bitsetv-print.c 39 fputs (" ", out);
43 fputs (" ", out);
49 fputs (" .", out);
52 fputs (".\n", out);
59 fputs (bitset_test (bset[i], j) ? "1" : " ", out);
60 fputs ("|\n", out);
64 fputs (" `", out);
67 fputs ("'\n", out);
  /external/e2fsprogs/lib/e2p/
pf.c 66 fputs(", ", f);
67 fputs(fp->long_name, f);
69 fputs(fp->short_name, f);
72 fputs("-", f);
76 fputs("---", f);
  /external/tcpdump/
print-ah.c 64 fputs("[truncated]", stdout);
65 fputs("): ", stdout);
69 fputs("[|AH]", stdout);
print-timed.c 55 fputs("[|timed]", stdout);
64 fputs(" [|timed]", stdout);
70 fputs(" [|timed]", stdout);
77 fputs(" [|timed]", stdout);
86 fputs(" [|timed]", stdout);
94 fputs(" time ", stdout);
106 fputs(" [|timed]", stdout);
108 fputs(" name ", stdout);
print-mobile.c 81 fputs("[|mobile]", stdout);
84 fputs("mobile: ", stdout);
94 fputs("[S] ",stdout);
98 fputs("[] ",stdout);
print-snmp.c 414 fputs("[nothing to parse]", stdout);
453 fputs("[Xtagfield?]", stdout);
460 fputs("[Xtagfield?]", stdout);
470 fputs("[no asnlen]", stdout);
656 fputs("[|snmp]", stdout);
695 fputs(a->prefix, stdout);
776 fputs(first, stdout);
827 fputs("[BE_ANY!?]", stdout);
831 fputs("[be!?]", stdout);
837 fputs("[|snmp]", stdout)
    [all...]
print-frag6.c 74 fputs(" ", stdout);
78 fputs("[|frag]", stdout);
  /external/elfutils/libasm/
asm_addstrz.c 82 fputs ("\t.string\t\"", asmscn->ctx->out.file);
87 fputs ("\\000", asmscn->ctx->out.file);
92 fputs ("\\\\", asmscn->ctx->out.file);
95 fputs ("\\n\"", asmscn->ctx->out.file);
106 fputs ("\"\n", asmscn->ctx->out.file);
  /external/iptables/extensions/
libxt_connbytes.c 78 fputs(" packets", stdout);
81 fputs(" bytes", stdout);
84 fputs(" avgpkt", stdout);
87 fputs(" unknown", stdout);
96 fputs(" original", stdout);
99 fputs(" reply", stdout);
102 fputs(" both", stdout);
105 fputs(" unknown", stdout);
124 fputs(" connbytes mode", stdout);
127 fputs(" connbytes direction", stdout)
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 13 int fputs(const char * restrict, FILE * restrict) __asm("_" "fputs" );
  /external/icu4c/tools/gentest/
genres32.c 75 fputs(
96 fputs(
  /external/zlib/src/examples/
zpipe.c 153 fputs("zpipe: ", stderr);
157 fputs("error reading stdin\n", stderr);
159 fputs("error writing stdout\n", stderr);
162 fputs("invalid compression level\n", stderr);
165 fputs("invalid or incomplete deflate data\n", stderr);
168 fputs("out of memory\n", stderr);
171 fputs("zlib version mismatch!\n", stderr);
202 fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-elf.h 28 #define TARGET_VERSION fputs (" (ARM GNU/Linux with ELF)", stderr);
92 fputs (" = ", FILE); \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-elf.h 28 #define TARGET_VERSION fputs (" (ARM GNU/Linux with ELF)", stderr);
92 fputs (" = ", FILE); \
  /bionic/libc/stdio/
fputs.c 1 /* $OpenBSD: fputs.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
43 fputs(const char *s, FILE *fp) function
  /external/e2fsprogs/lib/et/
com_err.c 37 fputs(whoami, stderr);
38 fputs(": ", stderr);
41 fputs(error_message(code), stderr);
42 fputs(" ", stderr);
  /external/valgrind/main/cachegrind/tests/
dlclose.c 21 fputs (dlerror(), stderr);
  /external/clang/test/Analysis/
simple-stream-checks.c 8 fputs ("fopen example", F);
20 fputs ("fopen example", F);
32 fputs ("fopen example", F);
  /external/jpeg/
ansi2knr.c 392 fputs(more, out);
402 fputs(buf, out);
413 wl: fputs(buf, out);
419 fputs(buf, out);
551 fputs(buf, out);
665 { fputs(");", out);
676 fputs(", ", out);
678 fputs(") ", out);
684 fputs(breaks[0], out); /* any prior args */
685 fputs("va_dcl", out); /* the final arg *
    [all...]
  /external/qemu/distrib/jpeg-6b/
ansi2knr.c 392 fputs(more, out);
402 fputs(buf, out);
413 wl: fputs(buf, out);
419 fputs(buf, out);
551 fputs(buf, out);
665 { fputs(");", out);
676 fputs(", ", out);
678 fputs(") ", out);
684 fputs(breaks[0], out); /* any prior args */
685 fputs("va_dcl", out); /* the final arg *
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
yylex.c 106 fputs( "%s", stderr );
110 fputs( "%x", stderr );
114 fputs( "%%\n", stderr );

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>