/external/iproute2/tc/ |
tc_filter.c | 31 fprintf(stderr, "Usage: tc filter [ add | del | change | replace | show ] dev STRING\n"); 32 fprintf(stderr, " [ pref PRIO ] protocol PROTO\n"); 33 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n"); 34 fprintf(stderr, " [ root | ingress | egress | parent CLASSID ]\n"); 35 fprintf(stderr, " [ handle FILTERID ] [ [ FILTER_TYPE ] [ help | OPTIONS ] ]\n"); 36 fprintf(stderr, "\n"); 37 fprintf(stderr, " tc filter show [ dev STRING ] [ root | ingress | egress | parent CLASSID ]\n"); 38 fprintf(stderr, "Where:\n"); 39 fprintf(stderr, "FILTER_TYPE := { rsvp | u32 | bpf | fw | route | etc. }\n"); 40 fprintf(stderr, "FILTERID := ... format depends on classifier, see there\n") [all...] |
m_police.c | 37 fprintf(stderr, "Usage: ... police rate BPS burst BYTES[/BYTES] [ mtu BYTES[/BYTES] ]\n"); 38 fprintf(stderr, " [ peakrate BPS ] [ avrate BPS ] [ overhead BYTES ]\n"); 39 fprintf(stderr, " [ linklayer TYPE ] [ ACTIONTERM ]\n"); 41 fprintf(stderr, "New Syntax ACTIONTERM := conform-exceed <EXCEEDACT>[/NOTEXCEEDACT] \n"); 42 fprintf(stderr, "Where: *EXCEEDACT := pipe | ok | reclassify | drop | continue \n"); 43 fprintf(stderr, "Where: pipe is only valid for new syntax \n"); 49 fprintf(stderr, "Illegal \"%s\"\n", arg); 155 fprintf(stderr, "Illegal \"index\"\n"); 163 fprintf(stderr, "Double \"buffer/burst\" spec\n"); 174 fprintf(stderr, "Double \"mtu/minburst\" spec\n") [all...] |
q_drr.c | 28 fprintf(stderr, "Usage: ... drr\n"); 33 fprintf(stderr, "Usage: ... drr quantum SIZE\n"); 44 fprintf(stderr, "What is \"%s\"?\n", *argv); 65 fprintf(stderr, "Illegal \"quantum\"\n"); 73 fprintf(stderr, "What is \"%s\"?\n", *argv);
|
q_qfq.c | 25 fprintf(stderr, "Usage: ... qfq\n"); 30 fprintf(stderr, "Illegal \"%s\"\n", arg); 35 fprintf(stderr, "Usage: ... qfq weight NUMBER maxpkt BYTES\n"); 46 fprintf(stderr, "What is \"%s\"?\n", *argv); 82 fprintf(stderr, "What is \"%s\"?\n", *argv);
|
/external/libcap/progs/ |
setcap.c | 16 fprintf(stderr, 32 fprintf(stderr, "Please enter caps for file [empty line to end]:\n"); 38 fprintf(stderr, "\n[Error - aborting]\n"); 73 fprintf(stderr, "warning - unable to get process capabilities" 113 fprintf(stderr, "caps set to: [%s]\n", result); 186 fprintf(stderr, "NOTE: Under Linux, effective file capabilities must either be empty, or\n" 194 fprintf(stderr,
|
/external/libxml2/ |
testdict.c | 46 fprintf(stderr, "Out of memory while generating strings1\n"); 53 fprintf(stderr, "Out of memory while generating strings1\n"); 64 fprintf(stderr, "Out of memory while generating strings1\n"); 72 fprintf(stderr, "Out of memory while generating strings1\n"); 85 fprintf(stderr, "Out of memory while generating strings2\n"); 92 fprintf(stderr, "Out of memory while generating strings2\n"); 103 fprintf(stderr, "Out of memory while generating strings2\n"); 111 fprintf(stderr, "Out of memory while generating strings2\n"); 159 fprintf(stderr, "Out of memory while creating sub-dictionary\n"); 173 fprintf(stderr, "Failed lookup for '%s'\n", strings2[i]) [all...] |
/external/selinux/libselinux/utils/ |
selabel_lookup_best_match.c | 12 fprintf(stderr, 99 fprintf(stderr, "ERROR: calloc failed.\n"); 107 fprintf(stderr, "ERROR: malloc failed.\n"); 119 fprintf(stderr, "ERROR: selabel_open - Could not obtain " 137 fprintf(stderr, "ERROR: selabel_lookup_best_match " 141 fprintf(stderr, "ERROR: selabel_lookup_best_match " 146 fprintf(stderr, "selabel_lookup_best_match ERROR: "
|
/external/valgrind/VEX/switchback/ |
linker.c | 238 fprintf(stderr, "aPB oc=%p %p %d (%p .. %p)\n", oc, start, size, 259 fprintf(stderr, 337 fprintf(stderr, "paranoid_addto_StringMap(%s,%p)\n", name, addr); 339 fprintf(stderr, "duplicate: paranoid_addto_StringMap(%s,%p)\n", name, addr); 429 fprintf(stderr, "fixup area too small for %s\n", oc->fileName); 472 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP ); 567 fprintf(stderr,"%s: unknown symbol `%s'\n", 572 fprintf(stderr, "\n`%s' resolves to %p\n", symbol, (void*)S ); 576 fprintf(stderr, "Reloc: P = %p S = %p A = %p\n", 612 fprintf(stderr,"R_ARM_PC24: out of range delta 0x%x for %s\n" [all...] |
/build/tools/ijar/ |
ijar.cc | 77 fprintf(stderr, "INFO: StripClass: %s\n", filename); 92 fprintf(stderr, "Unable to open Zip file %s: %s\n", file_in, 99 fprintf(stderr, "Unable to open output file %s: %s\n", file_out, 107 fprintf(stderr, "%s\n", in->GetError()); 117 fprintf(stderr, "%s\n", out->GetError()); 124 fprintf(stderr, "INFO: produced interface jar: %s -> %s (%d%%).\n", 136 fprintf(stderr, "Usage: ijar [-v] x.jar [x_interface.jar>]\n"); 137 fprintf(stderr, "Creates an interface jar from the specified jar file.\n"); 170 fprintf(stderr, "Can't determine output filename since input filename " 177 fprintf(stderr, "INFO: writing to '%s'.\n", filename_out) [all...] |
/external/avahi/avahi-utils/ |
avahi-set-host-name.c | 59 fprintf(stderr, _("Client failure, exiting: %s\n"), avahi_strerror(avahi_client_errno(c))); 114 fprintf(stderr, _("Invalid number of arguments, expecting exactly one.\n")); 152 fprintf(stderr, _("Failed to create simple poll object.\n")); 160 fprintf(stderr, _("Failed to create client object: %s\n"), avahi_strerror(error)); 168 fprintf(stderr, _("Failed to query version string: %s\n"), avahi_strerror(avahi_client_errno(client))); 173 fprintf(stderr, _("Failed to query host name: %s\n"), avahi_strerror(avahi_client_errno(client))); 177 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn); 181 fprintf(stderr, _("Failed to create host name resolver: %s\n"), avahi_strerror(avahi_client_errno(client))); 189 fprintf(stderr, _("Failed to query host name: %s\n"), avahi_strerror(avahi_client_errno(client))); 193 fprintf(stderr, _("Host name successfully changed to %s\n"), hn) [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
CaliperMain.java | 65 PrintWriter stderr = new PrintWriter(System.err, true); local 69 exitlessMain(args, stdout, stderr); 73 e.display(stderr); 77 e.display(stderr); 80 e.display(stderr); 83 t.printStackTrace(stderr); 90 stderr.flush(); 96 public static void exitlessMain(String[] args, PrintWriter stdout, PrintWriter stderr) 105 .outputModule(new OutputModule(stdout, stderr)) 134 stderr.flush() [all...] |
/external/curl/tests/libtest/ |
lib586.c | 62 fprintf(stderr, "lock: no such data: %d\n", (int)data); 89 fprintf(stderr, "unlock: no such data: %d\n", (int)data); 105 fprintf(stderr, "curl_easy_init() failed\n"); 118 fprintf(stderr, "perform url '%s' repeat %d failed, curlcode %d\n", 145 fprintf(stderr, "curl_global_init() failed\n"); 152 fprintf(stderr, "curl_share_init() failed\n"); 175 fprintf(stderr, "curl_share_setopt() failed\n"); 200 fprintf(stderr, "curl_easy_init() failed\n"); 219 fprintf(stderr, "curl_share_cleanup succeed but error expected\n"); 235 fprintf(stderr, "curl_share_cleanup failed, code errno %d\n" [all...] |
/external/icu/icu4c/source/tools/icuinfo/ |
icuinfo.cpp | 80 fprintf(stderr, " error: U_IS_BIG_ENDIAN=%d != %d=actual 'is big endian'\n", 88 fprintf(stderr, " error: U_SIZEOF_WCHAR_T=%d != %d=sizeof(wchar_t)\n", 104 fprintf(stderr, " error: U_CHARSET_FAMILY=%d != %d=actual charset family\n", 117 fprintf(stderr, "Dynamic Loading: is disabled. No plugins will be loaded at start-up.\n"); 120 fprintf(stderr, "Plugins are disabled.\n"); 224 fprintf(stderr, 229 fprintf(stderr, "%s: Output information about the current ICU\n", argv[0]); 230 fprintf(stderr, "Options:\n" 242 fprintf(stderr, "International Components for Unicode %s\n%s\n", U_ICU_VERSION, U_COPYRIGHT_STRING ); 267 fprintf(stderr,"ERR: can't write to XML file %s\n", options[7].value) [all...] |
/external/libdrm/intel/ |
test_decode.c | 46 fprintf(stderr, "usage:\n"); 47 fprintf(stderr, " test_decode <batch>\n"); 48 fprintf(stderr, " test_decode <batch> -dump\n"); 115 fprintf(stderr, "platform lacks open_memstream, skipping.\n"); 126 fprintf(stderr, "Decode mismatch with reference `%s'.\n", 128 fprintf(stderr, "You can dump the new output using:\n"); 129 fprintf(stderr, " test_decode \"%s\" -dump\n", batch_filename); 163 fprintf(stderr, "Couldn't guess chipset id from batch filename `%s'.\n", 165 fprintf(stderr, "Must be contain one of:\n"); 167 fprintf(stderr, " %s\n", chipsets[i].name) [all...] |
/external/libvorbis/vq/ |
latticetune.c | 51 fprintf(stderr,"Need a lattice codebook on the command line.\n"); 55 fprintf(stderr,"Need a codeword data file on the command line.\n"); 77 fprintf(stderr,"Provided book is not a latticebook.\n"); 90 fprintf(stderr,"Could not open input file %s\n",argv[2]); 147 fprintf(stderr,"%4ld: ",j); 150 fprintf(stderr,"%+3.1f,", c->quantlist[index]*_float32_unpack(c->q_delta)+ 154 fprintf(stderr,"\t|"); 155 for(k=0;k<base-c->lengthlist[j];k++)fprintf(stderr,"*"); 156 fprintf(stderr,"\n"); 161 fprintf(stderr,"\r [all...] |
metrics.c | 69 fprintf(stderr,"Specify at least one codebook\n"); 119 fprintf(stderr,"\tminimum cell spacing (closest side): %g\n",sqrt(min)); 120 fprintf(stderr,"\tmaximum cell spacing (closest side): %g\n",sqrt(max)); 121 fprintf(stderr,"\tmean closest side spacing: %g\n",mean/total); 122 fprintf(stderr,"\tmean sq closest side spacing: %g\n",sqrt(meansq/total)); 129 fprintf(stderr,"Done. Processed %ld data points:\n\n", 132 fprintf(stderr,"Global statistics:******************\n\n"); 134 fprintf(stderr,"\ttotal samples: %ld\n",(long)count); 135 fprintf(stderr,"\ttotal bits required to code: %ld\n",(long)bits); 136 fprintf(stderr,"\taverage bits per sample: %g\n\n",bits/count) [all...] |
/external/selinux/policycoreutils/sandbox/ |
test_sandbox.py | 36 p = Popen(['sandbox', 'kill', '-HUP', str(pid)], stdout=PIPE, stderr=PIPE) 42 p = Popen(['sandbox', 'ping', '-c 1 ', '127.0.0.1'], stdout=PIPE, stderr=PIPE) 48 p = Popen(['sandbox', 'mkdir', '~/test'], stdout=PIPE, stderr=PIPE) 54 p = Popen(['sandbox', 'ls', '~'], stdout=PIPE, stderr=PIPE) 60 p = Popen(['sandbox', 'mail'], stdout=PIPE, stderr=PIPE) 66 p = Popen(['sandbox', 'sudo'], stdout=PIPE, stderr=PIPE) 72 p = Popen(['sandbox', '-M', 'id'], stdout=PIPE, stderr=PIPE) 78 p = Popen(['sandbox', '-l', 's0', 'id'], stdout=PIPE, stderr=PIPE) 85 p = Popen(['sandbox', '-H', homedir, '-M', 'id'], stdout=PIPE, stderr=PIPE) 93 p = Popen(['sandbox', '-T', tmpdir, '-M', 'id'], stdout=PIPE, stderr=PIPE [all...] |
/bionic/libc/tools/ |
check-symbols.py | 13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch) 70 sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library, arch)) 72 sys.stderr.write(' %s\n' % miss) 76 sys.stderr.write('%d extra %s in %s for %s:\n' % (len(extra), functions_or_variables, library, arch)) 78 sys.stderr.write(' %s\n' % s)
|
/device/google/dragon/audio/hal/dsp/tests/ |
raw.c | 23 fprintf(stderr, "cannot stat file %s\n", filename); 29 fprintf(stderr, "cannot open file %s\n", filename); 37 fprintf(stderr, "short read %zu\n", n); 81 fprintf(stderr, "cannot open file %s\n", filename); 85 fprintf(stderr, "short write file %s\n", filename);
|
/external/bison/src/ |
derives.c | 45 fputs ("DERIVES\n", stderr); 50 fprintf (stderr, "\t%s derives\n", symbols[i]->tag); 53 fprintf (stderr, "\t\t%3d ", (*rp)->user_number); 54 rule_rhs_print (*rp, stderr); 58 fputs ("\n\n", stderr);
|
/external/bzip2/ |
bzip2.c | 348 if (verbosity >= 2) fprintf ( stderr, "\n" ); 383 fprintf ( stderr, " no data compressed.\n"); 396 fprintf ( stderr, "%6.3f:1, %6.3f bits/byte, " 501 if (verbosity >= 2) fprintf ( stderr, "\n " ); 538 fprintf ( stderr, 601 if (verbosity >= 2) fprintf ( stderr, "\n " ); 607 fprintf ( stderr, "%s: %s: ", progName, inName ); 615 fprintf ( stderr, 621 fprintf ( stderr, 627 fprintf ( stderr, [all...] |
/external/libmicrohttpd/src/testcurl/https/ |
test_https_get_parallel_threads.c | 116 fprintf (stderr, "Error: failed to spawn test client threads.\n"); 150 fprintf (stderr, "Curl does not support SSL. Cannot run the test.\n"); 155 fprintf (stderr, "This test can be run only with libcurl-gnutls.\n"); 160 fprintf (stderr, "Error: %s\n", strerror (errno)); 187 fprintf (stderr, "Failed test: %s.\n", argv[0]);
|
test_https_multi_daemon.c | 62 fprintf (stderr, MHD_E_SERVER_INIT); 76 fprintf (stderr, MHD_E_SERVER_INIT); 106 fprintf (stderr, "Error (code: %u). l:%d f:%s\n", errorCount, __LINE__, 112 fprintf (stderr, MHD_E_TEST_FILE_CREAT); 130 fprintf (stderr,
|
/external/libpng/contrib/examples/ |
simpleover.c | 74 fprintf(stderr, "overflow: %u+%u -> %u\n", x, r, t); 88 fprintf(stderr, "error: %u/65535 = %f, not %u, error %f\n", 247 fprintf(stderr, "simpleover: read %s: %s\n", (*argv)[0], 254 fprintf(stderr, "simpleover: out of memory: %lu bytes\n", 268 fprintf(stderr, "simpleover: %s: %s\n", (*argv)[0], image.message); 303 fprintf(stderr, "simpleover: write sprite %s: %s\n", sprite->name, 308 fprintf(stderr, "simpleover: sprite %s: could not allocate tmpfile: %s\n", 342 fprintf(stderr, "simpleover: sprite %s @ (%d,%d) outside image\n", 373 fprintf(stderr, "simpleover: add sprite %s: %s\n", sprite->name, 381 fprintf(stderr, "simpleover: --add='%s': invalid position %s\n" [all...] |
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
regs.c | 70 fprintf(stderr, "get_instruction_pointer: " 90 fprintf(stderr, "get_instruction_pointer: " 99 fprintf(stderr, "get_instruction_pointer: " 110 fprintf(stderr, "get_stack_pointer: " 124 fprintf(stderr, "get_return_addr: "
|