/external/sqlite/dist/ |
shell.c | 278 fprintf(iotrace, "%s", z); 493 fprintf(p->pLog, "(%d) %s\n", iErrCode, zMsg); 503 fprintf(out,"X'"); 504 for(i=0; i<nBlob; i++){ fprintf(out,"%02x",zBlob[i]); } 505 fprintf(out,"'"); 518 fprintf(out,"'%s'",z); 520 fprintf(out,"'"); 524 fprintf(out,"''"); 527 fprintf(out,"%.*s''",i,z); 530 fprintf(out,"%s",z) [all...] |
/external/iproute2/tc/ |
m_ipt.c | 64 /* fprintf(stderr, "\nDummy register_target %s \n", me->name); 81 fprintf(stderr, "Try `%s -h' or '%s --help' for more information.\n", 92 fprintf(stderr, "%s v%s: ", pname, pversion); 95 fprintf(stderr, "\n"); 99 fprintf(stderr, 297 fprintf(stderr, "\n"); 417 fprintf(stderr,"bad arguements to ipt %d vs %d \n", argc, rargc); 438 fprintf(stderr," failed to find target %s\n\n", optarg); 450 fprintf(stderr," failed to find target %s\n\n", optarg); 463 fprintf(stderr, "Illegal \"index\"\n") [all...] |
/external/sqlite/dist/orig/ |
shell.c | 273 fprintf(iotrace, "%s", z); 488 fprintf(p->pLog, "(%d) %s\n", iErrCode, zMsg); 498 fprintf(out,"X'"); 499 for(i=0; i<nBlob; i++){ fprintf(out,"%02x",zBlob[i]); } 500 fprintf(out,"'"); 513 fprintf(out,"'%s'",z); 515 fprintf(out,"'"); 519 fprintf(out,"''"); 522 fprintf(out,"%.*s''",i,z); 525 fprintf(out,"%s",z) [all...] |
/external/dropbear/libtomcrypt/testprof/ |
rsa_test.c | 90 fprintf(stderr, "RSA private export failed to match OpenSSL output, %lu, %lu\n", len, (unsigned long)sizeof(openssl_private_rsa)); 97 fprintf(stderr, "RSA(private) public export failed to match OpenSSL output\n"); 107 fprintf(stderr, "RSA(public) stripped public import failed to match OpenSSL output\n"); 117 fprintf(stderr, "RSA(public) SSL public import failed to match OpenSSL output\n"); 140 fprintf(stderr, "rsa_test requires SHA1 and yarrow"); 148 fprintf(stderr, "rsa_1024 key modulus has %d bits\n", mp_count_bits(key.N)); 152 fprintf(stderr, "N == \n"); 154 fprintf(stderr, "%02x ", tmp[cnt]); 155 if (!(++cnt & 15)) fprintf(stderr, "\n"); 160 fprintf(stderr, "p == \n") [all...] |
/external/iproute2/ip/ |
iplink.c | 46 fprintf(stderr, "Usage: ip link add link DEV [ name ] NAME\n"); 47 fprintf(stderr, " [ txqueuelen PACKETS ]\n"); 48 fprintf(stderr, " [ address LLADDR ]\n"); 49 fprintf(stderr, " [ broadcast LLADDR ]\n"); 50 fprintf(stderr, " [ mtu MTU ]\n"); 51 fprintf(stderr, " type TYPE [ ARGS ]\n"); 52 fprintf(stderr, " ip link delete DEV type TYPE [ ARGS ]\n"); 53 fprintf(stderr, "\n"); 54 fprintf(stderr, " ip link set DEVICE [ { up | down } ]\n"); 56 fprintf(stderr, "Usage: ip link set DEVICE [ { up | down } ]\n") [all...] |
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");
|
/frameworks/base/tools/aidl/ |
aidl.cpp | 232 fprintf(stderr, "%s:%d interface %s should be declared in a file" 256 fprintf(stderr, "aidl: internal error unkown document type %d.\n", 313 fprintf(stderr, "aidl: internal error %s:%d\n", __FILE__, __LINE__); 356 fprintf(stderr, "%s:%d attempt to redefine built in class %s\n", 365 fprintf(stderr, "%s:%d attempt to redefine %s as %s,\n", 368 fprintf(stderr, "%s:%d previously defined here as %s.\n", 412 fprintf(stderr, "%s:%d unknown return type %s\n", filename, 420 fprintf(stderr, "%s:%d event methods only supported for rpc interfaces\n", 427 fprintf(stderr, "%s:%d return type %s can't be marshalled.\n", filename, 434 fprintf(stderr, "%s:%d return type %s%s can't be an array.\n", filename [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.c | 181 fprintf(stderr, "%s: Usage: open [-s superblock] [-b blocksize] " 283 fprintf(f, " %s", e2p_feature2string(i, m)); 334 fprintf(out, "Directories: %d\n", numdirs); 345 fprintf(out, " Group %2d: block bitmap at %u, " 361 fprintf(out, "%d unused %s\n", 370 fprintf(out, "%sChecksum 0x%04x", 380 fprintf(stderr, "%s: Usage: show_super [-h]\n", argv[0]); 413 fprintf(lb->f, ", "); 415 fprintf(lb->f, "(%lld):%u", 418 fprintf(lb->f, "(%lld-%lld):%u-%u" [all...] |
/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/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",
|
keymaps.c | 81 fprintf(stderr, 88 fprintf(stderr, 97 fprintf(stderr, 125 // fprintf(stderr, "Warning: unknown keysym %s\n", line); 134 //fprintf(stderr, "keypad keysym %04x keycode %d\n", keysym, keycode); 140 //fprintf(stderr,"Setting keysym %s (%d) to %d\n",line,keysym,keycode); 144 fprintf(stderr, 149 fprintf(stderr, "Setting %d: %d,%d\n", 179 fprintf(stderr, "Warning: no scancode found for keysym %d\n",
|
/external/tinyalsa/ |
tinyplay.c | 71 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-p period_size]" 78 fprintf(stderr, "Unable to open file '%s'\n", argv[1]); 116 fprintf(stderr, "Error: '%s' is not a PCM riff/wave file\n", argv[1]); 153 fprintf(stderr, "Unable to open PCM device %u (%s)\n", 161 fprintf(stderr, "Unable to allocate %d bytes\n", size); 173 fprintf(stderr, "Error playing sample\n");
|
/external/valgrind/main/gdbserver_tests/ |
mcwatchpoints.stdoutB.exp | 4 7 fprintf(stderr, "breakme function called from line %d\n", line); 23 46 fprintf(stderr, "before writing 8\n"); 29 49 fprintf(stderr, "after writing 8\n");
|
/external/valgrind/main/memcheck/tests/ |
sh-mem.c | 77 fprintf(stderr, "\n\nFAILURE: %s, offset %d, byte %d -- " 92 fprintf(stderr, "error: this program only works when run under Valgrind\n"); 134 fprintf(stderr, "-- NNN: %d %s %s ------------------------\n", NNN, #Ty, #ITy); \ 146 fprintf(stderr, "h = %d (checking %d..%d) ", h, h, (int)(n-NNN+h)); \ 170 if (0 == j % 32) fprintf(stderr, "%d...", j); /* progress meter */ \ 201 fprintf(stderr, "\n"); \
|
/external/zlib/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/core/toolbox/ |
notify.c | 50 fprintf(stderr, "%s: invalid option -%c\n", 57 fprintf(stderr, "Usage: %s [-m eventmask] [-c count] [-p] [-v verbosity] path [path ...]\n", argv[0]); 63 fprintf(stderr, "inotify_init failed, %s\n", strerror(errno)); 71 fprintf(stderr, "inotify_add_watch failed for %s, %s\n", file_names[i], strerror(errno)); 77 fprintf(stderr, "%s got unexpected id %d instead of %d\n", file_names[i], res, i); 90 fprintf(stderr, "could not get event, %s\n", strerror(errno));
|
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...] |
/bootable/recovery/updater/ |
install.c | 104 fprintf(stderr, "%s: no mtd partition named \"%s\"", 110 fprintf(stderr, "mtd mount of %s failed: %s\n", 119 fprintf(stderr, "%s: failed to mount %s at %s: %s\n", 182 fprintf(stderr, "unmount of %s failed; no such volume\n", mount_point); 240 fprintf(stderr, "%s: no mtd partition named \"%s\"", 247 fprintf(stderr, "%s: can't write \"%s\"", name, location); 253 fprintf(stderr, "%s: failed to erase \"%s\"", name, location); 258 fprintf(stderr, "%s: failed to close \"%s\"", name, location); 267 fprintf(stderr, "%s: make_ext4fs failed (%d) on %s", 275 fprintf(stderr, "%s: unsupported fs_type \"%s\" partition_type \"%s\"" [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
config_file.c | 587 fprintf(f, "\t%s=%s\n", field, value); 596 fprintf(f, "\t%s=%d\n", field, value); 605 fprintf(f, "\tbssid=%s\n", value); 615 fprintf(f, "\tpsk=%s\n", value); 631 fprintf(f, "\tproto=%s\n", value); 647 fprintf(f, "\tkey_mgmt=%s\n", value); 663 fprintf(f, "\tpairwise=%s\n", value); 679 fprintf(f, "\tgroup=%s\n", value); 695 fprintf(f, "\tauth_alg=%s\n", value); 710 fprintf(f, "\teap=%s\n", value) [all...] |
/development/tools/emulator/system/libqemu/ |
test_host_2.c | 97 fprintf(stderr, "Could not start server: %s\n", strerror(errno)); 104 fprintf(stderr, "Server error: %s\n", strerror(errno)); 116 fprintf(stderr, "Client read error: %s\n", strerror(errno));
|
/development/tools/yuv420sp2rgb/ |
cmdline.c | 37 fprintf(stdout, 43 fprintf(stdout, "options:\n"); 47 fprintf(stdout, "\t-%c/--%s%s: %s\n",
|
/external/bison/src/ |
complain.c | 69 fprintf (stderr, "%s: %s", current_file ? current_file : program_name, _("warning: ")); 105 fprintf (stderr, "%s: ", current_file ? current_file : program_name); 141 fprintf (stderr, "%s: ", current_file ? current_file : program_name);
|
/external/bluetooth/bluez/audio/ |
ipc.c | 59 fprintf(stderr, "%s: Cannot open socket: %s (%d)\n", 67 fprintf(stderr, "%s: connect() failed: %s (%d)\n", 99 fprintf(stderr, "%s: Unable to receive fd: %s (%d)\n",
|