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

<<11121314151617181920>>

  /external/iproute2/tc/
q_netem.c 30 fprintf(stderr,
42 fprintf(stderr, "Illegal \"%s\"\n", arg);
69 fprintf(stderr, "No distribution data for %s (%s: %s)\n",
86 fprintf(stderr, "%s: too much data\n",
119 fprintf(stderr, "Illegal %u time (too large)\n", t);
253 fprintf(stderr, "What is \"%s\"?\n", *argv);
264 fprintf(stderr, "reordering not possible without specifying some delay\n");
269 fprintf(stderr, "gap specified without reorder probability\n");
275 fprintf(stderr, "distribution specified but no latency and jitter values\n");
319 fprintf(stderr, "options size error\n")
    [all...]
m_pedit.c 38 fprintf(stderr, "Usage: ... pedit munge <MUNGE>\n");
39 fprintf(stderr,
68 fprintf(stderr, "Unknown action hence option \"%s\" is unparsable\n", *argv);
130 fprintf(stderr, "offsets MUST be in 32 bit boundaries\n");
149 fprintf(stderr,
176 fprintf(stderr, "pack_key16 bad value\n");
183 fprintf(stderr, "pack_key16 bad index value %d\n",ind);
219 fprintf(stderr, "pack_key8 bad value (val %x mask %x\n", tkey->val, tkey->mask);
443 fprintf(stderr,"bad pedit parsing\n");
477 fprintf(stderr, "while pedit (%d:%s)\n",argc, *argv)
    [all...]
  /external/openssl/crypto/engine/
eng_openssl.c 214 * TEST_ENC_OPENSSL_RC4_OTHERS - print a one line message to stderr each time
216 * TEST_ENG_OPENSSL_RC4_P_INIT - print a one line message to stderr each time
233 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n");
244 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_cipher() called\n");
294 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) returning NULL for "
312 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n");
319 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n");
326 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_final() called\n");
360 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) returning NULL for "
376 fprintf(stderr, "(TEST_ENG_OPENSSL_PKEY)Loading Private key %s\n", key_id)
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 276 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
278 fprintf(stderr, "\n"
296 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
302 fprintf(stderr, PROGNAME
307 fprintf(stderr, PROGNAME
311 fprintf(stderr, PROGNAME ": insufficient memory\n");
314 fprintf(stderr, PROGNAME
323 fprintf(stderr, PROGNAME ": can't open X display [%s]\n",
334 fprintf(stderr, PROGNAME ": aborting.\n");
362 fprintf(stderr, PROGNAM
    [all...]
  /external/icu4c/tools/gensprep/
store.c 204 fprintf(stderr, "error: failed to initialize tries\n");
289 fprintf(stderr,"trieWord cannot contain value greater than 0x%04X.\n",_SPREP_TYPE_THRESHOLD);
303 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint);
310 fprintf(stderr,"Could not set the value for code point.\n");
319 fprintf(stderr, "Too many entries in the mapping table %i. Maximum allowed is %i\n", currentIndex+value->length, _SPREP_MAX_INDEX_VALUE);
338 fprintf(stderr, "Could not realloc the mapping data!\n");
400 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint);
420 fprintf(stderr,"Could not set the value for code point.\n");
426 fprintf(stderr,"trieWord cannot contain value greater than threshold 0x%04X.\n",_SPREP_TYPE_THRESHOLD);
441 fprintf(stderr,"The second bit in the trie word is not zero while storing a delta.\n")
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 17 #include "stdio.h" /* for stdout, stderr, perror */
204 (void) fprintf(stderr, "\n%s: ", progname);
205 (void) fprintf(stderr, tformat(), *tp);
206 (void) fprintf(stderr, " ->");
207 (void) fprintf(stderr, " year=%d", tmp->tm_year);
208 (void) fprintf(stderr, " mon=%d", tmp->tm_mon);
209 (void) fprintf(stderr, " mday=%d", tmp->tm_mday);
210 (void) fprintf(stderr, " hour=%d", tmp->tm_hour);
211 (void) fprintf(stderr, " min=%d", tmp->tm_min);
212 (void) fprintf(stderr, " sec=%d", tmp->tm_sec)
    [all...]
  /external/icu4c/tools/genbidi/
store.c 171 fprintf(stderr, "genbidi error: too many long-distance mirroring mappings\n");
191 fprintf(stderr, "genbidi error: unable to set mirroring delta, code: %s\n",
249 fprintf(stderr,
261 fprintf(stderr,
309 fprintf(stderr, "genbidi error: unable to create a UNewTrie\n");
317 fprintf(stderr, "genbidi error: unable to set trie value (overflow)\n");
324 fprintf(stderr, "genbidi error: Joining_Group for out-of-range code points U+%04lx..U+%04lx\n",
355 fprintf(stderr, "genbidi error: utrie_serialize failed: %s (length %ld)\n", u_errorName(errorCode), (long)trieSize);
388 stderr,
401 stderr,
    [all...]
  /external/icu4c/tools/genrb/
genrb.c 106 fprintf(stderr, "%s: error in command line argument \"%s\"\n", argv[0], argv[-argc]);
112 fprintf(stderr,
124 fprintf(stderr,
129 fprintf(stderr,
136 fprintf(stderr,
143 fprintf(stderr,
149 fprintf(stderr,
157 fprintf(stderr,
216 fprintf(stderr, "%s: can not initialize ICU. status = %s\n",
368 fprintf(stderr, "couldn't open file %s\n", openFileName == NULL ? filename : openFileName)
    [all...]
  /frameworks/base/cmds/servicemanager/
binder.c 30 fprintf(stderr,"%04x:", count);
31 fprintf(stderr," %02x %c", *data,
35 fprintf(stderr,"\n");
38 fprintf(stderr,"\n");
47 fprintf(stderr," target %p cookie %p code %08x flags %08x\n",
49 fprintf(stderr," pid %8d uid %8d data %8d offs %8d\n",
54 fprintf(stderr," - type %08x flags %08x ptr %p cookie %p\n",
106 fprintf(stderr,"binder: cannot open device (%s)\n",
114 fprintf(stderr,"binder: cannot map device (%s)\n",
154 fprintf(stderr,"binder_write: ioctl failed (%s)\n"
    [all...]
  /external/qemu/
vl-android.c 371 fprintf(stderr, "unused inb: port=0x%04x\n", address);
379 fprintf(stderr, "unused outb: port=0x%04x data=0x%02x\n", address, data);
403 fprintf(stderr, "unused inl: port=0x%04x\n", address);
411 fprintf(stderr, "unused outl: port=0x%04x data=0x%02x\n", address, data);
557 fprintf(stderr, "qemu: hardware error: ");
558 vfprintf(stderr, fmt, ap);
559 fprintf(stderr, "\n");
561 fprintf(stderr, "CPU #%d:\n", env->cpu_index);
563 cpu_dump_state(env, stderr, fprintf, X86_DUMP_FPU);
565 cpu_dump_state(env, stderr, fprintf, 0)
    [all...]
osdep.c 120 fprintf(stderr,
124 fprintf(stderr, "To have more space available provided you have enough RAM and swap, do as root:\n"
128 fprintf(stderr,
133 fprintf(stderr, "Or disable the accelerator module with -no-kqemu\n");
141 fprintf(stderr,
150 fprintf(stderr, "Could not create temporary memory file '%s'\n",
165 fprintf(stderr, "Could not map physical memory\n");
vl.c 330 fprintf(stderr, "unused inb: port=0x%04x\n", address);
338 fprintf(stderr, "unused outb: port=0x%04x data=0x%02x\n", address, data);
362 fprintf(stderr, "unused inl: port=0x%04x\n", address);
370 fprintf(stderr, "unused outl: port=0x%04x data=0x%02x\n", address, data);
516 fprintf(stderr, "qemu: hardware error: ");
517 vfprintf(stderr, fmt, ap);
518 fprintf(stderr, "\n");
520 fprintf(stderr, "CPU #%d:\n", env->cpu_index);
522 cpu_dump_state(env, stderr, fprintf, X86_DUMP_FPU);
524 cpu_dump_state(env, stderr, fprintf, 0)
    [all...]
  /dalvik/vm/
StdioConverter.c 17 * Thread that reads from stdout/stderr and converts them to log messages.
31 * Hold our replacement stdout/stderr.
54 * Crank up the stdout/stderr converter thread.
87 /* don't redirect stderr on sim -- logs get written there! */
142 * Select on stdout/stderr pipes, waiting for activity.
188 LOGE("select on stdout/stderr failed\n");
202 "stderr");
  /external/openssl/crypto/pkcs12/
p12_key.c 129 fprintf(stderr, "KEYGEN DEBUG\n");
130 fprintf(stderr, "ID %d, ITER %d\n", id, iter);
131 fprintf(stderr, "Password (length %d):\n", passlen);
133 fprintf(stderr, "Salt (length %d):\n", saltlen);
176 fprintf(stderr, "Output KEY (length %d)\n", tmpn);
209 for (; len --; p++) fprintf(stderr, "%02X", *p);
210 fprintf(stderr, "\n");
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.c 142 fprintf(stderr, "Wrote %d bytes of audio data\n", mixlen);
212 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
310 fprintf(stderr, "Requesting %d fragments of size %d\n",
319 fprintf(stderr, "fragments = %d\n", info.fragments);
320 fprintf(stderr, "fragstotal = %d\n", info.fragstotal);
321 fprintf(stderr, "fragsize = %d\n", info.fragsize);
322 fprintf(stderr, "bytes = %d\n", info.bytes);
  /external/wpa_supplicant/
l2_packet_freebsd.c 111 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
112 fprintf(stderr, "ifname='%s'\n", l2->ifname);
117 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
129 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap));
134 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap));
147 fprintf(stderr, "%s: cannot enable immediate mode on "
216 fprintf(stderr, "Failed to get link-level address for "
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_freebsd.c 114 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
115 fprintf(stderr, "ifname='%s'\n", l2->ifname);
120 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
132 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap));
137 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap));
150 fprintf(stderr, "%s: cannot enable immediate mode on "
219 fprintf(stderr, "Failed to get link-level address for "
  /system/core/adb/
adb.c 48 fprintf(stderr, "error: ");
49 vfprintf(stderr, fmt, ap);
50 fprintf(stderr, "\n");
59 fprintf(stderr, "error: %s: ", strerror(errno));
60 vfprintf(stderr, fmt, ap);
61 fprintf(stderr, "\n");
180 fprintf(stderr, "%s: %s %08x %08x %04x \"",
192 fputc(*x, stderr);
194 fputc('.', stderr);
198 fprintf(stderr, tag)
    [all...]
  /system/extras/tests/bionic/libc/other/
test_zlib.c 150 fprintf(stderr, "usage: test_zlib [options] filename [filename2 ...]\n" );
151 fprintf(stderr, "options: -r NN repeat count (default %d)\n", DEFAULT_REPEAT );
152 fprintf(stderr, " -N set compression level (default %d)\n", DEFAULT_LEVEL );
163 fprintf(stderr, "clock_gettime: %s\n", strerror(errno) );
169 fprintf(stderr, "gettimeofday: %s\n", strerror(errno) );
226 fprintf(stderr, "could not open '%s': %s\n", argv[1], strerror(errno) );
237 fprintf(stderr, "could not create '%s': %s\n", tempfile, strerror(errno));
  /external/clearsilver/mod_ecs/
mod_ecs.c 141 fprintf (stderr, "h_getline: [%d] %s\n", ret, buf);
199 fprintf (stderr, "wrap_write (%s, %d)\n", buf, len);
211 fprintf (stderr, "ap_scan_script_header_err_core\n%s\n", wrap->hbuf.buf);
216 fprintf (stderr, "ap_scan_script_header_err_core.. done\n");
242 fprintf (stderr, "ap_send_http_header\n");
246 fprintf (stderr, "ap_send_http_header.. done\n");
257 fprintf (stderr, "ap_rwrite(%s,%d)\n", buf, len);
261 fprintf (stderr, "ap_rwrite.. done\n");
282 fprintf (stderr, "wrap_read (%s, %d)\n", buf, len);
291 fprintf (stderr, "done ap_get_client_block\n")
    [all...]
  /external/icu4c/tools/makeconv/
makeconv.c 133 fprintf(stderr, "Couldn't create the udata %s.%s: %s\n",
160 fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)size);
217 fprintf(stderr,
224 FILE *stdfile=argc<0 ? stderr : stdout;
290 fprintf(stderr, "%s\n", u_errorName(U_BUFFER_OVERFLOW_ERROR));
332 fprintf(stderr, "Error creating converter for \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
360 fprintf(stderr, "Warning: %s%s claims to be '%s'\n",
368 fprintf(stderr,
385 fprintf(stderr, "Error writing \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
397 fflush(stderr);
    [all...]
  /system/core/toolbox/
dd.c 129 fprintf(stderr, "usage: dd [operand ...]\n");
165 fprintf(stderr, "%s: cannot open for read: %s\n",
178 fprintf(stderr,
202 fprintf(stderr, "%s: cannot open for write: %s\n",
254 fprintf(stderr, "case conv and -DNO_CONV\n");
292 fprintf(stderr, "%s: cannot fstat: %s\n",
325 fprintf(stderr, "dupfd IO: %s\n", strerror(errno));
372 fprintf(stderr, "%s: read error: %s\n",
388 fprintf(stderr, "%s: seek error: %s\n",
477 fprintf(stderr, "fsync stdout: %s\n", strerror(errno))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 387 fprintf(stderr, "Checked mode %dx%d at %d bpp, got mode %dx%d at %d bpp\n", *w, *h, (index+1)*8, vinfo->xres, vinfo->yres, vinfo->bits_per_pixel);
409 fprintf(stderr, "We already have mode %dx%d at %d bytes per pixel\n", w, h, index+1);
427 fprintf(stderr, "No valid timing line for mode %dx%d\n", w, h);
444 fprintf(stderr, "Adding mode %dx%d at %d bytes per pixel\n", w, h, index+1);
752 fprintf(stderr, "Printing vinfo:\n");
753 fprintf(stderr, "\txres: %d\n", vinfo->xres);
754 fprintf(stderr, "\tyres: %d\n", vinfo->yres);
755 fprintf(stderr, "\txres_virtual: %d\n", vinfo->xres_virtual);
756 fprintf(stderr, "\tyres_virtual: %d\n", vinfo->yres_virtual);
757 fprintf(stderr, "\txoffset: %d\n", vinfo->xoffset)
    [all...]
  /external/strace/
strace.c 159 -o file -- send trace output to FILE instead of stderr\n\
204 outf = stderr;
274 fprintf(stderr, "%s: Invalid process id: %s\n",
279 fprintf(stderr, "%s: I'm sorry, I can't let you do that, Dave.\n", progname);
283 fprintf(stderr, "%s: out of memory\n",
293 fprintf(stderr,
307 fprintf(stderr, "%s: out of memory\n",
313 usage(stderr, 1);
319 usage(stderr, 1);
326 fprintf(stderr,
    [all...]
  /development/simulator/app/
MyApp.cpp 109 * Set stderr while we're at it.
112 setvbuf(stderr, NULL, _IONBF, 0);
180 fprintf(stderr, "Sim: ERROR: prefs save to '%s' failed\n",
237 fprintf(stderr,
302 fprintf(stderr, "WARNING: unknown sim option '%c'\n", ic);
332 fprintf(stderr, "getcwd() failed\n");
349 fprintf(stderr, "WARNING: unable to chdir to '%s' from '%s'\n",
388 fprintf(stderr, "ERROR: unable to open '%s'\n",
393 fprintf(stderr, "Failed loading config file '%s'\n",
418 fprintf(stderr, "Failed loading config file '%s'\n"
    [all...]

Completed in 4864 milliseconds

<<11121314151617181920>>