Home
last modified time | relevance | path

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

12

/freebsd/bin/sh/tests/builtins/
H A Dgetopts1.04 getopts "ab:" OPTION
7 # In this case 'getopts' should realize that we have not provided the
12 # of 'getopts' and do not produce the "a" in $OPTION.
15 getopts "ab:" OPTION
17 getopts "ab:" OPTION 3>&2 2>&1 >&3 3>&-
23 getopts "ab:" OPTION
H A Dgetopts6.03 getopts :x var || echo "First getopts bad: $?"
4 getopts :x var
H A Dgetopts2.02 getopts ax option
4 getopts ax option
H A Dgetopts4.04 getopts x opt
6 getopts x opt
H A Dgetopts5.04 getopts x opt
6 getopts x opt
H A Dgetopts10.04 getopts x opt
7 getopts x opt
H A Dgetopts9.03 getopts ab opt $args
6 getopts ab opt $args
H A Dgetopts3.03 getopts x opt
H A Dgetopts7.03 getopts :x: var
H A Dgetopts8.04 while getopts :x opt; do
H A Dvar-assign2.026 getopts a var,\
H A Dvar-assign.026 getopts a var,\
/freebsd/sbin/reboot/
H A Dreboot.c228 const char *user, *kernel = NULL, *getopts = GETOPT_REBOOT; in main() local
236 getopts = GETOPT_NEXTBOOT; /* Note: reboot's extra opts return '?' */ in main()
242 while ((ch = getopt(argc, argv, getopts)) != -1) { in main()
/freebsd/crypto/openssl/util/
H A Decho.pl9 getopts('n') or die "Invalid option: $!\n";
H A Dmkpod2html.pl23 getopts('i:o:t:r:');
/freebsd/bin/sh/
H A Doptions.c72 static int getopts(char *, char *, char **, char ***, char **);
460 return getopts(argv[1], argv[2], optbase, &shellparam.optnext, in getoptscmd()
465 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, in getopts() function
/freebsd/tools/tools/hcomp/
H A Dhcomp.pl87 getopts('b:v')
/freebsd/usr.sbin/ntp/scripts/
H A Dntptrace12 getopts('n');
/freebsd/bin/sh/tests/errors/
H A Dredirection-error.026 getopts a -a,\
H A Doption-error.021 getopts,\
H A Dredirection-error3.026 getopts a -a,\
/freebsd/tools/tools/mtxstat/
H A Dmtxstat.pl50 getopts("acgl:mrt", \%opts)
/freebsd/tools/tools/genericize/
H A Dgenericize.pl38 getopts('c', \%opts);
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.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/contrib/sendmail/contrib/
H A Ddoublebounce.pl116 getopts('d');

12