HomeSort by relevance Sort by last modified time
    Searched refs:fputs (Results 1 - 25 of 397) 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
44 fputs("\n_abort - Heap corruption\n" "File: ", stderr);
45 fputs(file, stderr);
46 fputs(" Line: ", stderr);
47 fputs(line, stderr);
48 fputs("\n\n", stderr);
49 fputs("hmm_dflt_abort: while(1)!!!\n", stderr);
  /hardware/invensense/60xx/mlsdk/platform/linux/
log_printf_linux.c 37 return fputs(buf, stdout);
  /system/core/toolbox/
clear.c 39 fputs("\x1b[2J\x1b[H", stdout);
readlink.c 89 fputs(name, stdout);
91 fputs("\n", 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_misc.c 71 fputs(message, fout);
75 fputs(message, fout);
80 fputs(message, fout);
  /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/mesa3d/src/gallium/auxiliary/os/
os_misc.c 71 fputs(message, fout);
75 fputs(message, fout);
80 fputs(message, fout);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 13 int fputs(const char * restrict, FILE * restrict) __asm("_" "fputs" );
  /external/chromium_org/third_party/icu/source/tools/gentest/
genres32.c 75 fputs(
96 fputs(
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
interception_readdir_r_test.cc 21 fputs("test1: reading the " TEMP_DIR " directory...\n", stderr);
41 fputs("test2: reading the " TEMP_DIR " directory...\n", stderr);
  /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); \
  /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);

Completed in 628 milliseconds

1 2 3 4 5 6 7 8 91011>>