Searched refs:Usage (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-current/crypto/openssh/
H A Dfixpaths4 # Usage: fixpaths -Dsomething=somethingelse ...
18 die Usage: $0 '[-Dstring=replacement] [[infile] ...]'
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp25 Usage(STI.getSchedModel().NumProcResourceKinds, {0, 0, 0}) {
53 Usage[LQResourceID].SlotsInUse++;
58 Usage[SQResourceID].SlotsInUse++;
64 assert(Usage[LQResourceID].SlotsInUse);
65 Usage[LQResourceID].SlotsInUse--;
68 assert(Usage[SQResourceID].SlotsInUse);
69 Usage[SQResourceID].SlotsInUse--;
79 Usage[Buffer].SlotsInUse++;
88 Usage[Buffer].SlotsInUse--;
93 for (BufferUsage &BU : Usage) {
[all...]
H A DResourcePressureView.cpp139 double Usage = ResourceUsage[I + Source.size() * E]; local
140 printResourcePressure(FOS, Usage / Executions, (I + 1) * 7);
162 double Usage = ResourceUsage[J + BaseEltIdx]; local
163 printResourcePressure(FOS, Usage / Executions, (J + 1) * 7);
189 double Usage = RU / Executions; local
193 {"ResourceUsage", Usage}}));
H A DSchedulerStatistics.h68 std::vector<BufferUsage> Usage; member in class:llvm::mca::final
/freebsd-current/tools/tools/termcap/
H A Dtermcap.pl34 Usage: $0 -c <term1> <term2> label
39 Usage: $0 -l [term] label
42 Usage: $0 -p <term> label
45 Usage: $0 -r <term> label
/freebsd-current/contrib/sendmail/libsm/
H A Dtest.c42 static char Usage[] = "\ variable
43 Usage: %s [-h] [-v]\n\
89 (void) fprintf(stderr, Usage, argv[0], argv[0]);
/freebsd-current/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c78 Usage(void) function
81 "Usage: fiforead [options] fifofile\n"
134 Usage();
151 Usage();
/freebsd-current/usr.sbin/fwget/
H A Dfwget.sh35 Usage: $(basename "$0") [options] [subsystem]
/freebsd-current/contrib/kyua/integration/
H A Dcmd_help_test.sh34 grep '^Usage: kyua' stdout || atf_fail 'No usage line printed'
47 grep '^Usage: kyua' stdout || atf_fail 'No usage line printed'
61 grep '^Usage: kyua' stdout || atf_fail 'No usage line printed'
69 Usage error for command help: The command abc does not exist.
79 Usage error for command help: Too many arguments.
H A Dglobal_test.sh33 Usage error: No command provided.
44 Usage error: Unknown option --this_is_unknown.
55 Usage error: Unknown command 'i_am_not_known'.
H A Dcmd_about_test.sh130 Usage error for command about: Invalid about topic 'foo'.
140 Usage error for command about: Too many arguments.
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacapps.h196 #define ACPI_USAGE_HEADER(Usage) \
197 printf ("Usage: %s\nOptions:\n", Usage);
/freebsd-current/usr.sbin/nghook/
H A Dmain.c62 static void Usage(void);
119 Usage();
128 Usage();
131 Usage();
146 Usage();
288 Usage(void) function
/freebsd-current/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp56 void Usage(std::string msg, bool exit_with_error) { function in class:Handler
92 Usage("Must provide a test case name", true);
113 Usage("Unknown variable: " + kv, true);
119 Usage("Unknown option -" + std::string(1, static_cast<char>(c)), true);
130 Usage("Must provide a test case name", true);
/freebsd-current/contrib/libxo/
H A Dlibxo-config.in20 Usage: libxo-config [OPTION]
/freebsd-current/crypto/heimdal/
H A Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/freebsd-current/tests/sys/cddl/zfs/tests/mount/
H A Dmounttest.ksh61 ?) log_fail Usage: $0 [-u unmountcmd]
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslhelp.c161 * FUNCTION: Usage
173 Usage ( function
/freebsd-current/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in92 Usage: $0 [-d drift_file] [-n] [-t timer]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h306 /// \param Usage - USAGE: Usage
315 void printHelp(raw_ostream &OS, const char *Usage, const char *Title,
319 void printHelp(raw_ostream &OS, const char *Usage, const char *Title,
324 void internalPrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
/freebsd-current/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp85 size_t Usage = 512 * 1024; local
108 Usage = StackPtr < EnvEnd ? EnvEnd - StackPtr : StackPtr - EnvEnd;
112 return Usage;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp263 std::string Usage(argv[0]);
264 Usage += " [options] library-file [library-file...]";
265 Tbl.printHelp(outs(), Usage.c_str(),
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
H A Dtest-driver44 Usage:
/freebsd-current/contrib/openpam/
H A Dtest-driver44 Usage:

Completed in 161 milliseconds

1234