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

1234

/freebsd-11-stable/crypto/openssh/
H A Dfixpaths4 # Usage: fixpaths -Dsomething=somethingelse ...
18 die Usage: $0 '[-Dstring=replacement] [[infile] ...]'
/freebsd-11-stable/contrib/groff/contrib/gdiffmk/
H A Dgdiffmk.sh26 function Usage { function
33 Usage: ${cmd} [ OPTIONS ] FILE1 FILE2 [ OUTPUT ]
76 # Usage: FileRead exit_code filename
98 # Usage: FileCreate exit_code filename
187 Usage "Option \`-M' is missing the MARK2 value."
204 Usage
225 Usage "The \`${DIFFCMD}' program does not accept" \
231 Usage "${badoption}"
236 Usage "Incorrect number of arguments."
241 Usage "Bot
[all...]
/freebsd-11-stable/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 DSchedulerStatistics.h68 std::vector<BufferUsage> Usage; member in class:llvm::mca::final
H A DResourcePressureView.cpp137 double Usage = ResourceUsage[I + Source.size() * E]; local
138 printResourcePressure(FOS, Usage / Executions, (I + 1) * 7);
162 double Usage = ResourceUsage[J + BaseEltIdx]; local
163 printResourcePressure(FOS, Usage / Executions, (J + 1) * 7);
/freebsd-11-stable/tools/tools/termcap/
H A Dtermcap.pl35 Usage: $0 -c <term1> <term2> label
40 Usage: $0 -l [term] label
43 Usage: $0 -p <term> label
46 Usage: $0 -r <term> label
/freebsd-11-stable/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-11-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c80 Usage(void) function
83 "Usage: fiforead [options] fifofile\n"
136 Usage();
153 Usage();
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dtestsuite_flags.in14 Usage:
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacapps.h196 #define ACPI_USAGE_HEADER(Usage) \
197 printf ("Usage: %s\nOptions:\n", Usage);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h219 /// \param Usage - USAGE: Usage
228 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
232 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
/freebsd-11-stable/usr.sbin/nghook/
H A Dmain.c64 static void Usage(void);
121 Usage();
130 Usage();
133 Usage();
148 Usage();
290 Usage(void) function
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp81 size_t Usage = 512 * 1024; local
104 Usage = StackPtr < EnvEnd ? EnvEnd - StackPtr : StackPtr - EnvEnd;
108 return Usage;
/freebsd-11-stable/contrib/libxo/
H A Dlibxo-config.in20 Usage: libxo-config [OPTION]
/freebsd-11-stable/crypto/heimdal/
H A Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslhelp.c161 * FUNCTION: Usage
173 Usage ( function
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in92 Usage: $0 [-d drift_file] [-n] [-t timer]
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in4 Usage $0 mapname base < mapfile >mapfile.ldif
/freebsd-11-stable/sbin/reboot/
H A Dnextboot.sh55 Usage: nextboot [-af] [-e variable=value] [-k kernel] [-o options]
/freebsd-11-stable/contrib/dialog/
H A Ddialog.c527 Usage(const char *msg) function
564 Usage(temp);
586 Usage(msg);
1150 Usage(temp);
1173 Usage(temp);
1210 Usage(temp);
1285 "Usage: %s <options> { --and-widget <options> }",
1833 Usage(temp);
1854 Usage("Expected a box option");
1860 Usage(tem
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh27 Usage: gdb_mbuild.sh [ <options> ... ] <srcdir> <builddir>
157 # Usage: fail <message> <test-that-should-succeed>. Should the build
179 # Usage: log <level> <logfile>. Write standard input to <logfile> and
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c79 static void Usage(const char *msg);
168 Usage((char *)NULL);
186 Usage("no command specified");
655 * Usage()
658 Usage(const char *msg) function
/freebsd-11-stable/usr.sbin/ppp/
H A Dmain.c193 Usage(void) function
251 Usage();
260 Usage();
264 Usage();
/freebsd-11-stable/contrib/openpam/
H A Dtest-driver44 Usage:
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...

Completed in 160 milliseconds

1234