Searched refs:getopt (Results 151 - 175 of 990) sorted by relevance

1234567891011>>

/freebsd-12-stable/tools/tools/ath/athaggrstats/
H A Dmain.c94 while ((c = getopt(argc, argv, "bi:lo:z")) != -1) {
/freebsd-12-stable/tools/tools/ath/athstats/
H A Dmain.c99 while ((c = getopt(argc, argv, "bi:lo:z")) != -1) {
/freebsd-12-stable/usr.sbin/memcontrol/
H A Dmemcontrol.c161 while ((ch = getopt(argc, argv, "ao:")) != -1)
206 while ((ch = getopt(argc, argv, "b:l:o:")) != -1)
267 while ((ch = getopt(argc, argv, "b:l:o:")) != -1)
/freebsd-12-stable/usr.sbin/mlxcontrol/
H A Dcommand.c128 while ((ch = getopt(argc, argv, "")) != -1)
390 while ((ch = getopt(argc, argv, "qv")) != -1)
448 while ((ch = getopt(argc, argv, "a")) != -1)
507 while ((ch = getopt(argc, argv, "a")) != -1)
663 while ((ch = getopt(argc, argv, "cd:t:")) != -1)
/freebsd-12-stable/contrib/file/src/
H A Dgetopt_long.c46 #include <getopt.h>
61 __weak_alias(getopt,_getopt)
66 int optreset; /* reset getopt */
271 /* XXX: what if no long options provided (called by getopt)? */
284 * Handle -W arg the same as --arg (which causes getopt to
316 * getopt --
319 * [eventually this will replace the real getopt]
322 getopt(nargc, nargv, options) function
/freebsd-12-stable/stand/common/
H A Dcommands.c375 while ((ch = getopt(argc, argv, "n")) != -1) {
382 /* getopt has already reported an error */
420 while ((c = getopt(argc, argv, "p:t:")) != -1) {
522 while ((ch = getopt(argc, argv, "v")) != -1) {
529 /* getopt has already reported an error */
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c183 * se to true after the getopt switch; unless the -K option is
196 while((ch = getopt(argc, argv,
/freebsd-12-stable/contrib/mandoc/
H A Dsoelim.c151 while ((ch = getopt(argc, argv, "CrtvI:")) != -1) {
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt.c103 while ((c = getopt(nargs, args, optstring)) != -1) {
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dibaddr.c42 #include <getopt.h>
H A Dsminfo.c43 #include <getopt.h>
/freebsd-12-stable/contrib/openbsm/bin/praudit/
H A Dpraudit.c134 while ((ch = getopt(argc, argv, "d:lnprsx")) != -1) {
/freebsd-12-stable/contrib/openpam/bin/su/
H A Dsu.c81 while ((o = getopt(argc, argv, "")) != -1)
/freebsd-12-stable/contrib/sendmail/libsm/
H A Db-strcmp.c59 while ((k = getopt(argc, argv, OPTIONS)) != -1)
H A Db-strl.c73 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
/freebsd-12-stable/contrib/smbfs/smbutil/
H A Dprint.c76 while ((opt = getopt(argc, argv, STDPARAM_OPT)) != EOF) {
H A Dsmbutil.c108 while ((opt = getopt(argc, argv, "hv")) != EOF) {
H A Dview.c85 while ((opt = getopt(argc, argv, STDPARAM_OPT)) != EOF) {
/freebsd-12-stable/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c30 #include <getopt.h>
/freebsd-12-stable/bin/kenv/
H A Dkenv.c68 while ((ch = getopt(argc, argv, "hNquv")) != -1) {
/freebsd-12-stable/bin/mkdir/
H A Dmkdir.c73 while ((ch = getopt(argc, argv, "m:pv")) != -1)
/freebsd-12-stable/bin/stty/
H A Dstty.c73 (ch = getopt(argc, argv, "aef:g")) != -1)
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/chkargs/
H A Dchkargs.c101 while ((c = getopt(argc, argv, "evx:")) != -1) {
/freebsd-12-stable/contrib/amd/fsinfo/
H A Dfsinfo.c102 while ((ch = getopt(c, v, "a:b:d:e:f:h:m:D:U:I:qv")) != -1)
/freebsd-12-stable/contrib/blacklist/bin/
H A Dblacklistctl.c100 while ((o = getopt(argc, argv, "abD:dnrw")) != -1)

Completed in 363 milliseconds

1234567891011>>