Searched refs:USAGE (Results 51 - 75 of 88) sorted by relevance

1234

/freebsd-11-stable/contrib/less/
H A Dmkutable4 my $USAGE = <<__EOF__;
36 die $USAGE if not getopts('f:n');
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl39 $USAGE = "Usage: $PNAME [-abfghjlnqs] [-d dir] [-i isa] "
74 print $USAGE;
531 die $USAGE unless (getopts($OPTSTR));
552 die $USAGE if (scalar(@files) == 0);
/freebsd-11-stable/usr.sbin/bsdconfig/includes/
H A Dincludes.sh161 h|\?) f_usage $BSDCFG_LIBE/$APP_DIR/USAGE "PROGRAM_NAME" "$pgm" ;;
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dnode.c98 return (USAGE);
350 return (USAGE);
356 return (USAGE);
392 return (USAGE);
398 return (USAGE);
434 return (USAGE);
440 return (USAGE);
H A Dhccontrol.c236 e = USAGE;
248 case USAGE:
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c553 return (USAGE);
573 return (USAGE);
593 return (USAGE);
615 return (USAGE);
623 return (USAGE);
714 return (USAGE);
H A Dsdpcontrol.c153 e = USAGE;
165 case USAGE:
/freebsd-11-stable/contrib/gcc/
H A Dgccbug.in157 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
167 -t | --to) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
171 -f | --file) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
180 -c | --cc) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
183 -s | --severity) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
190 -h | --help) echo "$USAGE"; $REMOVE_TEMP; exit 0 ;;
199 -*) echo "$USAGE" ; $REMOVE_TEMP; exit 1 ;;
200 *) echo "$USAGE" ; $REMOVE_TEMP; exit 1
/freebsd-11-stable/tools/tools/sysdoc/
H A Dsysdoc.sh31 USAGE="Usage: run.sh -k [absolute path]"
222 *) echo "$USAGE"
/freebsd-11-stable/usr.sbin/bsdconfig/mouse/
H A Denable61 h|\?) f_usage $BSDCFG_LIBE/$APP_DIR/USAGE "PROGRAM_NAME" "$pgm" ;;
/freebsd-11-stable/usr.sbin/bsdconfig/networking/
H A Ddevices65 h|\?) f_usage $BSDCFG_LIBE/$APP_DIR/USAGE "PROGRAM_NAME" "$pgm" ;;
/freebsd-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c150 e = USAGE;
162 case USAGE:
/freebsd-11-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.c156 e = USAGE;
168 case USAGE:
H A Dl2cap.c121 return (USAGE);
268 return (USAGE);
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.c65 #define USAGE "[-v] [-d] [-c config] [-n name] [-t target] [-p pidfile]" macro
124 fprintf(stderr, "usage: %s " USAGE "\n", pname);
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Dttys180 h|\?) f_usage $BSDCFG_LIBE/$APP_DIR/USAGE "PROGRAM_NAME" "$pgm" ;;
/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c300 #define USAGE \ macro
304 #define USAGE \ macro
351 errx(1, USAGE);
/freebsd-11-stable/contrib/libreadline/support/
H A Dshobj-conf53 USAGE="$PROGNAME [-C compiler] -c host_cpu -o host_os -v host_vendor"
61 *) echo "$USAGE" >&2 ; exit 2;;
/freebsd-11-stable/share/dtrace/
H A Dretval31 * USAGE: retval name
/freebsd-11-stable/usr.sbin/nfscbd/
H A Dnfscbd.c151 #define USAGE "[ -p port_num ] [ -P client_principal ]" macro
322 errx(1, "usage: nfscbd %s", USAGE);
/freebsd-11-stable/usr.bin/ktrdump/
H A Dktrdump.c50 #define USAGE \ macro
370 fprintf(stderr, USAGE);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h228 _TT_(USAGE) \
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h182 #define USAGE(c) (*ntpsnmpdOptions.pUsageProc)(&ntpsnmpdOptions, c) macro
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_funcs.c833 #define USAGE "\ macro
836 (void)fprintf(stderr, "%s", USAGE);
837 #undef USAGE macro
/freebsd-11-stable/usr.sbin/ypserv/
H A Dypinit.sh26 ERROR=USAGE # assume usage error
81 if [ "${ERROR}" = "USAGE" ]; then

Completed in 358 milliseconds

1234