/system/core/toolbox/ |
rotatefb.c | 31 fprintf(stderr, "%s: invalid option -%c\n", 38 fprintf(stderr, "%s: specify rotation\n", argv[0]); 45 fprintf(stderr, "cannot open %s\n", fbdev); 51 fprintf(stderr, "failed to get fbinfo: %s\n", strerror(errno)); 66 fprintf(stderr, "failed to set fbinfo: %s\n", strerror(errno));
|
alarm.c | 54 fprintf(stderr, "%s: invalid option -%c\n", 60 fprintf(stderr,"%s [-uwa] [-t type] [seconds]\n", argv[0]); 66 fprintf(stderr, "Unable to open rtc: %s\n", strerror(errno)); 77 fprintf(stderr, "Unable to read alarm: %s\n", strerror(errno)); 97 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno)); 116 fprintf(stderr, "Unable to get current time: %s\n", strerror(errno)); 128 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno)); 135 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno)); 140 fprintf(stderr, "Unable to enable alarm: %s\n", strerror(errno)); 146 fprintf(stderr,"%s [-u] [date]\n", argv[0]) [all...] |
/external/dropbear/libtomcrypt/testprof/ |
der_tests.c | 10 fprintf(stderr, "NOP"); 35 fprintf(stderr, "error encoding set: %s\n", error_to_string(err)); 46 fprintf(stderr, "error decoding set using der_decode_set: %s\n", error_to_string(err)); 52 fprintf(stderr, "error decoding set using der_decode_set (oct_str is wrong):\n"); 57 fprintf(stderr, "error decoding set using der_decode_set (bin_str is wrong):\n"); 62 fprintf(stderr, "error decoding set using der_decode_set (int_val is wrong):\n"); 83 fprintf(stderr, "error encoding SET OF: %s\n", error_to_string(err)); 93 fprintf(stderr, "error decoding SET OF: %s\n", error_to_string(err)); 100 fprintf(stderr, "error SET OF order at %lu is wrong\n", x); 173 fprintf(stderr, "Encoding static_list: %s\n", error_to_string(err)) [all...] |
x86_prof.c | 24 fprintf(stderr, "\n"); 27 fprintf(stderr, "%-20s: Schedule at %6lu\n", cipher_descriptor[results[x].id].name, (unsigned long)results[x].spd1); 121 fprintf(stderr, "Clock Skew: %lu\n", (unsigned long)skew); 228 fprintf(stderr, "chc_register error: %s\n", error_to_string(err)); 249 fprintf(stderr, "rng_make_prng failed: %s\n", error_to_string(err)); 264 fprintf(stderr, "\n\nKey Schedule Time Trials for the Symmetric Ciphers:\n(Times are cycles per key)\n"); 282 fprintf(stderr, "."); fflush(stdout); 299 fprintf(stderr, "\n\nECB Time Trials for the Symmetric Ciphers:\n"); 306 fprintf(stderr, "\n\nERROR: Cipher %s failed self-test %s\n", cipher_descriptor[x].name, error_to_string(err)); 352 fprintf(stderr, "."); fflush(stdout) [all...] |
pkcs_1_test.c | 17 fprintf(stderr, "pkcs_1 tests require sha1/yarrow"); 48 fprintf(stderr, "Outsize == %lu, should have been %lu, res1 = %d, lparamlen = %lu, msg contents follow.\n", l2, l3, res1, lparamlen); 49 fprintf(stderr, "ORIGINAL:\n"); 51 fprintf(stderr, "%02x ", buf[0][x]); 53 fprintf(stderr, "\nRESULT:\n"); 55 fprintf(stderr, "%02x ", buf[2][x]); 57 fprintf(stderr, "\n\n"); 73 fprintf(stderr, "PSS failed: %d, %d, %d, %lu, %lu\n", res1, res2, res3, l3, saltlen); 84 fprintf(stderr, "NOP");
|
/external/clang/utils/ |
CmpDriver | 91 self.stderr = '' 105 self.stderr += ln + '\n' 107 self.stderr = self.stderr.strip() 114 stderr=subprocess.PIPE) 151 # Compare stderr. 152 if infoA.stderr != infoB.stderr: 153 print '-- STDERR DIFFERS -' 154 print 'A STDERR: ',infoA.stder [all...] |
/external/ipsec-tools/src/racoon/ |
plainrsa-gen.c | 67 fprintf(stderr, "Plain RSA key generator, part of %s\n", TOP_PACKAGE_STRING); 68 fprintf(stderr, "By Michal Ludvig (http://www.logix.cz/michal)\n"); 69 fprintf(stderr, "\n"); 70 fprintf(stderr, "Usage: %s [options]\n", argv0); 71 fprintf(stderr, "\n"); 72 fprintf(stderr, " -b bits Generate <bits> long RSA key (default=1024)\n"); 73 fprintf(stderr, " -e pubexp Public exponent to use (default=0x3)\n"); 74 fprintf(stderr, " -f filename Filename to store the key to (default=stdout)\n"); 75 fprintf(stderr, " -h Help\n"); 76 fprintf(stderr, "\n") [all...] |
/external/iproute2/ip/ |
xfrm_state.c | 61 fprintf(stderr, "Usage: ip xfrm state { add | update } ID [ XFRM_OPT ] [ mode MODE ]\n"); 62 fprintf(stderr, " [ reqid REQID ] [ seq SEQ ] [ replay-window SIZE ] [ flag FLAG-LIST ]\n"); 63 fprintf(stderr, " [ encap ENCAP ] [ sel SELECTOR ] [ replay-seq SEQ ]\n"); 64 fprintf(stderr, " [ replay-oseq SEQ ] [ LIMIT-LIST ]\n"); 65 fprintf(stderr, "Usage: ip xfrm state allocspi ID [ mode MODE ] [ reqid REQID ] [ seq SEQ ]\n"); 66 fprintf(stderr, " [ min SPI max SPI ]\n"); 67 fprintf(stderr, "Usage: ip xfrm state { delete | get } ID\n"); 68 fprintf(stderr, "Usage: ip xfrm state { deleteall | list } [ ID ] [ mode MODE ] [ reqid REQID ]\n"); 69 fprintf(stderr, " [ flag FLAG-LIST ]\n"); 70 fprintf(stderr, "Usage: ip xfrm state flush [ proto XFRM_PROTO ]\n") [all...] |
xfrm_policy.c | 58 fprintf(stderr, "Usage: ip xfrm policy { add | update } dir DIR SELECTOR [ index INDEX ] [ ptype PTYPE ]\n"); 59 fprintf(stderr, " [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ] [ LIMIT-LIST ] [ TMPL-LIST ] [mark MARK [mask MASK]]\n"); 60 fprintf(stderr, "Usage: ip xfrm policy { delete | get } dir DIR [ SELECTOR | index INDEX ] [ ptype PTYPE ] [mark MARK [mask MASK]]\n"); 61 fprintf(stderr, "Usage: ip xfrm policy { deleteall | list } [ dir DIR ] [ SELECTOR ]\n"); 62 fprintf(stderr, " [ index INDEX ] [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ]\n"); 63 fprintf(stderr, "Usage: ip xfrm policy flush [ ptype PTYPE ]\n"); 64 fprintf(stderr, "Usage: ip xfrm count\n"); 65 fprintf(stderr, "PTYPE := [ main | sub ](default=main)\n"); 66 fprintf(stderr, "DIR := [ in | out | fwd ]\n"); 68 fprintf(stderr, "SELECTOR := src ADDR[/PLEN] dst ADDR[/PLEN] [ UPSPEC ] [ dev DEV ]\n") [all...] |
/external/libpng/contrib/pngminus/ |
png2pnm.c | 35 #define STDERR 2 86 fprintf (stderr, "PNM2PNG\n"); 87 fprintf (stderr, "Error: can not create alpha-channel file %s\n", argv[argi]); 97 fprintf (stderr, "PNG2PNM\n"); 98 fprintf (stderr, "Error: unknown option %s\n", argv[argi]); 108 fprintf (stderr, "PNG2PNM\n"); 109 fprintf (stderr, "Error: file %s does not exist\n", argv[argi]); 117 fprintf (stderr, "PNG2PNM\n"); 118 fprintf (stderr, "Error: can not create file %s\n", argv[argi]); 124 fprintf (stderr, "PNG2PNM\n") [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsaucm_test.c | 100 fprintf(stderr, "alsaucm_test: error reading cmd\n"); 125 fprintf(stderr, "alsaucm_test: Failed to create server\n"); 173 fprintf(stderr, "NULL pointer encountered. Invalid value for command"); 183 fprintf(stderr, "Unknown command '%s'\n", command); 191 fprintf(stderr, "NULL pointer encountered. Invalid value for identifier"); 208 fprintf(stderr, "%s: error failed to open sound card %s: %d\n", cmd->cmd_str, identifier, err); 217 fprintf(stderr, "%s: error failed to get card list: %d\n", cmd->cmd_str, err); 232 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str); 238 fprintf(stderr, "%s: error failed to reset sound card %d\n", cmd->cmd_str, err); 245 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str) [all...] |
/external/tremolo/Tremolo/ |
bitwise.c | 67 //fprintf(stderr, "Init: buffer=(%d,%x,%d,%d) %08x%08x\n", 70 //fflush(stderr); 78 //fprintf(stderr, "PreLook: buffer=(%x,%x,%x) %08x%08x (%d bits)\n", 81 //fflush(stderr); 83 //fprintf(stderr, "Look: buffer=(%d,%x,%d,%d) %08x%08x (%d bits) (result=%x)\n", 86 //fflush(stderr); 94 //fprintf(stderr, "Adv before: buffer=(%x,%x,%x) %08x%08x (%d bits)\n", 97 //fflush(stderr); 99 //fprintf(stderr, "Adv: buffer=(%d,%x,%d,%d) %08x%08x\n", 102 //fflush(stderr); [all...] |
/external/iproute2/tc/ |
tc_qdisc.c | 33 fprintf(stderr, "Usage: tc qdisc [ add | del | replace | change | show ] dev STRING\n"); 34 fprintf(stderr, " [ handle QHANDLE ] [ root | ingress | parent CLASSID ]\n"); 35 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n"); 36 fprintf(stderr, " [ stab [ help | STAB_OPTIONS] ]\n"); 37 fprintf(stderr, " [ [ QDISC_KIND ] [ help | OPTIONS ] ]\n"); 38 fprintf(stderr, "\n"); 39 fprintf(stderr, " tc qdisc show [ dev STRING ] [ingress]\n"); 40 fprintf(stderr, "Where:\n"); 41 fprintf(stderr, "QDISC_KIND := { [p|b]fifo | tbf | prio | cbq | red | etc. }\n"); 42 fprintf(stderr, "OPTIONS := ... try tc qdisc add <desired QDISC_KIND> help\n") [all...] |
q_tbf.c | 28 fprintf(stderr, "Usage: ... tbf limit BYTES burst BYTES[/BYTES] rate KBPS [ mtu BYTES[/BYTES] ]\n"); 29 fprintf(stderr, " [ peakrate KBPS ] [ latency TIME ] "); 30 fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n"); 35 fprintf(stderr, "Illegal \"%s\"\n", arg); 57 fprintf(stderr, "Double \"limit/latency\" spec\n"); 68 fprintf(stderr, "Double \"limit/latency\" spec\n"); 81 fprintf(stderr, "Double \"buffer/burst\" spec\n"); 93 fprintf(stderr, "Double \"mtu/minburst\" spec\n"); 104 fprintf(stderr, "Double \"mpu\" spec\n"); 115 fprintf(stderr, "Double \"rate\" spec\n") [all...] |
/external/jpeg/ |
jpegtran.c | 48 fprintf(stderr, "usage: %s [switches] ", progname); 50 fprintf(stderr, "inputfile outputfile\n"); 52 fprintf(stderr, "[inputfile]\n"); 55 fprintf(stderr, "Switches (names may be abbreviated):\n"); 56 fprintf(stderr, " -copy none Copy no extra markers from source file\n"); 57 fprintf(stderr, " -copy comments Copy only comment markers (default)\n"); 58 fprintf(stderr, " -copy all Copy all extra markers\n"); 60 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n"); 63 fprintf(stderr, " -progressive Create progressive JPEG file\n"); 66 fprintf(stderr, "Switches for modifying the image:\n") [all...] |
/external/qemu/distrib/jpeg-6b/ |
jpegtran.c | 48 fprintf(stderr, "usage: %s [switches] ", progname); 50 fprintf(stderr, "inputfile outputfile\n"); 52 fprintf(stderr, "[inputfile]\n"); 55 fprintf(stderr, "Switches (names may be abbreviated):\n"); 56 fprintf(stderr, " -copy none Copy no extra markers from source file\n"); 57 fprintf(stderr, " -copy comments Copy only comment markers (default)\n"); 58 fprintf(stderr, " -copy all Copy all extra markers\n"); 60 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n"); 63 fprintf(stderr, " -progressive Create progressive JPEG file\n"); 66 fprintf(stderr, "Switches for modifying the image:\n") [all...] |
/external/valgrind/main/none/tests/s390x/ |
flogr.c | 98 if (modval != 0) fprintf(stderr, "modval is wrong for %lx\n", value); 99 if (bitpos != 64) fprintf(stderr, "bitpos is wrong for %lx\n", value); 100 if (cc != 0) fprintf(stderr, "cc is wrong for %lx\n", value); 106 if (modval != 0) fprintf(stderr, "modval is wrong for %lx\n", value); 107 if (bitpos != 63 - i) fprintf(stderr, "bitpos is wrong for %lx\n", value); 108 if (cc != 2) fprintf(stderr, "cc is wrong for %lx\n", value); 116 if (modval != (value >> 1)) fprintf(stderr, "modval is wrong for %lx\n", value); 117 if (bitpos != 63 - i) fprintf(stderr, "bitpos is wrong for %lx\n", value); 118 if (cc != 2) fprintf(stderr, "cc is wrong for %lx\n", value);
|
/frameworks/base/tools/validatekeymaps/ |
Main.cpp | 41 fprintf(stderr, "Keymap Validation Tool\n\n"); 42 fprintf(stderr, "Usage:\n"); 43 fprintf(stderr, 77 fprintf(stderr, "Supported file types: *.kl, *.kcm, virtualkeys.*\n\n"); 84 fprintf(stderr, "Error %d parsing key layout file.\n\n", status); 95 fprintf(stderr, "Error %d parsing key character map file.\n\n", status); 105 fprintf(stderr, "Error %d parsing input device configuration file.\n\n", status); 116 fprintf(stderr, "Error %d parsing virtual key definition file.\n\n", status); 142 fputs("Failed!\n", stderr);
|
/sdk/emulator/opengl/host/tools/emugen/ |
EntryPoint.cpp | 113 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str()); 119 fprintf(stderr, "UNKNOWN retval: %s\n", linestr.c_str()); 134 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str()); 140 fprintf(stderr, "%d: Unknown type: %s\n", lc, vartype.c_str()); 216 fprintf(stderr, "ERROR: %u: Missing variable name in 'len' attribute\n", (unsigned int)lc); 221 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n", 233 fprintf(stderr, "ERROR: %u: Missing variable name in 'param_check' attribute\n", (unsigned int)lc); 238 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n", 250 fprintf(stderr, "ERROR: %u: Missing variable name in 'dir' attribute\n", (unsigned int)lc); 255 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n" [all...] |
/device/samsung/manta/recovery/ |
recovery_updater.c | 56 fprintf(stderr, "failed to seek to %d: %s\n", 61 fprintf(stderr, "failed to write bootloader: %s\n", strerror(errno)); 72 fprintf(stderr, "failed to read boot flag: %s\n", strerror(errno)); 76 fprintf(stderr, "bootflag is [%c%c%c%c%c%c%c%c]\n", 97 fprintf(stderr, "expected bootloader.img of length %d; got %d\n", 105 fprintf(stderr, "failed to open %s: %s\n", force_ro_fn, strerror(errno)); 109 fprintf(stderr, "failed to write %s: %s\n", force_ro_fn, strerror(errno)); 115 fprintf(stderr, "failed to close %s: %s\n", force_ro_fn, strerror(errno)); 121 fprintf(stderr, "failed to open %s: %s\n", block_fn, strerror(errno)); 132 fprintf(stderr, "updating secondary copy of bootloader\n") [all...] |
/external/mdnsresponder/mDNSPosix/ |
Client.c | 69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC); 82 fprintf(stderr, 90 fprintf(stderr, 104 fprintf(stderr, 107 fprintf(stderr, " -v verbose mode, level is a number from 0 to 2\n"); 108 fprintf(stderr, " 0 = no debugging info (default)\n"); 109 fprintf(stderr, " 1 = standard debugging info\n"); 110 fprintf(stderr, " 2 = intense debugging info\n"); 111 fprintf(stderr, " -t uses 'type' as the service type (default is '%s')\n", kDefaultServiceType); 112 fprintf(stderr, " -d uses 'domain' as the domain to browse (default is '%s')\n", kDefaultDomain) [all...] |
/external/valgrind/main/gdbserver_tests/ |
sleepers.c | 29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg); 30 fflush(stderr); 50 fprintf(stderr, "signal_ready lock error %d_n", rc); 54 fprintf(stderr, "signal_ready signal error %d_n", rc); 57 fprintf(stderr, "signal_ready unlock error %d_n", rc); 75 fprintf(stderr, "%s ready to sleep and/or burn\n", s->name); 76 fflush (stderr); 90 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name); 91 fflush (stderr); 102 fprintf(stderr, "wait_ready lock error %d_n", rc) [all...] |
/system/extras/tests/bionic/libc/common/ |
test_libgen.c | 25 fprintf(stderr, 30 fprintf(stderr, 40 fprintf(stderr, "KO: basename(\"%s\") returned NULL with error %d\n", 45 fprintf(stderr, "KO: basename(\"%s\") returned \"%s\", instead of \"%s\"\n", 64 fprintf(stderr, 72 fprintf(stderr, 80 fprintf(stderr, 97 fprintf(stderr, 105 fprintf(stderr, 113 fprintf(stderr, [all...] |
/external/speex/libspeex/ |
fixed_debug.h | 55 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x); 59 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res); 68 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x); 72 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res); 83 fprintf (stderr, "EXTRACT16: input is not short: %d in %s: line %d\n", x, file, line); 96 fprintf (stderr, "EXTEND32: input is not short: %d in %s: line %d\n", x, file, line); 109 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line); 113 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line); 123 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line); 127 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line) [all...] |
/development/tools/etc1tool/ |
etc1tool.cpp | 35 vfprintf(stderr, message, ap); 37 fprintf(stderr, "\n\n"); 38 fprintf(stderr, "usage:\n"); 41 stderr, 44 fprintf(stderr, "\tDefault is --encode\n"); 45 fprintf(stderr, "\t\t--help print this usage information.\n"); 46 fprintf(stderr, 49 stderr, 51 fprintf(stderr, 53 fprintf(stderr, [all...] |