/external/e2fsprogs/lib/ss/ |
list_rqs.c | 50 fprintf (output, "Available %s requests:\n\n",
|
/external/e2fsprogs/misc/ |
tune2fs.c | 104 fprintf(stderr, 194 fprintf(stderr, _("%s is not a journal device.\n"), 322 fprintf(stderr, _("Invalid mount option set: %s\n"), 354 fprintf(stderr, 358 fprintf(stderr, _("Clearing filesystem feature '%s' " 364 fprintf(stderr, _("Setting filesystem feature '%s' " 517 fprintf(stderr, "\n"); 848 fprintf(stderr, "Usage: findfs LABEL=<label>|UUID=<uuid>\n"); 871 fprintf(stderr, 903 fprintf(stderr [all...] |
/external/elfutils/tests/ |
arsymtest.c | 122 fprintf (fp, "%s in %s\n", arsym[narsym].as_name, arhdr->ar_name);
|
/external/icu4c/common/ |
servnotf.cpp | 64 fprintf(stderr, "Listener invalid for this notifier.");
|
/external/icu4c/samples/case/ |
case.cpp | 29 fprintf(stderr, "Could not initialize (finit()) over stdout! \n");
|
/external/icu4c/test/perf/ustrperf/ |
stringperf.cpp | 53 fprintf(stderr, "FAILED: Tests could not be run please check the " 74 //fprintf(stderr,gUsageString, "stringperf"); 78 fprintf(stderr, "FAILED to create UPerfTest object. Error: %s\n", 87 fprintf(stderr, "FAILED to read lines from file and create UPerfTest object. Error: %s\n", u_errorName(status)); 103 fprintf(stderr, "FAILED to read buffer from file and create UPerfTest object. Error: %s\n", u_errorName(status));
|
/external/linux-tools-perf/bench/ |
sched-pipe.c | 123 fprintf(stderr, "Unknown format:%d\n", bench_format);
|
/external/netperf/ |
netcpu_osx.c | 124 fprintf(where, "correction factor: %f\n", correction_factor);
|
/external/qemu/android/utils/ |
timezone.c | 30 # define D(...) do { if (D_ACTIVE) fprintf(stderr, __VA_ARGS__); } while (0) 322 fprintf( stderr, 350 fprintf( stderr, "### WARNING: could not find %s or %s. unable to determine host timezone\n", 384 fprintf( stderr, "### WARNING: can't access '%s', unable to determine host timezone\n",
|
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios_centscreen.c | 72 fprintf(stderr, "No suitable Centscreen modes\n");
|
/external/qemu/hw/ |
goldfish_mmc.c | 221 // fprintf(stderr, "goldfish_mmc_do_command opcode: %s (0x%04X), arg: %d\n", get_command_name(opcode), cmd, arg); 254 fprintf(stderr, "SD card too big (%lld bytes). Maximum SDHC card size is 128 gigabytes.\n", (long long)capacity); 280 fprintf(stderr, "SD card too big (%lld bytes). Maximum SD card size is 2 gigabytes.\n", (long long)capacity); 371 if (arg & 511) fprintf(stderr, "offset %d is not multiple of 512 when reading\n", arg); 388 if (arg & 511) fprintf(stderr, "offset %d is not multiple of 512 when writing\n", arg);
|
/external/quake/quake/src/WinQuake/ |
host_cmd.cpp | 532 fprintf (f, "%i\n", SAVEGAME_VERSION); 534 fprintf (f, "%s\n", comment); 536 fprintf (f, "%f\n", svs.clients->spawn_parms[i]); 537 fprintf (f, "%d\n", current_skill); 538 fprintf (f, "%s\n", sv.name); 539 fprintf (f, "%f\n",sv.time); 546 fprintf (f, "%s\n", sv.lightstyles[i]); 548 fprintf (f,"m\n"); 735 fprintf (f, "%i\n", SAVEGAME_VERSION); 737 fprintf (f, "%s\n", comment) [all...] |
/external/strace/ |
util.c | 232 fprintf(stderr, "strace: ptrace(PTRACE_%s,1,%d): %s\n", 614 fprintf(stderr, "out of memory\n"); 680 fprintf(stderr, "out of memory\n"); 717 fprintf(stderr, "out of memory\n"); 1491 fprintf(stderr, "PANIC: TCB already set in pid %u\n", tcp->pid); [all...] |
/external/valgrind/main/drd/tests/ |
pth_barrier.c | 94 fprintf(stderr, "Could not create thread #%d (of %d): %s\n",
|
/external/valgrind/main/none/tests/ |
mq.c | 69 fprintf(stderr, "Message corrupt!");
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLFormattingElementList.cpp | 126 fprintf(stderr, "marker\n");
|
/external/webkit/Tools/WebKitTestRunner/qt/ |
TestControllerQt.cpp | 70 fprintf(stderr, "FAIL: TestControllerRunLoop timed out.\n");
|
/external/webkit/Tools/mangleme/ |
mangle.cgi.c | 115 fprintf(stderr,"[%u] Mangle attempt 0x%08x (%s) -- %s\n", (int)time(0), seed, getenv("HTTP_USER_AGENT"), getenv("REMOTE_ADDR"));
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_winpcap.c | 177 fprintf(stderr, "pcap_open_live: %s\n", pcap_err); 178 fprintf(stderr, "ifname='%s'\n", l2->ifname); 189 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap)); 194 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap));
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_winpcap.c | 171 fprintf(stderr, "pcap_open_live: %s\n", pcap_err); 172 fprintf(stderr, "ifname='%s'\n", l2->ifname); 183 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap)); 188 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap));
|
/frameworks/base/tools/aidl/ |
generate_java.cpp | 89 fprintf(stderr, "unable to open %s for write\n", filename.c_str());
|
/frameworks/native/opengl/tests/gl_basic/ |
gl_basic.cpp | 35 fprintf(stderr, "GL %s = %s\n", name, v); 150 fprintf(stderr, "%s() returned %d\n", op, returnVal); 155 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), 269 fprintf(stderr, "Window dimensions: %d x %d\n", w, h);
|
/frameworks/wilhelm/tests/sandbox/ |
monkey.c | 244 fprintf(stderr, "Unknown option %s\n", arg); 263 fprintf(stderr, "No matching transitions in state %d\n", currentState); 268 fprintf(stderr, "Found at least one matching transition in state %d, " 290 fprintf(stderr, "This shouldn't happen\n");
|
/gdk/samples/quake/jni/ |
host_cmd.cpp | 532 fprintf (f, "%i\n", SAVEGAME_VERSION); 534 fprintf (f, "%s\n", comment); 536 fprintf (f, "%f\n", svs.clients->spawn_parms[i]); 537 fprintf (f, "%d\n", current_skill); 538 fprintf (f, "%s\n", sv.name); 539 fprintf (f, "%f\n",sv.time); 546 fprintf (f, "%s\n", sv.lightstyles[i]); 548 fprintf (f,"m\n"); 735 fprintf (f, "%i\n", SAVEGAME_VERSION); 737 fprintf (f, "%s\n", comment) [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
dhdu_linux.c | 82 fprintf(stderr, "%s: ", dhdu_av0); 201 fprintf(stderr, "devnode already opened!\n"); 245 fprintf(stderr, "Version mismatch, please upgrade\n"); 394 fprintf(stderr, "%s: dhd driver adapter not found\n", av0);
|