HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 376 - 400 of 4138) sorted by null

<<11121314151617181920>>

  /external/iproute2/tc/
m_action.c 52 fprintf (stderr, "usage: tc actions <ACTSPECOP>*\n");
53 fprintf(stderr,
84 fprintf(stderr, "Unknown action \"%s\", hence option \"%s\" is unparsable\n", au->id, *argv);
86 fprintf(stderr, "Unknown action \"%s\"\n", au->id);
97 fprintf(stderr, "Android does not support action '%s'", str);
230 fprintf(stderr,"bad action parsing\n");
240 fprintf(stderr,"bad action empty %d\n",eap);
253 fprintf(stderr, "parse_action: bad value (%d:%s)!\n",argc,*argv);
270 fprintf(stderr, "NULL Action!\n");
343 fprintf(stderr, "Wrong len %d\n", len)
    [all...]
q_dsmark.c 24 fprintf(stderr,"Usage: dsmark indices INDICES [ default_index "
87 fprintf(stderr, "Usage: ... dsmark [ mask MASK ] [ value VALUE ]\n");
141 fprintf(stderr,"dsmark: empty mask\n");
147 fprintf(stderr,"dsmark: empty value\n");
153 fprintf(stderr,"dsmark: indices too short\n");
159 fprintf(stderr,"dsmark: default_index too short\n");
tc.c 66 fprintf(stderr, "Unknown qdisc \"%s\", hence option \"%s\" is unparsable\n", qu->id, *argv);
87 fprintf(stderr, "Unknown filter \"%s\", hence option \"%s\" is unparsable\n", qu->id, *argv);
93 fprintf(stderr, "Unparsable filter ID \"%s\"\n", fhandle);
115 fprintf(stderr, "Android does not support qdisc '%s'\n", str);
168 fprintf(stderr, "Android does not support filter '%s'\n", str);
211 fprintf(stderr, "Usage: tc [ OPTIONS ] OBJECT { COMMAND | help }\n"
243 fprintf(stderr, "Object \"%s\" is unknown, try \"tc help\".\n",
257 fprintf(stderr, "Cannot open file \"%s\" for reading: %s\n",
266 fprintf(stderr, "Cannot open rtnetlink\n");
280 fprintf(stderr, "Command failed %s:%d\n", name, cmdlineno)
    [all...]
  /external/srec/portable/src/UNIX/
PFileSystemUNIXImpl.c 37 * Initializes STDIN, STDOUT, STDERR.
68 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stderr"), isLittleEndian, &PSTDERR));
70 setvbuf(stderr, NULL, _IONBF, 0);
71 impl->value = stderr;
74 /* Have STDERR and STDOUT share the same lock */
118 /* stdout, stderr share the same lock, only one of them should destroy it */
  /external/valgrind/main/memcheck/tests/
malloc_free_fill.c 17 fprintf(stderr, "PASSED: " desc "\n"); \
19 fprintf(stderr, "FAILED: " desc "\n"); \
23 fprintf(stderr, "test simple malloc/free:\n");
32 fprintf(stderr, "\ntest realloc-larger:\n");
47 fprintf(stderr, "\ntest realloc-smaller:\n");
61 fprintf(stderr, "\ntest calloc:\n");
  /external/valgrind/main/none/tests/
faultstatus.c 56 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
65 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
80 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
97 fprintf(stderr, " PASS\n");
167 fprintf(stderr, "Test %d: ", i+1);
169 fprintf(stderr, " FAIL: no fault, or handler returned\n");
exec-sigmask.c 24 fprintf(stderr, "FAILED: execl failed with %s\n",
36 fprintf(stderr, "child exec failed\n");
62 fprintf(stderr, "empty or full?\n");
  /external/valgrind/main/none/tests/linux/
mremap.c 39 fprintf(stderr, "shrink, nomove: p=%p np=%p: shrink moved?!\n",
49 fprintf(stderr, "shrink, maymove: p=%p np=%p: shrink moved?!\n",
59 fprintf(stderr, "grow, nomove: p=%p np=%p: shrink moved?!\n",
69 fprintf(stderr, "grow, maymove: p=%p np=%p: shrink moved?!\n",
80 fprintf(stderr, "grow, maymove, constrained: p=%p np=%p (managed to grow without moving?!)\n",
92 fprintf(stderr, "grow, maymove, constrained: p=%p np=%p (managed to grow without moving?!)\n",
  /external/valgrind/main/none/tests/x86/
faultstatus.c 36 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
45 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
54 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
71 fprintf(stderr, " PASS\n");
152 fprintf(stderr, "Test %d: ", i+1);
154 fprintf(stderr, " FAIL: no fault, or handler returned\n");
  /system/core/toolbox/
date.c 70 fprintf(stderr, "%s: invalid option -%c\n",
76 fprintf(stderr,"%s [-u] [date]\n", argv[0]);
102 fprintf(stderr,"getdate_r failed\n");
108 fprintf(stderr,"getdate_r failed %s\n", strerror(errno));
124 fprintf(stderr,"settimeofday failed %s\n", strerror(errno));
129 fprintf(stderr,"%s [-s 20070325.123456] [-u] [date]\n", argv[0]);
notify.c 50 fprintf(stderr, "%s: invalid option -%c\n",
57 fprintf(stderr, "Usage: %s [-m eventmask] [-c count] [-p] [-v verbosity] path [path ...]\n", argv[0]);
63 fprintf(stderr, "inotify_init failed, %s\n", strerror(errno));
71 fprintf(stderr, "inotify_add_watch failed for %s, %s\n", file_names[i], strerror(errno));
77 fprintf(stderr, "%s got unexpected id %d instead of %d\n", file_names[i], res, i);
90 fprintf(stderr, "could not get event, %s\n", strerror(errno));
syren.c 57 fprintf(stderr, "usage: syren [r/w] [REGNAME | page:addr] (value)\n");
99 fprintf(stderr, "can't open /dev/eac\n");
106 fprintf(stderr, "can only read all registers\n");
114 fprintf(stderr, "%s: error\n", registers[i].name);
116 fprintf(stderr, "%s: %04x\n", registers[i].name, sio.value);
140 fprintf(stderr, "ioctl(%d) failed\n", cmd);
  /system/netd/
ndc.c 53 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
124 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
129 fprintf(stderr, "[TIMEOUT]\n");
135 fprintf(stderr, "Lost connection to Netd - did it crash?\n");
137 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
171 fprintf(stderr, "Usage: %s [sockname] <monitor>|<cmd> [arg1] [arg2...]\n", progname);
  /system/vold/
vdc.c 48 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
102 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
107 fprintf(stderr, "[TIMEOUT]\n");
113 fprintf(stderr, "Lost connection to Vold - did it crash?\n");
115 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
149 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
  /external/libvpx/
vpxdec.c 136 fprintf(stderr, "Usage: %s <options> filename\n\n"
138 arg_show_usage(stderr, all_args);
140 fprintf(stderr, "\nVP8 Postprocessing Options:\n");
141 arg_show_usage(stderr, vp8_pp_args);
143 fprintf(stderr,
157 fprintf(stderr, "\nIncluded decoders:\n\n");
160 fprintf(stderr, " %-6s - %s\n",
171 vfprintf(stderr, fmt, ap);
172 fprintf(stderr, "\n");
264 fprintf(stderr, "Failed to read frame size\n")
    [all...]
  /build/tools/bin2asm/
icudata.c 17 fprintf(stderr, "usage: %s NAME < DAT_FILE > ASM_FILE\n", argv[0]);
19 fprintf(stderr, " '%s'", argv[i]);
21 fprintf(stderr, "\n");
  /external/checkpolicy/
checkmodule.c 59 fprintf(stderr, "Can't open '%s': %s\n",
64 fprintf(stderr, "Can't stat '%s': %s\n",
71 fprintf(stderr, "Can't map '%s': %s\n", file, strerror(errno));
81 fprintf(stderr, "%s: policydb_init: Out of memory!\n",
86 fprintf(stderr,
95 fprintf(stderr, "%s: MLS policy, but non-MLS"
101 fprintf(stderr, "%s: non-MLS policy, but MLS"
133 fprintf(stderr, "%s: error writing %s\n", progname, file);
249 fprintf(stderr, "%s: out of memory!\n", argv[0]);
271 fprintf(stderr, "%s: policydb_init failed\n", argv[0])
    [all...]
  /external/expat/xmlwf/
readfilemap.c 65 fprintf(stderr, "%s: not a regular file\n", name);
79 fprintf(stderr, "%s: out of memory\n", name);
91 fprintf(stderr, "%s: read unexpected number of bytes\n", name);
  /external/iproute2/ip/
iplink_macvlan.c 25 fprintf(stderr,
32 fprintf(stderr, "Error: argument of \"mode\" must be \"private\", "
59 fprintf(stderr, "macvlan: what is \"%s\"?\n", *argv);
  /external/libmtp/examples/
trexist.c 28 fprintf(stderr, "trexist <trackid>\n");
48 fprintf(stderr, "illegal value %s\n", argv[1]);
51 fprintf(stderr, "bad song id %u\n", id);
  /external/linux-tools-perf/util/
run-command.h 21 * stderr from parent).
26 * it, the writable pipe end becomes child's stdout/stderr
31 * .out: a writable FD, becomes child's stdout/stderr
  /external/qemu/distrib/sdl-1.2.15/test/
torturethread.c 36 fprintf(stderr, "Creating Thread %d\n", tid);
66 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
76 fprintf(stderr,
  /external/valgrind/main/drd/tests/
atomic_var.c 48 fprintf(stderr, "y = %d\n", s_y);
58 fprintf(stderr, "Start of test.\n");
63 fprintf(stderr, "Test finished.\n");
  /external/valgrind/main/gdbserver_tests/
mcwatchpoints.stdoutB.exp 4 7 fprintf(stderr, "breakme function called from line %d\n", line);
23 46 fprintf(stderr, "before writing 8\n");
29 49 fprintf(stderr, "after writing 8\n");
  /external/webkit/Source/WebKit2/mac/
MainMac.cpp 35 // Close all file descriptors except stdin, stdout and stderr.
49 fprintf(stderr, "Unable to load WebKit2.framework: %s\n", dlerror());
56 fprintf(stderr, "Unable to find entry point in WebKit2.framework: %s\n", dlerror());

Completed in 385 milliseconds

<<11121314151617181920>>