Searched refs:getopt (Results 26 - 50 of 990) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.bin/getopt/
H A Dgetopt.c26 while ((c = getopt(argc, argv, argv[1])) != -1)
29 status = 1; /* getopt routine gave message */
/freebsd-12-stable/usr.bin/tty/
H A Dtty.c60 while ((ch = getopt(argc, argv, "s")) != -1)
/freebsd-12-stable/usr.sbin/accton/
H A Daccton.c60 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-12-stable/tools/tools/kernxref/
H A Dkernxref.sh23 args=`getopt h?k:s: $*`;
/freebsd-12-stable/tools/tools/mctest/
H A Dmctest_run.sh19 args=`getopt s:g:n:c:l:f:b: $*`
/freebsd-12-stable/contrib/subversion/
H A Dgen-make.py31 import getopt namespace
33 my_getopt = getopt.gnu_getopt
35 my_getopt = getopt.getopt
270 except getopt.GetoptError:
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py9 import getopt namespace
169 options, args = getopt.getopt(sys.argv[1:],"hi:p:f:o:w:")
171 except getopt.GetoptError:
H A Dp2p_invite.py9 import getopt namespace
151 options, args = getopt.getopt(sys.argv[1:],"hi:o:w:a:")
153 except getopt.GetoptError:
/freebsd-12-stable/bin/domainname/
H A Ddomainname.c62 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-12-stable/bin/pax/
H A Dgetoldopt.c5 * Plug-compatible replacement for getopt() for parsing tar-like
6 * arguments. If the first argument begins with "-", it uses getopt;
45 return (getopt(argc, argv, optstring));
/freebsd-12-stable/bin/realpath/
H A Drealpath.c53 while ((ch = getopt(argc, argv, "q")) != -1) {
/freebsd-12-stable/sys/tests/runtest/
H A Druntest.c64 while ((ch = getopt(argc, argv, options)) != -1) {
/freebsd-12-stable/tests/sys/cddl/zfs/bin/
H A Drandfree_file.c57 while ((ch = getopt(argc, argv, "l:s:n:")) != EOF) {
/freebsd-12-stable/tools/regression/atm/
H A DRunTest.sh9 args=`getopt b:hq $*`
/freebsd-12-stable/stand/libsa/
H A Dgetopt.c34 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
43 optreset; /* reset getopt */
51 * getopt --
55 getopt(int nargc, char * const *nargv, const char *ostr) function
/freebsd-12-stable/usr.bin/printenv/
H A Dprintenv.c75 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-12-stable/usr.sbin/lptcontrol/
H A Dlptcontrol.c68 while ((opt = getopt(argc, argv, "d:eips")) != -1)
/freebsd-12-stable/tools/tools/ath/
H A Dathctrl.sh18 args=`getopt d:i: $*`
/freebsd-12-stable/contrib/bmake/
H A Dgetopt.c1 /* $NetBSD: getopt.c,v 1.29 2014/06/05 22:00:22 christos Exp $ */
50 optreset; /* reset getopt */
54 * getopt --
58 getopt(int nargc, char * const nargv[], const char *ostr) function
161 while ((c = getopt(argc, argv, opts)) != EOF) {
/freebsd-12-stable/sbin/mount/
H A Dmount_fs.c53 #include <getopt.h>
96 while ((ch = getopt(argc, argv, "o:")) != -1) {
/freebsd-12-stable/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c36 #include <getopt.h>
99 while ((c = getopt(argc, argv, "d:i:t:")) != -1)
/freebsd-12-stable/usr.sbin/devctl/
H A Ddevctl.c146 while ((ch = getopt(ac, av, "f")) != -1)
180 while ((ch = getopt(ac, av, "f")) != -1)
250 while ((ch = getopt(ac, av, "f")) != -1)
284 while ((ch = getopt(ac, av, "f")) != -1)
330 while ((ch = getopt(ac, av, "f")) != -1)
404 while ((ch = getopt(ac, av, "d")) != -1)
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_cascade.c51 #include <getopt.h>
154 while ((c = getopt(argc, argv, "n:")) != -1) {
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Drdma_client.c35 #include <getopt.h>
146 while ((op = getopt(argc, argv, "s:p:")) != -1) {
H A Drdma_server.c34 #include <getopt.h>
166 while ((op = getopt(argc, argv, "p:")) != -1) {

Completed in 230 milliseconds

1234567891011>>