Searched refs:getopts (Results 1 – 25 of 46) sorted by relevance
12
/freebsd/bin/sh/tests/builtins/ |
H A D | getopts1.0 | 4 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 D | getopts6.0 | 3 getopts :x var || echo "First getopts bad: $?" 4 getopts :x var
|
H A D | getopts2.0 | 2 getopts ax option 4 getopts ax option
|
H A D | getopts4.0 | 4 getopts x opt 6 getopts x opt
|
H A D | getopts5.0 | 4 getopts x opt 6 getopts x opt
|
H A D | getopts10.0 | 4 getopts x opt 7 getopts x opt
|
H A D | getopts9.0 | 3 getopts ab opt $args 6 getopts ab opt $args
|
H A D | getopts3.0 | 3 getopts x opt
|
H A D | getopts7.0 | 3 getopts :x: var
|
H A D | getopts8.0 | 4 while getopts :x opt; do
|
H A D | var-assign2.0 | 26 getopts a var,\
|
H A D | var-assign.0 | 26 getopts a var,\
|
/freebsd/sbin/reboot/ |
H A D | reboot.c | 228 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 D | echo.pl | 9 getopts('n') or die "Invalid option: $!\n";
|
H A D | mkpod2html.pl | 23 getopts('i:o:t:r:');
|
/freebsd/bin/sh/ |
H A D | options.c | 72 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 D | hcomp.pl | 87 getopts('b:v')
|
/freebsd/usr.sbin/ntp/scripts/ |
H A D | ntptrace | 12 getopts('n');
|
/freebsd/bin/sh/tests/errors/ |
H A D | redirection-error.0 | 26 getopts a -a,\
|
H A D | option-error.0 | 21 getopts,\
|
H A D | redirection-error3.0 | 26 getopts a -a,\
|
/freebsd/tools/tools/mtxstat/ |
H A D | mtxstat.pl | 50 getopts("acgl:mrt", \%opts)
|
/freebsd/tools/tools/genericize/ |
H A D | genericize.pl | 38 getopts('c', \%opts);
|
/freebsd/contrib/libarchive/unzip/ |
H A D | 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/contrib/sendmail/contrib/ |
H A D | doublebounce.pl | 116 getopts('d');
|
12