/system/core/toolbox/ |
iftop.c | 117 fprintf(stderr, "reading " PROC_NET_DEV " returned premature EOF\n"); 125 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 130 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 145 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 164 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 223 fprintf(stderr, "usage: %s [ -r repeats] [ -d delay ]\n", cmd); 235 fprintf(stderr, "Option -d requires an argument.\n"); 245 fprintf(stderr, "Option -r requires an argument.\n");
|
vmstat.c | 85 fprintf(stderr, "Option -n requires an argument.\n"); 93 fprintf(stderr, "Option -d requires an argument.\n"); 101 fprintf(stderr, "Option -r requires an argument.\n"); 111 fprintf(stderr, "Invalid argument \"%s\".\n", argv[i]); 142 fprintf(stderr, "vmstat: could not read /proc/meminfo: %s\n", strerror(error)); 148 fprintf(stderr, "vmstat: could not read /proc/stat: %s\n", strerror(error)); 154 fprintf(stderr, "vmstat: could not read /proc/vmstat: %s\n", strerror(error)); 240 fprintf(stderr, "Usage: %s [ -h ] [ -n iterations ] [ -d delay ] [ -r header_repeat ]\n"
|
/system/extras/tests/bionic/libc/bionic/ |
test_getgrouplist.c | 47 fprintf(stderr, "getgrouplist() returned %d (expecting 1), ngroups=%d\n", 52 fprintf(stderr, "getgrouplist() returned group %d (expecting %d)\n",
|
/system/extras/tests/bionic/libc/other/ |
test_thread_max.c | 36 fprintf(stderr, "thread %ld\n", (long)arg ); 54 fprintf(stderr, "could not create thread %d\n", count);
|
/build/libs/host/ |
CopyFile.c | 127 fprintf(stderr, 135 fprintf(stderr, 140 fprintf(stderr, "acp: partial write to '%s' (%zd of %zd)\n", 218 fprintf(stderr, 223 fprintf(stderr, "acp: unable to stat destination '%s'\n", dst); 229 fprintf(stderr, "acp: '%s' and '%s' are the same file\n", 245 fprintf(stderr, "acp: unable to open '%s': %s\n", src, strerror(errno)); 256 fprintf(stderr, 273 fprintf(stderr, "acp: unable to remove '%s': %s\n", 285 fprintf(stderr, "acp: unable to open '%s': %s\n" [all...] |
/build/tools/atree/ |
fs.cpp | 34 fprintf(stderr, "error deleting file %s (%s)\n", path.c_str(), 49 fprintf(stderr, "error getting directory contents %s (%s)\n", 98 fprintf(stderr, "error deleting directory %s (%s)\n", path.c_str(), 125 fprintf(stderr, "can't create directory %s (%s)\n", 131 fprintf(stderr, "can't create directory %s because %s is a file.\n", 178 fprintf(stderr, "Invalid ATREE_STRIP command '%s'\n", strip_cmd);
|
/cts/apps/cts-usb-accessory/ |
cts-usb-accessory.c | 87 fprintf(stderr, "usb_device_open failed\n"); 118 fprintf(stderr, "Interface not found\n"); 122 fprintf(stderr, "Endpoints not found\n"); 127 fprintf(stderr, "usb_device_claim_interface failed errno: %d\n", errno); 150 fprintf(stderr, "Failed to read protocol version\n"); 187 fprintf(stderr, "usb_host_init failed");
|
/external/checkpolicy/ |
policy_scan.l | 264 fprintf(stderr, "%s:%ld:", 267 fprintf(stderr, "(unknown source)::"); 268 fprintf(stderr, "ERROR '%s' at token '%s' on line %ld:\n%s\n%s\n", 280 fprintf(stderr, "%s:%ld:", 283 fprintf(stderr, "(unknown source)::"); 284 fprintf(stderr, "WARNING '%s' at token '%s' on line %ld:\n%s\n%s\n",
|
/external/icu4c/test/perf/utrie2perf/ |
utrie2perf.cpp | 127 fprintf(stderr, "error: unorm_quickCheck(UNORM_FCD) failed: %s\n", 147 fprintf(stderr, "error: unorm_quickCheck(UNORM_FCD) failed: %s\n", 166 fprintf(stderr, "error: bogus result from unorm_checkFCDUTF8()\n"); 197 fprintf(stderr, "error: unorm_normalize(UNORM_NFC) failed: %s\n", 225 fprintf(stderr, "error: GetBiDiClass() did not collect bits\n"); 255 fprintf(stderr, "FAILED: Tests could not be run please check the "
|
/external/iproute2/ip/ |
rtmon.c | 61 fprintf(stderr, "Usage: rtmon file FILE [ all | LISTofOBJECTS]\n"); 62 fprintf(stderr, "LISTofOBJECTS := [ link ] [ address ] [ route ]\n"); 93 fprintf(stderr, "Protocol ID \"%s\" is unknown, try \"rtmon help\".\n", argv[1]); 125 fprintf(stderr, "Argument \"%s\" is unknown, try \"rtmon help\".\n", argv[1]); 132 fprintf(stderr, "Not enough information: argument \"file\" is required\n"); 167 fprintf(stderr, "Dump terminated\n");
|
iprule.c | 35 fprintf(stderr, "Usage: ip rule [ list | add | del | flush ] SELECTOR ACTION\n"); 36 fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n"); 37 fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ]\n"); 38 fprintf(stderr, "ACTION := [ table TABLE_ID ]\n"); 39 fprintf(stderr, " [ prohibit | reject | unreachable ]\n"); 40 fprintf(stderr, " [ realms [SRCREALM/]DSTREALM ]\n"); 41 fprintf(stderr, " [ goto NUMBER ]\n"); 42 fprintf(stderr, "TABLE_ID := [ local | main | default | NUMBER ]\n"); 206 fprintf(stderr, "\"ip rule show\" does not take any arguments.\n"); 216 fprintf(stderr, "Dump terminated\n") [all...] |
/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", 146 putc('\n', stderr);
|
/external/libvorbis/vq/ |
latticebuild.c | 71 fprintf(stderr,"Need a lattice description file on the command line.\n"); 82 fprintf(stderr,"Could not open input file %s\n",filename); 100 fprintf(stderr,"Syntax error reading description file (line 1)\n"); 122 fprintf(stderr,"Ran out of data on line 2 of description file\n"); 153 fprintf(stderr,"min=%g mindel=%g\n",min,mindel); 174 fprintf(stderr,"\r "
|
/external/llvm/utils/lit/lit/ |
TestRunner.py | 34 stderr=subprocess.PIPE, 76 # To avoid deadlock, we use a single stderr stream for piped 78 # stderr. 81 # stdout, stderr for N equal to 0, 1, or 2 respectively. Redirects to or 134 stdin, stdout, stderr = final_redirects 136 # If stderr wants to come from stdout, but stdout isn't a pipe, then put 137 # stderr on a pipe and treat it as stdout. 138 if (stderr == subprocess.STDOUT and stdout != subprocess.PIPE): 139 stderr = subprocess.PIPE 144 # Don't allow stderr on a PIPE except for the las [all...] |
/external/openssl/crypto/sha/ |
sha256t.c | 67 fprintf(stderr,"\nTEST 1 of 3 failed.\n"); 77 fprintf(stderr,"\nTEST 2 of 3 failed.\n"); 97 fprintf(stderr,"\nTEST 3 of 3 failed.\n"); 110 fprintf(stderr,"\nTEST 1 of 3 failed.\n"); 120 fprintf(stderr,"\nTEST 2 of 3 failed.\n"); 137 fprintf(stderr,"\nTEST 3 of 3 failed.\n");
|
/external/oprofile/libop/ |
op_xml_out.c | 110 fprintf(stderr,"open_xml_element: snprintf failed\n"); 132 fprintf(stderr, "close_xml_element: snprintf failed\n"); 151 fprintf(stderr,"init_xml_int_attr: snprintf failed\n"); 170 fprintf(stderr, "init_xml_dbl_attr: snprintf failed\n"); 238 fprintf(stderr,"quote_str: buffer overflow\n"); 266 fprintf(stderr,"init_xml_str_attr: snprintf failed\n");
|
/external/qemu/ |
bt-vhci.c | 48 fprintf(stderr, "qemu: error %i reading the PDU\n", errno); 87 fprintf(stderr, "qemu: bad HCI packet type %02x\n", pkt[-1]); 106 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n", 119 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n", 152 fprintf(stderr, "qemu: Can't open `%s': %s (%i)\n", 154 fprintf(stderr, "qemu: Can't open `%s': %s (%i)\n",
|
qemu-error.c | 17 * Print to current monitor if we have one, else to stderr. 26 vfprintf(stderr, fmt, ap); 31 * Print to current monitor if we have one, else to stderr. 161 * Print current location to current monitor if we have one, else to stderr. 170 fprintf(stderr, "%s:", progname); 195 * Print an error message to current monitor if we have one, else to stderr.
|
/external/tinyalsa/ |
tinyplay.c | 77 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-p period_size]" 85 fprintf(stderr, "Unable to open file '%s'\n", filename); 92 fprintf(stderr, "Error: '%s' is not a riff/wave file\n", filename); 176 fprintf(stderr, "Unable to open PCM device %u (%s)\n", 184 fprintf(stderr, "Unable to allocate %d bytes\n", size); 196 fprintf(stderr, "Error playing sample\n");
|
/external/zlib/src/test/ |
example.c | 24 fprintf(stderr, "%s error: %d\n", msg, err); \ 104 fprintf(stderr, "bad uncompress\n"); 120 fprintf(stderr, "NO_GZCOMPRESS -- gz* functions cannot compress\n"); 129 fprintf(stderr, "gzopen error\n"); 134 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err)); 138 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err)); 146 fprintf(stderr, "gzopen error\n"); 152 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err)); 156 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr); 164 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n" [all...] |
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
accessorychat.c | 94 fprintf(stderr, "usb_device_open failed\n"); 125 fprintf(stderr, "interface not found\n"); 129 fprintf(stderr, "endpoints not found\n"); 134 fprintf(stderr, "usb_device_claim_interface failed errno: %d\n", errno); 154 fprintf(stderr, "failed to read protocol version\n"); 189 fprintf(stderr, "usb_host_init failed");
|
/system/extras/tests/directiotest/ |
directiotest.c | 83 fprintf(stderr, "Unexpected end-of-file\n"); 105 fprintf(stderr, "write returned 0\n"); 196 fprintf(stderr, "%s is not a block device\n", path); 214 fprintf(stderr, "Error allocating test buffers\n"); 242 fprintf(stderr, "write failed, aborting test\n"); 247 fprintf(stderr, "read failed, aborting test\n");
|
/bootable/recovery/mtdutils/ |
mtdutils.c | 292 fprintf(stderr, "mtd: ECCGETSTATS error (%s)\n", strerror(errno)); 303 fprintf(stderr, "mtd: read error at 0x%08llx (%s)\n", 306 fprintf(stderr, "mtd: ECCGETSTATS error (%s)\n", strerror(errno)); 309 fprintf(stderr, "mtd: ECC errors (%d soft, %d hard) at 0x%08llx\n", 315 fprintf(stderr, 421 fprintf(stderr, 434 fprintf(stderr, "mtd: erase failure at 0x%08lx (%s)\n", 440 fprintf(stderr, "mtd: write error at 0x%08lx (%s)\n", 447 fprintf(stderr, "mtd: re-read error at 0x%08lx (%s)\n", 452 fprintf(stderr, "mtd: verification error at 0x%08lx (%s)\n" [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
PlatformCALayerWin.cpp | 595 fprintf(stderr, " "); 600 fprintf(stderr, "[%g %g %g %g; %g %g %g %g; %g %g %g %g; %g %g %g %g]", 624 fprintf(stderr, "(%s [%g %g %g] [%g %g %g %g] [%g %g %g] superlayer=%p\n", 634 fprintf(stderr, "(name %s)\n", layerName.utf8().data()); 641 fprintf(stderr, "(masksToBounds true)\n"); 648 fprintf(stderr, "(opacity %hf)\n", layerOpacity); 655 fprintf(stderr, "(sublayerTransform "); 657 fprintf(stderr, ")\n"); 664 fprintf(stderr, "(transform "); 666 fprintf(stderr, ")\n") [all...] |
/external/chromium/third_party/libevent/test/ |
regress.c | 141 fprintf(stderr, "%s: write\n", __func__); 170 fprintf(stderr, "%s: read\n", __func__); 235 fprintf(stderr, "%s: read\n", __func__); 257 fprintf(stderr, "%s: write\n", __func__); 277 fprintf(stderr, "%s: socketpair\n", __func__); 283 fprintf(stderr, "fcntl(O_NONBLOCK)"); 286 fprintf(stderr, "fcntl(O_NONBLOCK)"); 549 fprintf(stderr, "FAILED (reinit)\n"); 571 fprintf(stderr, "FAILED (fork)\n"); 576 fprintf(stderr, "FAILED (exit): %d\n", WEXITSTATUS(status)) [all...] |