HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 851 - 875 of 2586) sorted by null

<<31323334353637383940>>

  /external/blktrace/
stats.h 90 return fprintf(fp, "%s: num %Ld, min %Ld, max %Ld, sum %Ld, squ %Ld, "
144 fprintf(fp, "%s:\n", s);
146 fprintf(fp, " %10ld:%6d",
149 fprintf(fp, "\n");
151 fprintf(fp, " >%8ld:%6d\n",
  /external/e2fsprogs/e2fsck/
region.c 161 fprintf(f, "Printing region (min=%d. max=%d)\n\t", region->min,
164 fprintf(f, "(%d, %d) ", r->start, r->end);
166 fprintf(f, "\n\t");
168 fprintf(f, "\n");
189 fprintf(stderr, "Couldn't create region.\n");
  /external/e2fsprogs/lib/ext2fs/
finddev.c 173 fprintf(stderr, "Usage: %s device_number\n", argv[0]);
174 fprintf(stderr, "\t: %s major minor\n", argv[0]);
180 fprintf(stderr, errmsg, "device number", argv[1]);
186 fprintf(stderr, errmsg, "major number", argv[1]);
191 fprintf(stderr, errmsg, "minor number", argv[2]);
  /external/e2fsprogs/misc/
findsuper.c 107 fprintf(stderr,
152 fprintf(stderr,_("skipbytes should be a number, not %s\n"), s);
158 fprintf(stderr,
165 fprintf(stderr,
172 fprintf(stderr, _("startkb should be positive, not %Lu\n"), sk);
  /external/iproute2/tc/
m_nat.c 29 fprintf(stderr, "Usage: ... nat NAT\n"
100 fprintf(stderr, "Illegal nat construct (%s) \n",
149 fprintf(stderr, "Pedit: Illegal \"index\"\n");
183 fprintf(f, "[NULL nat parameters]");
191 fprintf(f, " nat %s %s/%d %s %s", sel->flags & TCA_NAT_FLAG_EGRESS ?
  /external/libpcap/
pcap-enet.c 120 (void) fprintf(stderr, "tcpdump: ");
137 fprintf(stderr, "%d packets queued", es.enStat_Rcnt);
139 fprintf(stderr, ", %d dropped", es.enStat_Rdrops);
141 fprintf(stderr, ", %d tcpdump %s", es.enStat_Reads,
144 fprintf(stderr, ", %d packets in largest read",
  /external/openssh/
kexgexc.c 84 fprintf(stderr, "\nmin = %d, nbits = %d, max = %d\n",
109 fprintf(stderr, "pub= ");
111 fprintf(stderr, "\n");
141 fprintf(stderr, "dh_server_pub= ");
143 fprintf(stderr, "\n");
  /external/tinyalsa/
tinycap.c 84 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-c channels] "
91 fprintf(stderr, "Unable to create file '%s'\n", argv[1]);
189 fprintf(stderr, "Unable to open PCM device (%s)\n",
197 fprintf(stderr, "Unable to allocate %d bytes\n", size);
207 fprintf(stderr,"Error capturing sample\n");
tinymix.c 59 fprintf(stderr, "Failed to open mixer\n");
128 fprintf(stderr, "Invalid mixer control\n");
188 fprintf(stderr, "Error: invalid value\n");
195 fprintf(stderr, "Error: invalid enum value\n");
197 fprintf(stderr, "Error: only enum types can be set with strings\n");
  /system/core/toolbox/
cat.c 70 if (fprintf(stdout,
76 if (fprintf(stdout,
84 if (fprintf(stdout, "%6d\t", ++line) < 0) {
181 fprintf(stderr,"%s: invalid length\n", filename);
263 fprintf(stderr,
  /external/strace/
strace.c 174 fprintf(ofp, "\
233 fprintf(stderr, "%s: fcntl F_GETFD: %s\n",
244 fprintf(stderr, "%s: fcntl F_SETFD: %s\n",
264 fprintf(stderr, "%s: setreuid: %s\n",
284 fprintf(stderr, "%s: can't fopen '%s': %s\n",
314 fprintf(stderr, "%s: pipe: %s\n",
330 fprintf(stderr, "%s: fork: %s\n",
350 fprintf(stderr, "%s: dup2: %s\n",
355 fprintf(stderr, "%s: execl: %s: %s\n",
423 fprintf(stderr, "trouble opening proc file\n")
    [all...]
  /external/icu4c/i18n/
gregoimp.cpp 191 fprintf(stderr, "%p: CalendarData(%s, %s, %s) -> main(%p, %s)=%s, fallback(%p, %s)=%s\n",
199 fprintf(stderr, "%p: CalendarData(%s, %s, %s) -> main(%p, %s)=%s, fallback = NULL\n",
221 fprintf(stderr, "%p: get %s -> %s - from MAIN %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
228 fprintf(stderr, "%p: get %s -> %s - from FALLBACK %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
241 fprintf(stderr, "%p: //\n");
247 fprintf(stderr, "%p: get %s/format/%s -> %s - from MAIN %s\n", this, key, subKey, u_errorName(status), ures_getLocale(fFillin, &status));
256 fprintf(stderr, "%p: get %s/format/%s -> %s - from FALLBACK %s\n",this, key, subKey, u_errorName(status), ures_getLocale(fFillin,&status));
264 // fprintf(stderr, "%p: - attempting fallback -\n", this);
280 // fprintf(stderr, "%p: trying %s/format/default -> \"%s\"\n",this, key, kwBuf);
288 // fprintf(stderr, "%p: could not load %s/format/default - fail out (%s)\n",this, key, kwBuf, u_errorName(s (…)
    [all...]
  /frameworks/base/tools/aidl/
aidl_language_y.y 70 fprintf(stderr, "%s:%d: syntax error don't know what to do with \"%s\"\n", g_currentFilename,
94 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name.\n",
99 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name, saw \"%s\".\n",
115 fprintf(stderr, "%s:%d syntax error in flattenable declaration. Expected type name.\n",
120 fprintf(stderr, "%s:%d syntax error in flattenable declaration. Expected type name, saw \"%s\".\n",
176 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
181 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
203 fprintf(stderr, "%s:%d: syntax error before ';' (expected method declaration)\n",
258 fprintf(stderr, "%s:%d: syntax error in parameter list\n", g_currentFilename, $1.buffer.lineno);
309 fprintf(stderr, "%s:%d: %s\n", g_currentFilename, yylineno, errstr)
    [all...]
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 35 // fprintf(stderr, "printGLString %s, %d\n", name, s);
38 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error,
41 // fprintf(stderr, "GL %s = %s\n", name, v);
43 // fprintf(stderr, "GL %s = (null) 0x%08x\n", name, (unsigned int) v);
44 fprintf(stderr, "GL %s = %s\n", name, v);
49 fprintf(stderr, "%s() returned %d\n", op, returnVal);
54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
62 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
90 fprintf(stderr, "Could not compile shader %d:\n%s\n",
129 fprintf(stderr, "Could not link program:\n%s\n", buf)
    [all...]
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 37 // fprintf(stderr, "printGLString %s, %d\n", name, s);
40 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error,
43 // fprintf(stderr, "GL %s = %s\n", name, v);
45 // fprintf(stderr, "GL %s = (null) 0x%08x\n", name, (unsigned int) v);
46 fprintf(stderr, "GL %s = %s\n", name, v);
51 fprintf(stderr, "%s() returned %d\n", op, returnVal);
56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
64 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
101 fprintf(stderr, "yuvTexBuffer->lock(...) failed: %d\n", err);
126 fprintf(stderr, "yuvTexBuffer->unlock() failed: %d\n", err)
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/
misc_cmds.c 241 fprintf(stderr, "Fail to read ini file\n");
248 fprintf(stderr, "Fail to create reference NVS file\n");
291 fprintf(stderr, "Fail to create reference NVS file\n");
322 fprintf(stderr, "Fail to read ini file\n");
333 fprintf(stderr, "Fail to update NVS file\n");
363 fprintf(stderr, "Fail to dump NVS file\n");
387 fprintf(stderr, "Missing argument\n");
398 fprintf(stderr, "Fail to set AutoFEM\n");
422 fprintf(stderr, "Missing argument\n");
433 fprintf(stderr, "Fail to set AutoFEM\n")
    [all...]
  /external/qemu/
vl-android.c 424 #define PANIC(...) do { fprintf(stderr, __VA_ARGS__); \
474 fprintf(stderr, "unused inb: port=0x%04x\n", address);
482 fprintf(stderr, "unused outb: port=0x%04x data=0x%02x\n", address, data);
506 fprintf(stderr, "unused inl: port=0x%04x\n", address);
514 fprintf(stderr, "unused outl: port=0x%04x data=0x%02x\n", address, data);
544 fprintf(stderr, "Cannot close old_log fd\n");
550 fprintf(stderr, "The log filename to be rotated is not provided");
556 fprintf(stderr, "Cannot open the log file: %s for write.\n",
636 fprintf(stderr,"-- start tracing --\n");
651 fprintf(stderr,"-- stop tracing --\n")
    [all...]
  /external/icu4c/tools/toolutil/
ucm.c 47 fprintf(f, "<U%04lX>", (long)codePoints[j]);
53 fprintf(f, "\\x%02X", bytes[j]);
57 fprintf(f, " |%u\n", m->f);
245 fprintf(stderr, "ucm error: unable to allocate reverseMap\n");
259 fprintf(stderr, "ucm error: sortTable()/uprv_sortArray() fails - %s\n",
371 fprintf(stderr,
396 fprintf(stderr,
488 fprintf(stderr,
513 fprintf(stderr,
559 fprintf(stderr, "ucm error: the base table contains mappings without precision flags\n")
    [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...]
  /dalvik/vm/
Profile.cpp 291 fprintf(fp, "%d\t%s\n", thread->threadId, threadName.c_str());
314 fprintf(fp, "0x%08x\t%s\t%s\t%s\t%s\t%d\n", (int) meth,
327 fprintf(fp, "0x%08x\t%s\t%s\t%s\t%s\t%d\n", (int) meth,
660 fprintf(state->traceFile, "%cversion\n", TOKEN_CHAR);
661 fprintf(state->traceFile, "%d\n", state->traceVersion);
662 fprintf(state->traceFile, "data-file-overflow=%s\n",
666 fprintf(state->traceFile, "clock=dual\n");
668 fprintf(state->traceFile, "clock=thread-cpu\n");
671 fprintf(state->traceFile, "clock=wall\n");
673 fprintf(state->traceFile, "elapsed-time-usec=%llu\n", elapsed)
    [all...]
  /external/tinyxml/
tinyxml.cpp 771 fprintf( cfile, " " );
774 fprintf( cfile, "<%s", value.c_str() );
779 fprintf( cfile, " " );
790 fprintf( cfile, " />" );
794 fprintf( cfile, ">" );
796 fprintf( cfile, "</%s>", value.c_str() );
800 fprintf( cfile, ">" );
806 fprintf( cfile, "\n" );
810 fprintf( cfile, "\n" );
812 fprintf( cfile, " " )
    [all...]
  /external/grub/lib/
getopt.c 684 fprintf (stderr, _("%s: option `%s' is ambiguous\n"),
708 fprintf (stderr,
713 fprintf (stderr,
730 fprintf (stderr,
760 fprintf (stderr, _("%s: unrecognized option `--%s'\n"),
764 fprintf (stderr, _("%s: unrecognized option `%c%s'\n"),
790 fprintf (stderr, _("%s: illegal option -- %c\n"),
793 fprintf (stderr, _("%s: invalid option -- %c\n"),
823 fprintf (stderr, _("%s: option requires an argument -- %c\n"),
870 fprintf (stderr, _("%s: option `-W %s' is ambiguous\n")
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt.c 666 fprintf (stderr, _("%s: option `%s' is ambiguous\n"),
689 fprintf (stderr,
694 fprintf (stderr,
711 fprintf (stderr,
741 fprintf (stderr, _("%s: unrecognized option `--%s'\n"),
745 fprintf (stderr, _("%s: unrecognized option `%c%s'\n"),
771 fprintf (stderr, _("%s: illegal option -- %c\n"),
774 fprintf (stderr, _("%s: invalid option -- %c\n"),
804 fprintf (stderr, _("%s: option requires an argument -- %c\n"),
851 fprintf (stderr, _("%s: option `-W %s' is ambiguous\n")
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 846 fprintf (File, "%d.%d-%d.%d", \
868 # define YYFPRINTF fprintf
999 fprintf (stderr, " $%d = ", yyi + 1);
1003 fprintf (stderr, "\n");
    [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...]

Completed in 1096 milliseconds

<<31323334353637383940>>