/system/core/toolbox/ |
chcon.c | 12 fprintf(stderr, "usage: %s context path...\n", argv[0]); 19 fprintf(stderr, "%s: Could not label %s with %s: %s\n",
|
getsebool.c | 11 fprintf(stderr, "usage: %s -a or %s boolean...\n", progname, progname); 26 fprintf(stderr, "%s: SELinux is disabled\n", 33 fprintf(stderr, 50 fprintf(stderr, "%s: SELinux is disabled\n", argv[0]); 59 fprintf(stderr, "%s: out of memory\n", argv[0]); 65 fprintf(stderr, "%s: out of memory\n", 77 fprintf(stderr, "Error getting active value for %s\n", 84 fprintf(stderr, "Error getting pending value for %s\n",
|
ln.c | 8 fprintf(stderr,"ln [-s] <target> <name>\n"); 32 fprintf(stderr, "link failed %s\n", strerror(errno));
|
mkdir.c | 10 fprintf(stderr,"mkdir [OPTION] <target>\n"); 11 fprintf(stderr," --help display usage and exit\n"); 12 fprintf(stderr," -p, --parents create parent directories as needed\n"); 54 fprintf(stderr, "Invalid path specified: too long\n"); 62 fprintf(stderr, "mkdir failed for %s, %s\n", currpath, strerror(errno)); 71 fprintf(stderr, "mkdir failed for %s, %s\n", argv[0], strerror(errno));
|
/development/tools/emulator/system/libqemu/ |
test_guest_1.c | 48 fprintf(stderr, "Could not open tcp socket!\n"); 54 fprintf(stderr, "Could not open '%s' pipe: %s\n", PIPE_NAME, strerror(errno)); 72 fprintf(stderr,"Sending %d bytes failed: %s\n", len, strerror(errno)); 81 fprintf(stderr, "Receiving failed (ret=%d): %s\n", ret, strerror(errno)); 87 fprintf(stderr, "Message size mismatch sent=%d received=%d\n", len, ret); 91 fprintf(stderr, "Message content mismatch!\n");
|
/development/tools/yuv420sp2rgb/ |
debug.h | 14 fprintf(stderr, "%s(%d): ", __FILE__, __LINE__); \ 15 fprintf(stderr, ##msg); \ 23 fprintf(stderr, \ 34 fprintf(stderr, ##msg); \ 76 fprintf(stdout, ##x); \ 84 fprintf(stdout, ##x); \
|
/external/bison/src/ |
gram.c | 93 fprintf (out, " %3d ", r->number); 96 fprintf (out, "%s:", r->lhs->tag); 134 fprintf (out, " %s", symbols[*rp]->tag); 139 fprintf (out, " /* %s */\n", _("empty")); 151 fprintf (out, "%s:", r->lhs->tag); 167 fprintf (out, " %s", symbols[ritem[i]]->tag); 169 fprintf (out, " (rule %d)\n", item_number_as_rule_number (ritem[i])); 213 fprintf (out, "%s\n\n", title); 244 fprintf (out, "%s\n\n", title); 245 fprintf (out [all...] |
/external/blktrace/btt/ |
output.c | 56 fprintf(ofp, "==================== "); 57 fprintf(ofp, "%s", hdr); 58 fprintf(ofp, " ====================\n\n"); 63 fprintf(ofp, "%15s %13s %13s %13s %11s\n", 65 fprintf(ofp, "--------------- ------------- ------------- ------------- -----------\n"); 72 fprintf(ofp, "%-15s %13.9f %13.9f %13.9f %11d\n", hdr, 76 fprintf(xavgs_ofp, 114 fprintf(ofp, "\n"); 130 fprintf(q2dp->ofp, "%10s | ", 146 fprintf(ofp, "%10s | ", "DEV") [all...] |
/external/blktrace/ |
verify_blkparse.c | 22 fprintf(stderr, "%s: file\n", argv[0]); 40 fprintf(stdout, "last: %s", last_line); 41 fprintf(stdout, "this: %s", p); 48 fprintf(stderr, "cpu%d too large\n", cpu); 53 fprintf(stdout, "alias on sequence %u\n", seq); 62 fprintf(stdout, "Events %Lu: %d unordered, %d aliases\n", total_entries, nr, alias);
|
/external/dbus/test/ |
test-names.c | 9 fprintf (stderr, "*** test-names: %s", message); 23 fprintf (stderr, "Error acquiring name '%s': %s\n", name, error.message); 25 fprintf (stdout, "Expected Error acquiring name '%s': %s\n", name, error.message); 35 fprintf (stderr, "Unexpected Success acquiring name '%s'\n", name); 37 fprintf (stdout, "Successfully acquired name '%s'\n", name); 55 fprintf (stderr, "*** Failed to open connection to system bus: %s\n",
|
/external/libgsm/src/ |
debug.c | 29 fprintf( stderr, "%s [%d .. %d]: ", name, from, to ); 31 fprintf(stderr, "%d ", ptr[ from ] ); 49 fprintf( stderr, "%s [%d .. %d]: ", name, from, to ); 52 fprintf(stderr, "%d ", ptr[ from ] ); 66 fprintf(stderr, "%s: %d\n", name, (long)value ); 73 fprintf(stderr, "%s: %d\n", name, (long)value);
|
/external/libmtp/examples/ |
albums.c | 42 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n"); 47 fprintf(stdout, "mtp-albums: No Devices have been found\n"); 50 fprintf(stderr, "mtp-albums: There has been an error connecting. Exit\n"); 53 fprintf(stderr, "mtp-albums: Memory Allocation Error. Exit\n"); 59 fprintf(stderr, "mtp-albums: Unknown error, please report " 65 fprintf(stdout, "mtp-albums: Successfully connected\n");
|
files.c | 54 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n"); 61 fprintf(stdout, "mtp-files: No Devices have been found\n"); 64 fprintf(stderr, "mtp-files: There has been an error connecting. Exit\n"); 67 fprintf(stderr, "mtp-files: Memory Allocation Error. Exit\n"); 73 fprintf(stderr, "mtp-files: Unknown error, please report " 79 fprintf(stdout, "mtp-files: Successfully connected\n");
|
/external/openssl/crypto/lhash/ |
lh_stats.c | 75 fprintf(out,"num_items = %lu\n",lh->num_items); 76 fprintf(out,"num_nodes = %u\n",lh->num_nodes); 77 fprintf(out,"num_alloc_nodes = %u\n",lh->num_alloc_nodes); 78 fprintf(out,"num_expands = %lu\n",lh->num_expands); 79 fprintf(out,"num_expand_reallocs = %lu\n",lh->num_expand_reallocs); 80 fprintf(out,"num_contracts = %lu\n",lh->num_contracts); 81 fprintf(out,"num_contract_reallocs = %lu\n",lh->num_contract_reallocs); 82 fprintf(out,"num_hash_calls = %lu\n",lh->num_hash_calls); 83 fprintf(out,"num_comp_calls = %lu\n",lh->num_comp_calls); 84 fprintf(out,"num_insert = %lu\n",lh->num_insert) [all...] |
/external/valgrind/main/memcheck/tests/ |
malloc_free_fill.c | 17 fprintf(stderr, "PASSED: " desc "\n"); \ 19 fprintf(stderr, "FAILED: " desc "\n"); \ 23 fprintf(stderr, "test simple malloc/free:\n"); 32 fprintf(stderr, "\ntest realloc-larger:\n"); 47 fprintf(stderr, "\ntest realloc-smaller:\n"); 61 fprintf(stderr, "\ntest calloc:\n");
|
/hardware/msm7k/librpc/ |
ops.c | 37 fprintf(stdout, "RPC in %02d:", rc); 39 fprintf(stdout, " %08x", *data++); 40 fprintf(stdout, "\n"); 55 fprintf(stdout, "RPC out %02d:", rc); 57 fprintf(stdout, " %08x", *data++); 58 fprintf(stdout, "\n");
|
/external/iproute2/tc/ |
f_flow.c | 23 fprintf(stderr, 83 fprintf(stderr, "Unknown flow key \"%s\"\n", s); 147 fprintf(stderr, "Illegal \"handle\"\n"); 168 fprintf(stderr, "Illegal \"mask\"\n"); 175 fprintf(stderr, "Illegal \"or\"\n"); 182 fprintf(stderr, "Illegal \"xor\"\n"); 189 fprintf(stderr, "Illegal \"rshift\"\n"); 196 fprintf(stderr, "Illegal \"addend\"\n"); 203 fprintf(stderr, "Illegal \"divisor\"\n"); 210 fprintf(stderr, "Illegal \"baseclass\"\n") [all...] |
tc_class.c | 32 fprintf(stderr, "Usage: tc class [ add | del | change | replace | show ] dev STRING\n"); 33 fprintf(stderr, " [ classid CLASSID ] [ root | parent CLASSID ]\n"); 34 fprintf(stderr, " [ [ QDISC_KIND ] [ help | OPTIONS ] ]\n"); 35 fprintf(stderr, "\n"); 36 fprintf(stderr, " tc class show [ dev STRING ] [ root | parent CLASSID ]\n"); 37 fprintf(stderr, "Where:\n"); 38 fprintf(stderr, "QDISC_KIND := { prio | cbq | etc. }\n"); 39 fprintf(stderr, "OPTIONS := ... try tc class add <desired QDISC_KIND> help\n"); 80 fprintf(stderr, "Error: try \"classid\" instead of \"handle\"\n"); 84 fprintf(stderr, "Error: \"root\" is duplicate parent ID.\n") [all...] |
/external/netperf/ |
netcpu_kstat10.c | 59 fprintf(where,"%s[%d]:\n",name,instance); 60 fprintf(where, 62 fprintf(where, 64 fprintf(where, 66 fprintf(where, 76 fprintf(where, 103 fprintf(where, 105 fprintf(where, 112 fprintf(where, 178 fprintf(where [all...] |
/build/tools/zipalign/ |
ZipAlign.cpp | 32 fprintf(stderr, "Zip alignment utility\n"); 33 fprintf(stderr, "Copyright (C) 2009 The Android Open Source Project\n\n"); 34 fprintf(stderr, 37 fprintf(stderr, 39 fprintf(stderr, " -c: check alignment only (does not modify file)\n"); 40 fprintf(stderr, " -f: overwrite existing outfile.zip\n"); 41 fprintf(stderr, " -v: verbose output\n"); 60 fprintf(stderr, "ERROR: unable to retrieve entry %d\n", i); 110 fprintf(stderr, "Input and output can't be same file\n"); 116 fprintf(stderr, "Output file '%s' exists\n", outFileName) [all...] |
/external/iproute2/ip/ |
ipaddress.c | 64 fprintf(stderr, "Usage: ip addr {add|change|replace} IFADDR dev STRING [ LIFETIME ]\n"); 65 fprintf(stderr, " [ CONFFLAG-LIST ]\n"); 66 fprintf(stderr, " ip addr del IFADDR dev STRING\n"); 67 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n"); 68 fprintf(stderr, " [ to PREFIX ] [ FLAG-LIST ] [ label PATTERN ]\n"); 69 fprintf(stderr, "IFADDR := PREFIX | ADDR peer PREFIX\n"); 70 fprintf(stderr, " [ broadcast ADDR ] [ anycast ADDR ]\n"); 71 fprintf(stderr, " [ label STRING ] [ scope SCOPE-ID ]\n"); 72 fprintf(stderr, "SCOPE-ID := [ host | link | global | NUMBER ]\n"); 73 fprintf(stderr, "FLAG-LIST := [ FLAG-LIST ] FLAG\n") [all...] |
/external/jpeg/ |
djpeg.c | 93 fprintf(stderr, "usage: %s [switches] ", progname); 95 fprintf(stderr, "inputfile outputfile\n"); 97 fprintf(stderr, "[inputfile]\n"); 100 fprintf(stderr, "Switches (names may be abbreviated):\n"); 101 fprintf(stderr, " -colors N Reduce image to no more than N colors\n"); 102 fprintf(stderr, " -fast Fast, low-quality processing\n"); 103 fprintf(stderr, " -grayscale Force grayscale output\n"); 105 fprintf(stderr, " -scale M/N Scale output image by fraction M/N, eg, 1/8\n"); 108 fprintf(stderr, " -bmp Select BMP output format (Windows style)%s\n", 112 fprintf(stderr, " -gif Select GIF output format%s\n" [all...] |
/external/qemu/distrib/jpeg-6b/ |
djpeg.c | 93 fprintf(stderr, "usage: %s [switches] ", progname); 95 fprintf(stderr, "inputfile outputfile\n"); 97 fprintf(stderr, "[inputfile]\n"); 100 fprintf(stderr, "Switches (names may be abbreviated):\n"); 101 fprintf(stderr, " -colors N Reduce image to no more than N colors\n"); 102 fprintf(stderr, " -fast Fast, low-quality processing\n"); 103 fprintf(stderr, " -grayscale Force grayscale output\n"); 105 fprintf(stderr, " -scale M/N Scale output image by fraction M/N, eg, 1/8\n"); 108 fprintf(stderr, " -bmp Select BMP output format (Windows style)%s\n", 112 fprintf(stderr, " -gif Select GIF output format%s\n" [all...] |
/device/samsung/tuna/recovery/ |
bootloader.c | 81 fprintf(stderr, "Cannot open %s!\n", fname); 88 fprintf(stderr, "Couldn't read %s\n", fname); 112 fprintf(stderr, "Unknown family: %s\n", file_data); 116 fprintf(stderr, "No family\n"); 126 fprintf(stderr, "Unknown chip type: %s\n", file_data); 130 fprintf(stderr, "No chip type\n"); 140 fprintf(stderr, "No msv\n"); 180 fprintf(stderr, "Unsupported spec for bootloader.img: %d", spec); 194 fprintf(stderr, "Could not open %s\n", MMC_LOCATION); 200 fprintf(stderr, "Couldn't seek to the start of sector 1\n") [all...] |
/external/chromium/third_party/libevent/test/ |
regress_http.c | 314 fprintf(stdout, "Testing Basic HTTP Server: "); 320 fprintf(stdout, "FAILED (bind)\n"); 343 fprintf(stdout, "FAILED\n"); 373 fprintf(stdout, "FAILED\n"); 377 fprintf(stdout, "OK\n"); 416 fprintf(stdout, "Testing Request Connection Pipeline %s: ", 423 fprintf(stdout, "FAILED\n"); 439 fprintf(stdout, "FAILED\n"); 446 fprintf(stdout, "FAILED\n"); 467 fprintf(stdout, "FAILED\n") [all...] |