/external/iproute2/tc/ |
f_route.c | 30 fprintf(stderr, "Usage: ... route [ from REALM | fromif TAG ] [ to REALM ]\n"); 31 fprintf(stderr, " [ flowid CLASSID ] [ police POLICE_SPEC ]\n"); 32 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n"); 33 fprintf(stderr, " CLASSID := X:Y\n"); 34 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); 49 fprintf(stderr, "Illegal \"handle\"\n"); 65 fprintf(stderr, "Illegal \"to\"\n"); 75 fprintf(stderr, "Illegal \"from\"\n"); 86 fprintf(stderr, "Illegal \"fromif\"\n"); 97 fprintf(stderr, "Illegal \"classid\"\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...] |
f_cgroup.c | 21 fprintf(stderr, "Usage: ... cgroup [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n"); 22 fprintf(stderr, " [ action ACTION_SPEC ]\n"); 35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n", 50 fprintf(stderr, "Illegal \"ematch\"\n"); 57 fprintf(stderr, "Illegal \"action\"\n"); 65 fprintf(stderr, "Illegal \"police\"\n"); 73 fprintf(stderr, "What is \"%s\"?\n", *argv); 95 fprintf(f, "handle 0x%x ", handle); 101 fprintf(f, "\n");
|
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...] |
/system/core/toolbox/ |
setconsole.c | 22 fprintf(stderr, "ioctl( vcfd, VT_ACTIVATE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), activate_thread_switch_vc); 54 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]); 61 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]); 82 fprintf(stderr, "%s [-d <dev>] [-v <vc>] [-gtncpoh]\n" 94 fprintf(stderr, "%s: invalid option -%c\n", 100 fprintf(stderr,"%s [-d <dev>] [-v <vc>] [-gtncpoh]\n", argv[0]); 106 fprintf(stderr, "cannot open %s\n", ttydev); 115 fprintf(stderr, "ioctl(vcfd, VT_GETSTATE, &vs) failed, %d\n", res); 124 fprintf(stderr, "ioctl(vcfd, VT_OPENQRY, &vtnum) failed, res %d, vtnum %d\n", res, vtnum); 141 fprintf(stderr, "ioctl( vcfd, VT_WAITACTIVE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno (…) [all...] |
r.c | 9 fprintf(stderr,"r [-b|-s] <address> [<value>]\n"); 44 fprintf(stderr, "invalid end address\n"); 55 fprintf(stderr,"cannot open /dev/mem\n"); 67 fprintf(stderr,"cannot mmap region\n"); 76 fprintf(stderr,"%08x: %08x\n", addr, *x); 82 fprintf(stderr,"%08x: %04x\n", addr, *x); 88 fprintf(stderr,"%08x: %02x\n", addr, *x);
|
touch.c | 11 fprintf(stderr, "touch: usage: touch [-alm] [-t time_t] <file>\n"); 36 fprintf(stderr, "touch: invalid time_t\n"); 57 fprintf(stderr, "touch: no file specified\n"); 79 fprintf(stderr, "file = %s\n", file); 80 fprintf(stderr, "times[0].tv_sec = %ld, times[0].tv_nsec = %ld\n", times[0].tv_sec, times[0].tv_nsec); 81 fprintf(stderr, "times[1].tv_sec = %ld, times[1].tv_nsec = %ld\n", times[1].tv_sec, times[1].tv_nsec); 82 fprintf(stderr, "flags = 0x%8.8x\n", flags);
|
/external/chromium/third_party/libevent/test/ |
regress_dns.c | 78 fprintf(stdout, "[Timed out] "); 84 fprintf(stdout, "[Error code %d] ", result); 88 fprintf(stderr, "type: %d, count: %d, ttl: %d: ", type, count, ttl); 102 fprintf(stderr, "%s ", b); 104 fprintf(stderr, "%s ", strerror(errno)); 116 fprintf(stderr, "%s ", inet_ntoa(in_addrs[i])); 124 fprintf(stderr, "%s ", *(char **)addresses); 139 fprintf(stdout, "Simple DNS resolve: "); 145 fprintf(stdout, "OK\n"); 147 fprintf(stdout, "FAILED\n") [all...] |
/external/valgrind/main/memcheck/tests/linux/ |
timerfd-syscall.c | 119 fprintf(stderr, "error: clock_gettime\n"); 161 fprintf(stderr, "no ticks happened\n"); 190 fprintf(stderr, "\n\n---------------------------------------\n"); 191 fprintf(stderr, "| testing %s\n", clks[i].name); 192 fprintf(stderr, "---------------------------------------\n\n"); 194 fprintf(stderr, "relative timer test (at 500 ms) ...\n"); 210 fprintf(stderr, "waiting timer ...\n"); 214 fprintf(stderr, "whooops! no timer showed up!\n"); 216 fprintf(stderr, "got timer ticks (%ld) after %.1f s\n", 220 fprintf(stderr, "absolute timer test (at 500 ms) ...\n") [all...] |
/external/bluetooth/glib/tests/ |
spawn-test.c | 84 fprintf (stderr, "Error: %s\n", err->message); 110 fprintf (stderr, "Error: %s\n", err->message); 145 fprintf (stderr, "Error: %s\n", err->message); 155 fprintf (stderr, "Error: %s\n", err->message); 186 fprintf (stderr, "Error parsing command line? %s\n", err->message); 196 fprintf (stderr, "Error: %s\n", err->message); 206 fprintf (stderr, "Could not create pipes\n"); 215 fprintf (stderr, "Error parsing command line? %s\n", err->message); 226 fprintf (stderr, "Error: %s\n", err->message); 238 fprintf (stderr, "Read error: %s\n", g_strerror (errno)) [all...] |
/external/checkpolicy/test/ |
dismod.c | 78 fprintf(fp, "{"); 81 fprintf(fp, "%s ", perm); 82 fprintf(fp, "}"); 90 fprintf(fp, "{"); 95 fprintf(fp, " %s", perm); 98 fprintf(fp, " }"); 109 fprintf(fp, " [%s%s]", prefix, id); 111 fprintf(fp, " %s%s", prefix, id); 121 fprintf(fp, " * "); 124 fprintf(fp, " ~") [all...] |
/external/libmtp/examples/ |
folders.c | 48 fprintf(stdout, "Attempting to connect device(s)\n"); 53 fprintf(stdout, "mtp-folders: No Devices have been found\n"); 56 fprintf(stderr, "mtp-folders: There has been an error connecting. Exit\n"); 59 fprintf(stderr, "mtp-folders: Memory Allocation Error. Exit\n"); 65 fprintf(stderr, "mtp-folders: Unknown error, please report " 71 fprintf(stdout, "mtp-folders: Successfully connected\n"); 94 fprintf(stdout, "No folders found\n");
|
/system/extras/tests/ext4/ |
set_ext4_err_bit.c | 19 fprintf(stderr, "%s: Usage: %s <ext4_block_device>\n", me, me); 26 fprintf(stderr, "%s: Cannot open block device %s\n", me, argv[1]); 31 fprintf(stderr, "%s: Cannot lseek to superblock to read\n", me); 36 fprintf(stderr, "%s: Cannot read superblock\n", me); 41 fprintf(stderr, "%s: invalid superblock magic\n", me); 49 fprintf(stderr, "%s: Cannot lseek to superblock to write\n", me); 54 fprintf(stderr, "%s: Cannot write superblock\n", me);
|
/external/icu4c/samples/legacy/ |
legacy.cpp | 31 fprintf(stdout, "%c", (*str) & 0xFF); 33 fprintf(stdout, "\\u%04X", *str); 40 fprintf (stdout, "%s\n", comment); 43 fprintf(stdout, "%d ", i); 45 fprintf(stdout, "\n"); 52 fprintf(stdout, "%s\n", comment); 57 fprintf(stdout, "01 "); 59 fprintf(stdout, "%02X", *currentKey); 63 fprintf(stdout, " 00\n");
|
/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, 72 fprintf(stdout, "Validating file '%s'...\n", filename); 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);
|
/bootable/diskinstaller/editdisklbl/ |
editdisklbl.c | 42 fprintf(stderr, 81 fprintf(stderr, "Unknown argument: %c\n", (char)optopt); 87 fprintf(stderr, "Image filename and configuration file are required\n"); 94 fprintf(stderr, "Must provide partition -> file mappings\n"); 106 fprintf(stderr, "This program should only be used on regular files."); 112 fprintf(stderr, "Errors encountered while loading disk conf file %s", 133 fprintf(stderr, "Error: Too many partitions specified (%d)!\n", x); 138 fprintf(stderr, "Error parsing partition mappings\n"); 143 fprintf(stderr, "Partition '%s' not found.\n", part_name); 152 fprintf(stderr, "Could not stat file: %s\n", pair) [all...] |
/bootable/recovery/tools/ota/ |
check-lost+found.c | 52 fprintf(stderr, "Can't write %s: %s\n", kOutputFile, strerror(errno)); 58 fprintf(out, "*** check-lost+found ***\nStarted: %s", ctime(&start)); 68 fprintf(out, "Wrote %s, rebooting\n", kMarkerFile); 87 fprintf(out, "Reboot failed?!\n"); 90 fprintf(out, "Can't write %s: %s\n", kMarkerFile, strerror(errno)); 93 fprintf(out, "Found %s\n", kMarkerFile); 102 fprintf(out, "Can't open %s: %s\n", fn, strerror(errno)); 112 fprintf(out, "OMGZ FOUND %d FILES IN %s\n", count, fn); 114 fprintf(out, "%s is clean\n", fn); 122 fprintf(out, "Can't read kernel log: %s\n", strerror(errno)) [all...] |
/dalvik/libdex/ |
CmdUtils.cpp | 50 fprintf(stderr, "Unable to open '%s' as zip archive\n", 59 fprintf(stderr, "Unable to create output file '%s': %s\n", 70 fprintf(stderr, "Unable to find '%s' in '%s'\n", 78 fprintf(stderr, "Extract of '%s' from '%s' failed\n", 122 fprintf(stderr, 146 fprintf(stderr, 162 fprintf(stderr, "Not Zip, retrying as DEX\n"); 166 fprintf(stderr, "Zip has no classes.dex\n"); 180 fprintf(stderr, "ERROR: unable to open '%s': %s\n", 187 fprintf(stderr, "ERROR: Unable to map '%s'\n", fileName) [all...] |
/external/grub/util/ |
mbchk.c | 41 fprintf (stderr, "Try ``mbchk --help'' for more information.\n"); 64 fprintf (stderr, "%s: Read error.\n", filename); 81 fprintf (stderr, "%s: No Multiboot header.\n", filename); 92 fprintf (stderr, 101 fprintf (stderr, 122 fprintf (stderr, 131 fprintf (stderr, 140 fprintf (stderr, 149 fprintf (stderr, 160 fprintf (stderr [all...] |
/external/openssl/crypto/x509v3/ |
tabtest.c | 75 fprintf(stderr, "Extension number invalid expecting %d\n", i); 84 fprintf(stderr, "Extensions out of order!\n"); 87 } else fprintf(stderr, "Order OK\n");
|
/external/oprofile/libutil/tests/ |
file_tests.c | 50 fprintf(stderr, "chdir(\"/usr\") failed for %s\n", tests[i][0]); 56 fprintf(stderr, "NULL return for %s\n", tests[i][0]); 61 fprintf(stderr, "%s does not match %s given %s\n",
|
/external/valgrind/main/helgrind/tests/ |
free_is_write.c | 24 fprintf(stderr, "Start.\n"); 30 fprintf(stderr, "Pointer to allocated memory: %p\n", s_mem); 40 fprintf(stderr, "Done.\n");
|