Searched refs:nopts (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.bin/unzip/
H A Dunzip.c1020 int nopts; local
1036 nopts = getopts(argc, argv);
1047 if (argc <= nopts)
1049 zipfile = argv[nopts++];
1054 while (nopts < argc && *argv[nopts] != '-')
1055 add_pattern(&include, argv[nopts++]);
1057 nopts--; /* fake argv[0] */
1058 nopts += getopts(argc - nopts, arg
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Dgetopt_long.c158 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
165 nopts = opt_end - panonopt_end;
166 ncycle = gcd(nnonopts, nopts);
176 pos += nopts;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
149 nopts = opt_end - panonopt_end;
150 ncycle = gcd(nnonopts, nopts);
160 pos += nopts;
/freebsd-11-stable/contrib/tcpdump/missing/
H A Dgetopt_long.c142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
149 nopts = opt_end - panonopt_end;
150 ncycle = gcd(nnonopts, nopts);
160 pos += nopts;
/freebsd-11-stable/contrib/file/src/
H A Dgetopt_long.c143 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
152 nopts = opt_end - panonopt_end;
153 ncycle = gcd(nnonopts, nopts);
163 pos += nopts;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp79 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
86 nopts = opt_end - panonopt_end;
87 ncycle = gcd(nnonopts, nopts);
97 pos += nopts;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c920 int i, nopts = 0, len = sizeof (dof_hdr_t) + local
925 nopts++;
928 len += sizeof (dof_optdesc_t) * nopts;
953 sec->dofs_size = sizeof (dof_optdesc_t) * nopts;
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_generic.c1067 char *nopts = (char *) xmalloc(l); local
1068 xsnprintf(nopts, l, "%s;%s", dfl, def_opts);
1070 def_opts = nopts;

Completed in 148 milliseconds