Home
last modified time | relevance | path

Searched refs:getopts (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14-stable/crypto/openssl/util/
HDecho.pl9 getopts('n') or die "Invalid option: $!\n";
HDmkpod2html.pl23 getopts('i:o:t:r:');
HDfind-doc-nits63 getopts('cdehlm:nouv');
/freebsd-14-stable/tools/tools/hcomp/
HDhcomp.pl87 getopts('b:v')
/freebsd-14-stable/usr.sbin/ntp/scripts/
HDntptrace12 getopts('n');
/freebsd-14-stable/tools/tools/mtxstat/
HDmtxstat.pl50 getopts("acgl:mrt", \%opts)
/freebsd-14-stable/tools/tools/genericize/
HDgenericize.pl38 getopts('c', \%opts);
/freebsd-14-stable/contrib/sendmail/contrib/
HDdoublebounce.pl116 getopts('d');
HDbuildvirtuser124 getopts('ft', $opts) || die "Usage: $0 [-f] [-t]\n";
HDcidrexpand89 getopts('cfhOSt:', \%opts);
HDsmcontrol.pl330 getopts('f:', $opts) || die "Usage: $0 [-f /path/to/control/socket] command\n";
HDetrn.pl50 getopts('bv');
HDqtool.pl79 Getopt::Std::getopts('bC:de:Qs:', \%opts);
HDmmuegel1015 ;# newgetopts.pl - a better newgetopt (which is a better getopts which is
1028 ;# getopts.pl. Thus all non-switches/options will be kept in ARGV even if they
1041 ;# $Switches is just like the formal arguemnt of getopts.pl. $Usage is a usage
1750 # A better getopts routine
1774 # Let getopts parse for switches
2014 # Let getopts parse for switches
/freebsd-14-stable/contrib/libarchive/unzip/
HDbsdunzip.c1082 getopts(int argc, char *argv[]) in getopts() function
1210 nopts = getopts(argc, argv); in main()
1237 nopts += getopts(argc - nopts, argv + nopts); in main()
1248 nopts += getopts(argc - nopts, argv + nopts); in main()
/freebsd-14-stable/contrib/less/
HDmkutable36 die $USAGE if not getopts('f:n');
/freebsd-14-stable/crypto/openssl/crypto/objects/
HDobjects.pl15 getopts('n');
/freebsd-14-stable/tests/sys/acl/
HDrun50 getopts('l:v');
/freebsd-14-stable/sys/contrib/openzfs/scripts/
HDcstyle.pl71 if (!getopts("cghpvCP", \%opts)) {
/freebsd-14-stable/usr.sbin/bsdconfig/share/
HDcommon.subr95 # The getopts builtin will return 1 either when the end of "$@" or the first
99 # following variable can be appended to your optstring argument to getopts,
158 while getopts "$GETOPTS_STDARGS$GETOPTS_EXTRA$GETOPTS_ALLFLAGS" flag \
839 while getopts b flag; do
939 while getopts "dek:" __flag > /dev/null; do
HDstrings.subr97 while getopts v: __flag; do
HDsysrc.subr232 while getopts ap __flag; do
/freebsd-14-stable/contrib/openpam/misc/
HDgendoc.pl670 unless (@ARGV && getopts("op", \%opts));
/freebsd-14-stable/contrib/ncurses/misc/
HDncu2openbsd1266 &getopts('6d:nrtvx') || &usage();
/freebsd-14-stable/libexec/rc/
HDrc.subr401 while getopts bnk:t: flag; do
1963 while getopts "e:m:" _opt; do

12