HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 1101 - 1125 of 4272) sorted by null

<<41424344454647484950>>

  /external/e2fsprogs/misc/
blkid.c 49 FILE *out = error ? stderr : stdout;
312 fprintf(stderr, "Invalid output format %s. "
320 fprintf(stderr, "Too many tags specified\n");
327 fprintf(stderr, "Can only search for "
334 fprintf(stderr, "-t needs NAME=value pair\n");
376 fprintf(stderr, "The lookup option requires a "
  /external/iproute2/ip/
xfrm_monitor.c 41 fprintf(stderr, "Usage: ip xfrm monitor [ all | LISTofOBJECTS ]\n");
56 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
116 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
145 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
185 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
341 fprintf(stderr, "Argument \"%s\" is unknown, try \"ip xfrm monitor help\".\n", *argv);
  /external/openssl/crypto/aes/
aes_wrap.c 245 fprintf(stderr, "Key test result %d\n", ret);
247 fprintf(stderr, "Key test result %d\n", ret);
249 fprintf(stderr, "Key test result %d\n", ret);
251 fprintf(stderr, "Key test result %d\n", ret);
253 fprintf(stderr, "Key test result %d\n", ret);
255 fprintf(stderr, "Key test result %d\n", ret);
  /external/qemu/
cpus.c 45 fprintf(stderr, "qemu: hardware error: ");
46 vfprintf(stderr, fmt, ap);
47 fprintf(stderr, "\n");
49 fprintf(stderr, "CPU #%d:\n", env->cpu_index);
51 cpu_dump_state(env, stderr, fprintf, X86_DUMP_FPU);
53 cpu_dump_state(env, stderr, fprintf, 0);
  /external/qemu/distrib/sdl-1.2.15/docs/html/
guidevideo.html 135 fprintf(stderr,
149 fprintf(stderr, "Couldn't set 640x480x8 video mode: %s\n",
182 fprintf(stderr, "Couldn't set 640x480x8 video mode: %s\n",
219 fprintf(stderr, "Couldn't load %s: %s\n", file_name, SDL_GetError());
235 fprintf(stderr, "BlitSurface error: %s\n", SDL_GetError());
381 fprintf(stderr, "Can't lock screen: %s\n", SDL_GetError());
  /external/valgrind/main/memcheck/tests/
sh-mem.c 77 fprintf(stderr, "\n\nFAILURE: %s, offset %d, byte %d -- "
92 fprintf(stderr, "error: this program only works when run under Valgrind\n");
134 fprintf(stderr, "-- NNN: %d %s %s ------------------------\n", NNN, #Ty, #ITy); \
146 fprintf(stderr, "h = %d (checking %d..%d) ", h, h, (int)(n-NNN+h)); \
170 if (0 == j % 32) fprintf(stderr, "%d...", j); /* progress meter */ \
201 fprintf(stderr, "\n"); \
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 163 fprintf(stderr, " ");
164 fprintf(stderr, "%08x: [%016llx]\n", (int)parentOffset, m_allocated);
356 fprintf(stderr, " ");
357 fprintf(stderr, "%08x: [", (int)parentOffset);
363 fprintf(stderr, "%c", c);
365 fprintf(stderr, "]\n");
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 122 def main(argv, fs, stdin, stdout, stderr):
127 drt = MockChromiumDRT(options, args, fs, stdin, stdout, stderr)
129 drt = MockDRT(options, args, fs, stdin, stdout, stderr)
177 def __init__(self, options, args, filesystem, stdin, stdout, stderr):
183 self._stderr = stderr
289 sys.exit(main(sys.argv[1:], fs, sys.stdin, sys.stdout, sys.stderr))
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 61 * output may be directed to stdout, stderr, and/or syslog based on
77 * output may be directed to stdout, stderr, and/or syslog based on
97 * output may be directed to stdout, stderr, and/or syslog based on
119 * output may be directed to stdout, stderr, and/or syslog based on
135 * output may be directed to stdout, stderr, and/or syslog based on
169 * output may be directed to stdout, stderr, and/or syslog based on
  /external/valgrind/main/coregrind/
m_debuglog.c 35 descriptor 2 (stderr).
81 "movl $2, %%ebx\n" /* %ebx = stderr */
82 "int $0x80\n" /* write(stderr, buf, n) */
118 "movq $2, %%rdi\n" /* rdi = stderr */
121 "syscall\n" /* write(stderr, buf, n) */
160 "li 3,2\n\t" /* set %r3 = stderr */
163 "sc\n\t" /* write(stderr, buf, n) */
203 "li 3,2\n\t" /* set %r3 = stderr */
206 "sc\n\t" /* write(stderr, buf, n) */
242 "mov r0, #2\n\t" /* stderr */
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
gen.c 248 fputs( _( "\n\nEquivalence Classes:\n\n" ), stderr );
256 fprintf( stderr, "%4s = %-2d",
259 putc( ' ', stderr );
262 putc( '\n', stderr );
426 fprintf( stderr, _( "state # %d accepts: [%d]\n" ),
830 fprintf( stderr,
856 fprintf( stderr, "[%d]",
860 fputs( ", ", stderr );
862 putc( '\n', stderr );
910 fprintf( stderr, _( "state # %d accepts: [%d]\n" )
    [all...]
  /external/bison/data/
glr.c 524 YYFPRINTF (stderr, "%s ", Title); \
525 yy_symbol_print (stderr, Type, Value]b4_locuser_args([Location])[); \
526 YYFPRINTF (stderr, "\n"); \
920 YYFPRINTF (stderr, "%s unresolved ", yymsg);
922 YYFPRINTF (stderr, "%s incomplete ", yymsg);
923 yy_symbol_print (stderr, yystos[yys->yylrState],
925 YYFPRINTF (stderr, "\n");
    [all...]
  /external/checkpolicy/test/
dismod.c 708 fprintf(stderr, "Can't open '%s': %s\n",
720 fprintf(stderr, "Could not read from policy.\n");
727 fprintf(stderr, "%s: Out of memory!\n", __FUNCTION__);
738 fprintf(stderr, "%s: Out of memory!\n", __FUNCTION__);
767 fprintf(stderr,
773 fprintf(stderr, "This file is not a loadable policy module.\n");
778 fprintf(stderr, "Could not index module.\n");
849 fprintf(stderr,
857 fprintf(stderr,
863 fprintf(stderr, "Error indexing classes\n")
    [all...]
  /external/icu4c/tools/icuswap/
icuswap.cpp 87 fprintf(stderr,
91 fprintf(stderr,
120 fprintf(stderr, "Warning: icuswap is an obsolete tool and it will be removed in the next ICU release.\nPlease use the icupkg tool instead.\n");
168 fprintf(stderr, "%s: unable to open input file \"%s\"\n", pname, argv[1]);
175 fprintf(stderr, "%s: empty input file \"%s\"\n", pname, argv[1]);
188 fprintf(stderr, "%s: error allocating memory for \"%s\"\n", pname, argv[1]);
197 fprintf(stderr, "%s: error reading \"%s\"\n", pname, argv[1]);
209 fprintf(stderr, "%s: udata_openSwapperForInputData(\"%s\") failed - %s\n",
216 ds->printErrorContext=stderr;
237 fprintf(stderr, "%s: udata_swapPackage(\"%s\") failed - %s\n"
    [all...]
  /external/iproute2/lib/
utils.c 380 fprintf(stderr, "Error: \"%s\" may be inet address, but it is not allowed in this context.\n", arg);
384 fprintf(stderr, "Error: an inet address is expected rather than \"%s\".\n", arg);
393 fprintf(stderr, "Error: \"%s\" may be inet prefix, but it is not allowed in this context.\n", arg);
397 fprintf(stderr, "Error: an inet prefix is expected rather than \"%s\".\n", arg);
407 fprintf(stderr, "Error: an IP address is expected rather than \"%s\"\n", name);
415 fprintf(stderr, "Command line is not complete. Try option \"help\"\n");
421 fprintf(stderr, "Error: argument \"%s\" is required\n", key);
427 fprintf(stderr, "Error: argument \"%s\" is wrong: %s\n", arg, msg);
433 fprintf(stderr, "Error: duplicate \"%s\": \"%s\" is the second value.\n", key, arg);
439 fprintf(stderr, "Error: either \"%s\" is duplicate, or \"%s\" is a garbage.\n", key, arg)
    [all...]
  /system/core/liblog/
logprint.c 152 fprintf(stderr,"%s:%c\n", p_fi->mTag, cPri);
155 fprintf(stderr,"*:%c\n", filterPriToChar(p_format->global_pri));
372 fprintf(stderr, "+++ LOG: entry too small\n");
392 fprintf(stderr, "+++ LOG: malformed log message\n");
457 //fprintf(stderr, "--- type=%d (rem len=%d)\n", type, eventDataLen);
575 fprintf(stderr, "Unknown binary event type %d\n", type);
653 fprintf(stderr, "Binary log entry conversion failed\n");
675 fprintf(stderr,
914 fprintf(stderr, "+++ LOG: write failed (errno=%d)\n", errno);
920 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", ret
    [all...]
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 274 fprintf(stderr, "Unknown option %s\n", optarg);
302 fprintf(stderr, "Open read only failed.");
330 fprintf(stderr, "Failed to read.\n");
342 fprintf(stderr, "Wrong pid found @ read block %x != %x\n", testCase->pid(), *pid);
388 fprintf(stderr, "Write failed %d %s.", errno, strerror(errno));
428 fprintf(stderr, "Open write failed.");
463 fprintf(stderr, "Failed to write.\n");
562 fprintf(stderr, "open() failed: %s\n", strerror(errno));
586 fprintf(stderr, "write() failed: %s\n", strerror(errno));
640 fprintf(stderr, "fts_open() failed: %s\n", strerror(errno))
    [all...]
  /external/ping/
ping.c 124 fprintf(stderr, "This version of ping should NOT run with privileges. Aborting\n");
160 fprintf(stderr, "Only one of -T or -R may be used\n");
167 fprintf(stderr, "Only one of -T or -R may be used\n");
178 fprintf(stderr, "Invalid timestamp type\n");
209 fprintf(stderr, "ping: wrong value for -M: do, dont, want are valid ones.\n");
254 fprintf(stderr, "ping: unknown host %s\n", target);
285 fprintf(stderr, "ping: unknown iface %s\n", device);
308 fprintf(stderr, "Do you want to ping broadcast? Then -b\n");
311 fprintf(stderr, "WARNING: pinging broadcast address\n");
350 fprintf(stderr, "ping: unknown iface %s\n", device)
    [all...]
  /external/valgrind/main/tests/
vg_regtest.in 59 # - stderr_filter: <filter to run stderr through> (default: ./filter_stderr)
67 # - stderrB_filter: <filter progB stderr through> (default: ./filter_stderr)
76 # Note that filters are necessary for stderr results to filter out things that
82 # stderr (filtered) is kept in <test>.stderr.exp*. There must be at least
83 # one stderr.exp* file. Any .exp* file that ends in '~' or '#' is ignored;
87 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
134 my $stderr_filter; # filter program to run stderr results file through
151 my %num_failures = (stderr => 0, stdout => 0,
411 # Note: redirection of stdout and stderr is before $progB to allow args
    [all...]
  /bootable/diskinstaller/
installer.c 47 fprintf(stderr, "Usage: %s\n", LOG_TAG);
48 fprintf(stderr, "\t-c <path> - Path to installer conf file "
50 fprintf(stderr, "\t-l <path> - Path to device disk layout conf file "
52 fprintf(stderr, "\t-h - This help message\n");
53 fprintf(stderr, "\t-d - Dump the compiled in partition info.\n");
54 fprintf(stderr, "\t-p <path> - Path to device that should be mounted"
56 fprintf(stderr, "\t-t - Test mode. Don't write anything to disk.\n");
411 fprintf(stderr, "Unknown argument: %c\n", (char)optopt);
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 271 fprintf(stderr, "Error: line %d: %s", linenum, buf);
272 fprintf(stderr, " expected positive (>0) indentation, found %d\n",
282 fprintf(stderr, "Error: line %d: %s", linenum, buf);
283 fprintf(stderr, " expected exit from %s\n",
290 fprintf(stderr, "Error: line %d: %s", linenum, buf);
291 fprintf(stderr, " expected indentation %d [+1], found %d\n",
458 fprintf(stderr, "Error: version number (%d) must be 1 or 2\n",
481 fprintf(stderr, "Usage: %s [-v version] [-d] input_file trace_prefix\n",
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 181 old_stderr = sys.stderr
183 sys.stderr = StringIO()
192 err_s = sys.stderr.getvalue()
197 sys.stderr = old_stderr
323 """Regression test: Check whether a test run with output to stderr
329 print >>sys.stderr, "Test"
357 that change stderr, but don't change it back properly.
362 sys.stderr = XMLTestRunnerTest.NullStream()
  /external/bison/lib/
argmatch.h 54 /* Report on stderr why argmatch failed. Report correct values. */
66 /* Report on stderr the list of possible arguments. */
bitsetv.c 164 fprintf (stderr, "%lu: ", (unsigned long int) i);
168 fprintf (stderr, "\n");
  /external/blktrace/
blktrace.h 92 fprintf(stderr, "bad trace magic %x\n", t->magic);
96 fprintf(stderr, "unsupported trace version %x\n",

Completed in 986 milliseconds

<<41424344454647484950>>