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

12

/ast/src/cmd/mam/
H A Dmamsh.sh25 USAGE=$'
40 USAGE=""
47 getopts $ARGV0 "$USAGE" OPT '-?'
51 while getopts $ARGV0 "$USAGE" OPT
H A Dmamdag.sh25 USAGE=$'
42 USAGE=""
49 getopts $ARGV0 "$USAGE" OPT '-?'
53 while getopts $ARGV0 "$USAGE" OPT
H A Dmamdot.sh24 USAGE=$'
41 USAGE="i:[pattern]"
48 getopts $ARGV0 "$USAGE" OPT '-?'
56 while getopts $ARGV0 "$USAGE" OPT
H A Dmamexec.sh29 USAGE=$'
58 USAGE="dfins"
65 getopts $ARGV0 "$USAGE" OPT '-?'
85 while getopts $ARGV0 "$USAGE" OPT
/ast/src/cmd/pax/
H A Drpm2cpio.sh25 USAGE=$'
45 USAGE="nv [ file ]"
52 getopts $ARGV0 "$USAGE" OPT '-?'
58 while getopts $ARGV0 "$USAGE" OPT
H A Ddelta2patch.sh22 USAGE=$'
41 getopts -a $command "$USAGE" OPT '--??long'
45 while getopts -a $command "$USAGE" OPT
/ast/src/cmd/html/
H A Ddownload.sh25 USAGE=$'
42 id=${USAGE##????}
46 USAGE='i:[file] [ file ... ]'
54 getopts $ARGV0 "$USAGE" OPT '-?'
58 while getopts $ARGV0 "$USAGE" OPT
/ast/src/cmd/cs/vcs_src/
H A Dmnt_touch.c22 #define USAGE "rm file ... # remove cached files" macro
27 printf("\t%s\n", USAGE);
56 printf(USAGE);
H A Dmnt_umount.c22 #define USAGE "umount mount-point1 mount-point2 ..." macro
27 printf("\t%s\n", USAGE);
61 printf(USAGE);
H A Dmnt_mount.c24 #define USAGE "mount [-f mount_file]\ macro
62 printf("\t%s # mount a remote file server\n", USAGE);
108 printf("%s\n", USAGE);
121 printf("%s\n", USAGE);
127 printf("ERROR: %s\n", USAGE);
164 printf("ERROR: %s\n", USAGE);
H A Dmnt_list.c22 #define USAGE "list [mount-point ...]" macro
27 printf("\t%s\n", USAGE);
64 printf(USAGE);
/ast/src/cmd/tw/
H A Dlocate.sh25 USAGE=$'
54 USAGE="nd:[path] pattern ..."
61 getopts $ARGV0 "$USAGE" OPT '-?'
68 while getopts $ARGV0 "$USAGE" OPT
H A Dupdatedb.sh30 USAGE=$'
81 USAGE="aiglnOPXd:['dir1 dir2 ...']k:['dir1 dir2 ...']o:[dbfile]p:['dir1 dir2 ...']r:['dir1 dir2 ...']u:[user]D:[level]"
88 getopts $ARGV0 "$USAGE" OPT '-?'
103 while getopts $ARGV0 "$USAGE" OPT
/ast/src/cmd/INIT/
H A Dfilter.sh29 USAGE=$'
48 USAGE="command [ option ... ] [ file ... ]"
55 getopts $ARGV0 "$USAGE" OPT '-?'
59 while getopts $ARGV0 "$USAGE" OPT
H A Dcrossexec.sh28 USAGE=$'
62 USAGE="crosstype command [ option ... ] [ file ... ]"
69 getopts $ARGV0 "$USAGE" OPT '-?'
77 while getopts $ARGV0 "$USAGE" OPT
H A Dexecrate.sh28 USAGE=$'
54 getopts $ARGV0 "$USAGE" OPT '-?'
58 while getopts $ARGV0 "$USAGE" OPT
H A Dhurl.sh29 USAGE=$'
59 USAGE="a:v"
66 getopts $ARGV0 "$USAGE" OPT '-?'
72 while getopts $ARGV0 "$USAGE" OPT
H A Dditto.sh25 USAGE=$'
73 USAGE="de:[tw-expression]mnouvD source destination"
80 getopts $ARGV0 "$USAGE" OPT '-?'
143 while getopts $ARGV0 "$USAGE" OPT
H A Dmamprobe.sh35 0123) USAGE=$'
79 while getopts -a "$command" "$USAGE" OPT
/ast/src/cmd/proto/
H A Dchanges.sh24 USAGE=$'
45 USAGE=" table ..."
52 getopts $ARGV0 "$USAGE" OPT '-?'
57 while getopts $ARGV0 "$USAGE" OPT
H A Dsear.sh35 USAGE=$'
82 USAGE="c:[command]i:[icon]o:[output]r:[ratz-src] [ file ] ..."
89 getopts $ARGV0 "$USAGE" OPT '-?'
93 while getopts $ARGV0 "$USAGE" OPT
/ast/src/lib/libast/string/
H A Dfmtident.c28 #define USAGE 02 macro
50 i |= USAGE;
/ast/src/cmd/msgcc/
H A Dmsgadmin.sh26 USAGE=$'
61 USAGE="Dcd:gno:rstv [ file ... ]"
68 getopts $ARGV0 "$USAGE" OPT '-?'
88 while getopts $ARGV0 "$USAGE" OPT
/ast/src/cmd/ie/
H A Die.sh24 typeset OPT ARGV0 USAGE
29 USAGE=$'
76 USAGE='h:[history]nt command [ arg ... ]'
82 while getopts $ARGV0 "$USAGE" OPT
91 0) set -- '-?'; getopts $ARGV0 "$USAGE" OPT; exit 2 ;;
/ast/src/cmd/warp/
H A Dwarp.sh25 typeset OPT ARGV0 USAGE
30 USAGE=$'
123 USAGE='b:[base]f:[factor]nt date [ command [ arg ... ] ]'
129 while getopts $ARGV0 "$USAGE" OPT
140 0) set -- '-?'; getopts $ARGV0 "$USAGE" OPT; exit 2 ;;

Completed in 77 milliseconds

12