HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 276 - 300 of 2500) sorted by null

<<11121314151617181920>>

  /external/iproute2/ip/
ip6tunnel.c 49 fprintf(stderr, "Usage: ip -f inet6 tunnel { add | change | del | show } [ NAME ]\n");
50 fprintf(stderr, " [ mode { ip6ip6 | ipip6 | any } ]\n");
51 fprintf(stderr, " [ remote ADDR local ADDR ] [ dev PHYS_DEV ]\n");
52 fprintf(stderr, " [ encaplimit ELIM ]\n");
53 fprintf(stderr ," [ hoplimit TTL ] [ tclass TCLASS ] [ flowlabel FLOWLABEL ]\n");
54 fprintf(stderr, " [ dscp inherit ]\n");
55 fprintf(stderr, "\n");
56 fprintf(stderr, "Where: NAME := STRING\n");
57 fprintf(stderr, " ADDR := IPV6_ADDRESS\n");
58 fprintf(stderr, " ELIM := { none | 0..255 }(default=%d)\n"
    [all...]
ip.c 41 fprintf(stderr,
90 fprintf(stderr, "Object \"%s\" is unknown, try \"ip help\".\n", argv0);
103 fprintf(stderr, "Cannot open file \"%s\" for reading: %s\n",
110 fprintf(stderr, "Cannot open rtnetlink\n");
123 fprintf(stderr, "Command failed %s:%d\n", name, lineno);
220 fprintf(stderr, "Invalid rcvbuf size '%s'\n",
228 fprintf(stderr, "Option \"%s\" is unknown, try \"ip -help\".\n", opt);
iproute.c 54 fprintf(stderr, "Usage: ip route { list | flush } SELECTOR\n");
55 fprintf(stderr, " ip route get ADDRESS [ from ADDRESS iif STRING ]\n");
56 fprintf(stderr, " [ oif STRING ] [ tos TOS ]\n");
57 fprintf(stderr, " ip route { add | del | change | append | replace | monitor } ROUTE\n");
58 fprintf(stderr, "SELECTOR := [ root PREFIX ] [ match PREFIX ] [ exact PREFIX ]\n");
59 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n");
60 fprintf(stderr, " [ type TYPE ] [ scope SCOPE ]\n");
61 fprintf(stderr, "ROUTE := NODE_SPEC [ INFO_SPEC ]\n");
62 fprintf(stderr, "NODE_SPEC := [ TYPE ] PREFIX [ tos TOS ]\n");
63 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n")
    [all...]
  /frameworks/base/cmds/dumpstate/
utils.c 233 fprintf(stderr, "android_get_control_socket(%s): %s\n", service, strerror(errno));
237 fprintf(stderr, "listen(control socket): %s\n", strerror(errno));
245 fprintf(stderr, "accept(control socket): %s\n", strerror(errno));
274 fprintf(stderr, "%s: %s\n", path, strerror(errno));
282 fprintf(stderr, "pipe: %s\n", strerror(errno));
291 fprintf(stderr, "fork: %s\n", strerror(errno));
306 fprintf(stderr, "exec(gzip): %s\n", strerror(errno));
331 fprintf(stderr, "rename(%s, %s): %s\n", traces_path, anr_traces_path, strerror(errno));
344 fprintf(stderr, "mkdir(%s): %s\n", anr_traces_dir, strerror(errno));
352 fprintf(stderr, "%s: %s\n", traces_path, strerror(errno))
    [all...]
  /build/tools/dexpreopt/dexopt-wrapper/
DexOptWrapper.cpp 60 fprintf(stderr, "execl(%s) failed: %s\n", kDexOptBin, strerror(errno));
84 fprintf(stderr, "Unable to open '%s': %s\n", zipName, strerror(errno));
90 fprintf(stderr, "Unable to create '%s': %s\n",
109 fprintf(stderr, "Unable to lock '%s': %s\n",
137 fprintf(stderr, "waitpid failed: wanted %d, got %d: %s\n",
161 fprintf(stderr, "Usage: %s <input jar/apk> <output odex> "
163 fprintf(stderr, "Example: dexopttest "
  /external/bluetooth/bluez/tools/
csr_bcsp.c 60 fprintf(stderr, "Can't open serial port: %s (%d)\n",
68 fprintf(stderr, "Can't get port settings: %s (%d)\n",
90 fprintf(stderr, "Can't change port settings: %s (%d)\n",
99 fprintf(stderr, "Can't set non blocking mode: %s (%d)\n",
128 fprintf(stderr, "Initialization timed out\n");
140 fprintf(stderr, "UART write error\n");
221 fprintf(stderr, "Operation timed out\n");
  /external/dropbear/
genrsa.c 61 fprintf(stderr, "rsa generation failed\n");
72 fprintf(stderr, "rsa generation failed\n");
79 fprintf(stderr, "rsa generation failed\n");
86 fprintf(stderr, "rsa generation failed\n");
115 fprintf(stderr, "rsa generation failed\n");
121 fprintf(stderr, "rsa generation failed\n");
126 fprintf(stderr, "rsa generation failed\n");
  /external/icu4c/tools/genren/
genren.pl 150 print STDERR "$_\n";
152 print STDERR "Skipped strange mangled function $_\n";
154 print STDERR "Skipped vtable $_\n";
156 print STDERR "Skipped typeinfo $_\n";
158 print STDERR "Skipped ignored function $_\n";
190 print STDERR @_;
196 print STDERR <<"EndHelpText";
  /external/libpng/contrib/gregbook/
readpng2.c 89 fprintf(stderr, " Compiled with libpng %s; using libpng %s "
96 fprintf(stderr, " Compiled with libpng %s; using libpng %s "
100 fprintf(stderr, " Processor (x86%s) %s MMX instructions.\n",
110 fprintf(stderr,
121 fprintf(stderr,
125 fprintf(stderr, " combining rows (reading)\n");
129 fprintf(stderr,
140 fprintf(stderr, " other (unknown)\n");
144 fprintf(stderr, " (none)\n");
149 fprintf(stderr, " Compiled with libpng %s; using libpng %s
    [all...]
  /external/openssl/crypto/x509v3/
v3conf.c 81 fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n");
88 fprintf(stderr, "Error opening Config file %s\n", conf_file);
89 ERR_print_errors_fp(stderr);
95 fprintf(stderr, "Can't open certificate file %s\n", argv[1]);
100 fprintf(stderr, "Error reading certificate file %s\n", argv[1]);
109 fprintf(stderr, "Error adding extensions\n");
110 ERR_print_errors_fp(stderr);
  /external/qemu/
bt-host.c 63 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n",
103 fprintf(stderr, "qemu: error %i reading HCI frame\n", errno);
145 fprintf(stderr, "qemu: bad HCI packet type %02x\n", pkt[-1]);
163 fprintf(stderr, "qemu: `%s' not available\n", id);
173 fprintf(stderr, "qemu: Can't open `%s': %s (%i)\n",
184 fprintf(stderr, "qemu: Can't set HCI filter on socket (%i)\n", errno);
203 fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n");
keymaps.c 76 fprintf(stderr,
102 // fprintf(stderr, "Warning: unknown keysym %s\n", line);
111 //fprintf(stderr, "keypad keysym %04x keycode %d\n", keysym, keycode);
117 //fprintf(stderr,"Setting keysym %s (%d) to %d\n",line,keysym,keycode);
121 fprintf(stderr,
126 fprintf(stderr, "Setting %d: %d,%d\n",
156 fprintf(stderr, "Warning: no scancode found for keysym %d\n",
  /frameworks/base/opengl/tests/angeles/
app-linux.cpp 100 fprintf(stderr,"%s(): egl error 0x%x (%s)\n",
109 fprintf(stderr, "GL Error: 0x%04x\n", (int)error);
118 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error);
144 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
151 fprintf(stderr,"surface = %p\n", surface);
155 fprintf(stderr,"context = %p\n", context);
188 fprintf(stderr, "Graphics initialization failed.\n");
  /system/core/debuggerd/
getevent.c 45 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno));
49 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
53 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));
59 fprintf(stderr, "out of memory\n");
65 fprintf(stderr, "out of memory\n");
107 fprintf(stderr, "could not get event, %s\n", strerror(errno));
210 fprintf(stderr, "could not get event\n");
  /build/tools/atree/
atree.cpp 56 fwrite(USAGE, strlen(USAGE), 1, stderr);
95 fprintf(stderr, "%s: -o may only be supplied once -- "
106 fprintf(stderr, "%s: -m may only be supplied once -- "
114 fprintf(stderr, "%s Invalid expression in '-v %s': "
127 fprintf(stderr, "%s: invalid argument -- %s\n", argv[0], argv[optind]);
132 fprintf(stderr, "%s: At least one -f option must be supplied.\n",
138 fprintf(stderr, "%s: At least one -I option must be supplied.\n",
144 fprintf(stderr, "%s: -o option must be supplied.\n", argv[0]);
295 fprintf(stderr, "error opening manifest file for write: %s\n",
  /external/icu4c/tools/gencnval/
gencnval.c 233 fprintf(stderr,
238 fprintf(stderr,
284 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
294 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
304 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
345 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
349 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
359 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
500 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum);
516 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum)
    [all...]
  /external/icu4c/tools/toolutil/
ucmstate.c 190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error);
237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line);
243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line);
273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue);
283 fprintf(stderr, "ucm error: illegal <mb_cur_max> %s\n", *pValue);
292 fprintf(stderr, "ucm error: illegal <mb_cur_min> %s\n", *pValue);
307 fprintf(stderr, "ucm error: <icu:state> entry for non-MBCS table or before the <uconv_class> line\n");
312 fprintf(stderr, "ucm error: <icu:state> before the <mb_cur_max> line\n");
319 fprintf(stderr, "ucm error: <icu:base> without a base table name\n")
    [all...]
  /system/extras/tests/framebuffer/
mdp_test.c 47 fprintf(stderr, "Unsupported image type: %s\n", type);
135 fprintf(stderr,"active fb swap failed!\n");
199 fprintf(stderr, "Can't parse source\n");
207 fprintf(stderr, "Can't parse dest\n");
215 fprintf(stderr, "Can't parse src image size\n");
223 fprintf(stderr, "Can't parse dst image size\n");
236 fprintf(stderr, "Can't open source file\n");
268 fprintf(stderr, "Usage: %s -s source -d dest\n", argv[0]);
320 fprintf(stderr, "crap, failed blit\n");
  /external/bluetooth/glib/tests/
markup-test.c 88 fprintf (stderr, " %s\n", error->message);
158 fprintf (stderr, "%s\n", error->message);
210 fprintf (stderr, "Give a markup file on the command line\n");
  /external/bluetooth/hcidump/src/
bpasniff.c 271 fprintf(stderr, "Can't allocate buffer for hci%d: %s (%d)\n",
278 fprintf(stderr, "Can't open device hci%d: %s (%d)\n",
290 fprintf(stderr, "Can't set filter for hci%d: %s (%d)\n",
404 fprintf(stderr, "Can't open device hci%d: %s (%d)\n",
410 fprintf(stderr, "Can't get device info for hci%d: %s (%d)\n",
417 fprintf(stderr, "Can't read version info for hci%d: %s (%d)\n",
424 fprintf(stderr, "Can't find sniffer at hci%d: %s (%d)\n",
431 fprintf(stderr, "Can't read revision info for hci%d: %s (%d)\n",
440 fprintf(stderr, "Can't enable sniffer for hci%d: %s (%d)\n",
447 fprintf(stderr, "Can't enable sync for hci%d: %s (%d)\n"
    [all...]
  /external/expat/examples/
outline.c 77 fprintf(stderr, "Couldn't allocate memory for parser\n");
89 fprintf(stderr, "Read error\n");
95 fprintf(stderr, "Parse error at line %" XML_FMT_INT_MOD "u:\n%s\n",
  /external/giflib/
gif_err.c 35 * Print the last GIF error to stderr.
116 fprintf(stderr, "\nGIF-LIB error: %s.\n", Err);
118 fprintf(stderr, "\nGIF-LIB undefined error %d.\n", _GifError);
  /external/icu4c/samples/udata/
writer.c 83 fprintf(stderr, "Error: unable to create data memory, error %d\n", errorCode);
97 fprintf(stderr, "Error: error %d writing the output file\n", errorCode);
104 fprintf(stderr, "Error: data length %ld != calculated size %lu\n", dataLength, size);
  /external/icu4c/tools/genprops/
props2.c 71 fprintf(stderr, "error parsing %s.txt: %s\n", ucdFile, u_errorName(*pErrorCode));
96 fprintf(stderr, "error parsing %s.txt: %s\n", ucdFile, u_errorName(*pErrorCode));
175 fprintf(stderr, "genprops: syntax error in %s.txt field 0 at %s\n", sen->ucdFile, fields[0][0]);
194 fprintf(stderr, "genprops error: unknown %s name in %s.txt field 1 at %s\n",
201 fprintf(stderr, "genprops error: %s value overflow (0x%x) at %s\n",
212 fprintf(stderr, "genprops error: unable to set %s code: %s\n",
232 fprintf(stderr, "error parsing %s.txt: %s\n", sen->ucdFile, u_errorName(*pErrorCode));
343 fprintf(stderr, "genprops: syntax error in %s.txt field 0 at %s\n", bin->ucdFile, fields[0][0]);
363 fprintf(stderr, "genprops error: shift value %d>=32 for %s %s\n",
375 fprintf(stderr, "genprops error: unable to set %s code: %s\n"
    [all...]
  /external/iproute2/lib/
ll_addr.c 65 fprintf(stderr, "\"%s\" is invalid lladdr.\n", arg);
83 fprintf(stderr, "\"%s\" is invalid lladdr.\n", arg);
87 fprintf(stderr, "\"%s\" is invalid lladdr.\n", arg);

Completed in 805 milliseconds

<<11121314151617181920>>