| /src/sys/arch/next68k/stand/boot/ |
| installboot.sh | 8 Usage() { 9 echo "Usage: installboot bootprog device" >&2 14 if [ $# != 2 ]; then Usage; fi 15 if [ ! -f $1 ]; then Usage "bootprog must be a regular file"; fi 16 if [ ! -c $2 ]; then Usage "device must be a character special file"; fi
|
| /src/external/ibm-public/postfix/dist/mantools/ |
| spelldiff | 3 # Usage: spelldiff baseline files... 6 0|1) echo Usage: $0 baseline files... 1>&2; exit 1;;
|
| /src/external/gpl2/groff/dist/contrib/gdiffmk/ |
| gdiffmk.sh | 26 function Usage { 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 "Both FILE1 and FILE2 are \`-'. [all...] |
| /src/lib/ |
| checkvers | 63 Usage ( ) { 64 echo "Usage: $1 [-q] -d [installedlibdir [library name]]" 81 Usage $0 91 Usage $0 ; exit 2 95 Usage $0 ; exit 2 99 Usage $0 ; exit 2 101 -h) Usage $0 ; exit 0;; 108 Usage $0 ; exit 2 111 Usage $0 ; exit 2 114 Usage $0 ; exit [all...] |
| checkver | 76 Usage() { 78 Usage: $PROG [-q] [-v version_file] -d [installedlibdir [library name]] 142 Usage 146 Usage 150 Usage 154 *) Usage;; 161 Usage
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| SchedulerStatistics.cpp | 25 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...] |
| ResourcePressureView.cpp | 139 double Usage = ResourceUsage[I + Source.size() * E]; 140 printResourcePressure(FOS, Usage / Executions, (I + 1) * 7); 162 double Usage = ResourceUsage[J + BaseEltIdx]; 163 printResourcePressure(FOS, Usage / Executions, (J + 1) * 7); 189 double Usage = RU / Executions; 193 {"ResourceUsage", Usage}}));
|
| /src/usr.sbin/mopd/moptrace/ |
| moptrace.c | 35 * Usage: moptrace -a [ -d ] [ -3 | -4 ] 56 __dead static void Usage(void); 88 Usage(); 98 Usage(); 111 Usage(void) 113 (void) fprintf(stderr, "usage: %s -a [ -d ] [ -3 | -4 ]\n",
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| errinfo | 14 # USAGE: errinfo [-ch] [-p PID] [-n name] 65 &Usage() if $ARGV[0] eq "--help"; 66 getopts('ch:n:p:') || &Usage(); 67 &Usage() if $opt_h; 167 # Usage message 169 sub Usage { 170 print STDERR "USAGE: errinfo [-ch] [-p PID] [-n name]\n";
|
| /src/external/cddl/dtracetoolkit/dist/ |
| errinfo | 14 # USAGE: errinfo [-ch] [-p PID] [-n name] 65 &Usage() if $ARGV[0] eq "--help"; 66 getopts('ch:n:p:') || &Usage(); 67 &Usage() if $opt_h; 167 # Usage message 169 sub Usage { 170 print STDERR "USAGE: errinfo [-ch] [-p PID] [-n name]\n";
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| elisp-comp | 38 Usage: elisp-comp [--help] [--version] FILES...
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| lineno.sh | 24 Usage: $0 <script> <tempfile> [script args] 26 Rewrite the $LINENO usage in <script> with the line number. The temp script is
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| lineno.sh | 24 Usage: $0 <script> <tempfile> [script args] 26 Rewrite the $LINENO usage in <script> with the line number. The temp script is
|
| /src/usr.sbin/mopd/mopd/ |
| mopd.c | 34 * Usage: mopd -a [ -d -f -v ] [ -3 | -4 ] 56 __dead static void Usage(void); 99 Usage(); 113 Usage(); 153 Usage(void) 155 (void) fprintf(stderr, "usage: %s -a [ -d -f -v ] [ -3 | -4 ]\n",
|
| /src/usr.sbin/mopd/mopchk/ |
| mopchk.c | 35 * Usage: mopchk [-a] [-v] [filename...] 52 __dead static void Usage(void); 82 Usage(); 144 Usage(void) 146 (void) fprintf(stderr, "usage: %s [-a] [-v] [filename...]\n",
|
| /src/sys/arch/sparc/stand/binstall/ |
| binstall.sh | 25 Usage () { 26 echo "Usage: $0"' [options] <"net"|"ffs"> <directory>' 68 \?) Usage;; 80 Usage 88 Usage
|
| /src/usr.sbin/mopd/mopprobe/ |
| mopprobe.c | 47 __dead static void Usage(void); 67 Usage(); 73 Usage(); 84 Usage(void) 86 (void)fprintf(stderr, "usage: %s -a|interface\n", getprogname());
|
| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/ |
| testsuite_flags.in | 10 Usage:
|
| /src/distrib/sets/ |
| listpkgs | 13 usage() function 15 cat 1>&2 <<USAGE 16 Usage: ${0##*/} [-a arch] [-m machine] [-s setsdir] [-p prefix] setname 21 USAGE 39 usage 45 usage
|
| /src/external/gpl3/gcc/dist/contrib/reghunt/bin/ |
| reg-test | 104 echo Usage: $0 config_file
|
| /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/ |
| reg-test | 104 echo Usage: $0 config_file
|
| /src/sys/external/bsd/acpica/dist/include/ |
| acapps.h | 93 /* Macros for usage messages */ 95 #define ACPI_USAGE_HEADER(Usage) \ 96 printf ("Usage: %s\nOptions:\n", Usage);
|
| /src/tools/compat/buildaux/ |
| nb_check_cc_flag.m4 | 41 m4_ifblank([$1], [m4_fatal([Usage: $0(FLAG,[VAR=FLAG_DERIVED])])])dnl
|
| /src/external/bsd/kyua-cli/dist/integration/ |
| cmd_help_test.sh | 33 grep '^Usage: kyua' stdout || atf_fail 'No usage line printed' 45 grep '^Usage: kyua' stdout || atf_fail 'No usage line printed' 59 grep '^Usage: kyua' stdout || atf_fail 'No usage line printed' 67 Usage error for command help: The command abc does not exist. 68 Type 'kyua help help' for usage information. 77 Usage error for command help: Too many arguments. 78 Type 'kyua help help' for usage information [all...] |
| /src/external/apache2/llvm/dist/clang/tools/driver/ |
| cc1_main.cpp | 79 // If we can't compute the current stack usage, allow for 512K of command 81 size_t Usage = 512 * 1024; 104 Usage = StackPtr < EnvEnd ? EnvEnd - StackPtr : StackPtr - EnvEnd; 108 return Usage;
|