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

/freebsd-11-stable/tools/tools/hcomp/
H A Dhcomp.pl88 getopts('b:v')
/freebsd-11-stable/tools/tools/mtxstat/
H A Dmtxstat.pl51 getopts("acgl:mrt", \%opts)
/freebsd-11-stable/tools/tools/genericize/
H A Dgenericize.pl39 getopts('c', \%opts);
/freebsd-11-stable/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-stable/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-stable/usr.bin/unzip/
H A Dunzip.c943 getopts(int argc, char *argv[]) function
1036 nopts = getopts(argc, argv);
1058 nopts += getopts(argc - nopts, argv + nopts);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl531 die $USAGE unless (getopts($OPTSTR));
/freebsd-11-stable/release/doc/share/misc/
H A Dman2hwnotes.pl66 if (!getopts("a:cd:lo:",\%options)) {
/freebsd-11-stable/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6053 getopts('a:d:e:i:mnsvx');
/freebsd-11-stable/contrib/openpam/misc/
H A Dgendoc.pl672 unless (@ARGV && getopts("op", \%opts));

Completed in 200 milliseconds