Searched refs:getopts (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/tools/tools/hcomp/
H A Dhcomp.pl88 getopts('b:v')
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibprintca.pl65 if (!getopts("hRlC:P:G")) { usage_and_exit $argv0; }
H A Dibprintrt.pl65 if (!getopts("hRlC:P:G")) { usage_and_exit $argv0; }
H A Dibprintswitch.pl65 if (!getopts("hRlC:P:G")) { usage_and_exit $argv0; }
H A Dibswportwatch.pl144 if (!getopts("hbvp:n:G")) { usage_and_exit $argv0; }
H A Dibfindnodesusing.pl89 if (!getopts("hRC:P:")) { usage_and_exit $argv0; }
H A Dcheck_lft_balance.pl241 if (!getopts("hRv")) {
H A Dibidsverify.pl56 if (!getopts("hR")) { usage_and_exit $argv0; }
H A Dibqueryerrors.pl166 if (!getopts("has:crRS:D:dC:P:")) { usage_and_exit $argv0; }
H A Diblinkinfo.pl82 if (!getopts("hcpldRS:D:C:P:g")) { usage_and_exit $argv0; }
/freebsd-11.0-release/tools/tools/mtxstat/
H A Dmtxstat.pl51 getopts("acgl:mrt", \%opts)
/freebsd-11.0-release/tools/tools/genericize/
H A Dgenericize.pl39 getopts('c', \%opts);
/freebsd-11.0-release/bin/sh/
H A Doptions.c78 static int getopts(char *, char *, char **, char ***, char **);
424 * The getopts builtin. Shellparam.optnext points to the next argument
427 * then it's the first time getopts has been called.
437 error("usage: getopts optstring var [arg]");
461 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,
466 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, function
/freebsd-11.0-release/contrib/sendmail/contrib/
H A Detrn.pl50 getopts('bv');
H A Dsmcontrol.pl330 getopts('f:', $opts) || die "Usage: $0 [-f /path/to/control/socket] command\n";
H A Ddoublebounce.pl116 getopts('d');
H A Dqtool.pl79 Getopt::Std::getopts('bC:de:Qs:', \%opts);
/freebsd-11.0-release/usr.bin/unzip/
H A Dunzip.c941 getopts(int argc, char *argv[]) function
1034 nopts = getopts(argc, argv);
1056 nopts += getopts(argc - nopts, argv + nopts);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl531 die $USAGE unless (getopts($OPTSTR));
/freebsd-11.0-release/release/doc/share/misc/
H A Dman2hwnotes.pl66 if (!getopts("a:cd:lo:",\%options)) {
/freebsd-11.0-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6053 getopts('a:d:e:i:mnsvx');
/freebsd-11.0-release/contrib/openpam/misc/
H A Dgendoc.pl666 unless (@ARGV && getopts("op", \%opts));

Completed in 214 milliseconds