Searched refs:getopts (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-14-stable/crypto/openssl/util/ |
| HD | echo.pl | 9 getopts('n') or die "Invalid option: $!\n";
|
| HD | mkpod2html.pl | 23 getopts('i:o:t:r:');
|
| HD | find-doc-nits | 63 getopts('cdehlm:nouv');
|
| /freebsd-14-stable/tools/tools/hcomp/ |
| HD | hcomp.pl | 87 getopts('b:v')
|
| /freebsd-14-stable/usr.sbin/ntp/scripts/ |
| HD | ntptrace | 12 getopts('n');
|
| /freebsd-14-stable/tools/tools/mtxstat/ |
| HD | mtxstat.pl | 50 getopts("acgl:mrt", \%opts)
|
| /freebsd-14-stable/tools/tools/genericize/ |
| HD | genericize.pl | 38 getopts('c', \%opts);
|
| /freebsd-14-stable/contrib/sendmail/contrib/ |
| HD | doublebounce.pl | 116 getopts('d');
|
| HD | buildvirtuser | 124 getopts('ft', $opts) || die "Usage: $0 [-f] [-t]\n";
|
| HD | cidrexpand | 89 getopts('cfhOSt:', \%opts);
|
| HD | smcontrol.pl | 330 getopts('f:', $opts) || die "Usage: $0 [-f /path/to/control/socket] command\n";
|
| HD | etrn.pl | 50 getopts('bv');
|
| HD | qtool.pl | 79 Getopt::Std::getopts('bC:de:Qs:', \%opts);
|
| HD | mmuegel | 1015 ;# 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/ |
| HD | bsdunzip.c | 1082 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/ |
| HD | mkutable | 36 die $USAGE if not getopts('f:n');
|
| /freebsd-14-stable/crypto/openssl/crypto/objects/ |
| HD | objects.pl | 15 getopts('n');
|
| /freebsd-14-stable/tests/sys/acl/ |
| HD | run | 50 getopts('l:v');
|
| /freebsd-14-stable/sys/contrib/openzfs/scripts/ |
| HD | cstyle.pl | 71 if (!getopts("cghpvCP", \%opts)) {
|
| /freebsd-14-stable/usr.sbin/bsdconfig/share/ |
| HD | common.subr | 95 # 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
|
| HD | strings.subr | 97 while getopts v: __flag; do
|
| HD | sysrc.subr | 232 while getopts ap __flag; do
|
| /freebsd-14-stable/contrib/openpam/misc/ |
| HD | gendoc.pl | 670 unless (@ARGV && getopts("op", \%opts));
|
| /freebsd-14-stable/contrib/ncurses/misc/ |
| HD | ncu2openbsd | 1266 &getopts('6d:nrtvx') || &usage();
|
| /freebsd-14-stable/libexec/rc/ |
| HD | rc.subr | 401 while getopts bnk:t: flag; do 1963 while getopts "e:m:" _opt; do
|
12