Searched refs:USAGE (Results 1 - 25 of 37) sorted by relevance

12

/openbsd-current/lib/libedit/
H A Dmakelist39 USAGE="Usage: $0 -h|-dh|-fh|-bh <filenames>"
43 echo $USAGE 1>&2
170 echo $USAGE 1>&2
/openbsd-current/usr.bin/compress/
H A Dzforce20 USAGE="usage: $prog file ..."
22 echo $USAGE
H A Dzdiff31 USAGE="usage: z$prog [options] file1 [file2]"
104 echo "$USAGE" 1>&2
H A Dgzexe185 USAGE="usage: $prog [-d] file ..."
187 echo $USAGE
/openbsd-current/usr.bin/diff3/
H A Ddiff3.ksh29 USAGE="usage: diff3 [-3aEeXx] file1 file2 file3"
43 echo "$USAGE" 1>&2
51 echo "$USAGE" 1>&2
/openbsd-current/games/adventure/
H A Dsetup.c54 #define USAGE "Usage: setup file > data.c (file is typically glorkz)\n" macro
71 fprintf(stderr, USAGE);
/openbsd-current/usr.bin/locate/locate/
H A Dupdatedb.sh43 USAGE="usage: $0 [--fcodes=dbfile] [--filesystems='type ...'] [--prunepaths='dir ...'] [--searchpaths='dir ...'] [--tmpdir=dir]"
59 echo "$USAGE"
/openbsd-current/gnu/lib/libreadline/support/
H A Dshlib-install18 USAGE="$PROGNAME [-D] -O host_os -d installation-dir -i install-prog [-U] library"
29 -*) echo "$USAGE" >&2 ; exit 2;;
38 echo "$USAGE" >&2
H A Dshobj-conf49 USAGE="$PROGNAME [-C compiler] -c host_cpu -o host_os -v host_vendor"
57 *) echo "$USAGE" >&2 ; exit 2;;
/openbsd-current/gnu/llvm/llvm/utils/
H A Drelative_lines.py17 USAGE = """Example usage:
33 epilog = USAGE,
/openbsd-current/usr.bin/spell/
H A Dspell.ksh38 USAGE="usage: spell [-biltvx] [-d list] [-h spellhist] [-m a | e | l | m | s]\n\t[-s list] [+extra_list] [file ...]"
86 *) echo "$USAGE" 1>&2
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgccbug.in153 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
163 -t | --to) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
167 -f | --file) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
176 -c | --cc) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
179 -s | --severity) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
186 -h | --help) echo "$USAGE"; $REMOVE_TEMP; exit 0 ;;
195 -*) echo "$USAGE" ; $REMOVE_TEMP; exit 1 ;;
196 *) echo "$USAGE" ; $REMOVE_TEMP; exit 1
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dcvsbug.in156 ## USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [--request-id]
157 USAGE="Usage: $COMMAND [-PVL]
165 ## -t | --to) if [ $# -eq 1 ]; then echo "$USAGE"; exit 1; fi
169 ## -f | --file) if [ $# -eq 1 ]; then echo "$USAGE"; exit 1; fi
181 -h | --help) echo "$USAGE"; exit 0 ;;
183 -*) echo "$USAGE" ; exit 1 ;;
184 *) echo "$USAGE" ; exit 1
194 ## echo "$USAGE" ; exit 1
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcorecpan.pl19 die <<USAGE;
32 USAGE
H A Dadd-pod-file14 =head1 USAGE
84 =item 4 Call the program as in L</USAGE> above.
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dmain.py70 USAGE = USAGE_FROM_MODULE variable in class:TestProgram
111 print(self.USAGE % usage)
256 TestProgram.USAGE = USAGE_AS_MAIN
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-SHA/
H A Dshasum120 my($USAGE) = $POD =~ /SYNOPSIS(.+?)^=/sm;
121 $USAGE =~ s/^\s*//;
122 $USAGE =~ s/\s*$//;
123 $USAGE =~ s/^ //gm;
124 print $USAGE, "\n";
/openbsd-current/gnu/usr.bin/perl/lib/
H A DBenchmark.pm539 $_Usage{clearcache} = <<'USAGE';
541 USAGE
548 $_Usage{clearallcache} = <<'USAGE';
550 USAGE
557 $_Usage{enablecache} = <<'USAGE';
559 USAGE
566 $_Usage{disablecache} = <<'USAGE';
568 USAGE
600 $_Usage{timediff} = <<'USAGE';
602 USAGE
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A Dtml94 =head1 USAGE
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DUtils.pm30 =head1 USAGE
/openbsd-current/usr.sbin/ldapd/
H A Dschema.c810 } else if (strcasecmp(kw, "USAGE") == 0) {
1322 if (strlcat(buf, " USAGE directoryOperation", size) >= size)
1326 if (strlcat(buf, " USAGE distributedOperation", size) >= size)
1330 if (strlcat(buf, " USAGE dSAOperation", size) >= size)
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Dcvs2vendor.sh33 echo USAGE: $0 srcdir dstdir
/openbsd-current/usr.sbin/ypserv/ypinit/
H A Dypinit.sh17 ERROR=USAGE # assume usage error
72 if [ "${ERROR}" = "USAGE" ]; then
/openbsd-current/usr.bin/sdiff/
H A Dsdiff.c456 goto USAGE;
490 USAGE:
/openbsd-current/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/
H A DOSType.pm121 =head1 USAGE

Completed in 195 milliseconds

12