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

/netbsd-current/lib/libutil/
H A Dgetmntopts.c130 size_t nopts; local
133 for (nopts = 0, m = m0; m->m_option != NULL; ++m, nopts++)
145 if ((mp->optarg = calloc(nopts, sizeof(char *))) == NULL) {
/netbsd-current/usr.bin/unzip/
H A Dunzip.c1064 int nopts; local
1080 nopts = getopts(argc, argv);
1082 if (argc <= nopts)
1084 zipfile = argv[nopts++];
1089 while (nopts < argc && *argv[nopts] != '-')
1090 add_pattern(&include, argv[nopts++]);
1092 nopts--; /* fake argv[0] */
1093 nopts += getopts(argc - nopts, arg
[all...]
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dgetopt_long.c133 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
140 nopts = opt_end - panonopt_end;
141 ncycle = gcd(nnonopts, nopts);
151 pos += nopts;
/netbsd-current/external/bsd/tcpdump/dist/missing/
H A Dgetopt_long.c144 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
151 nopts = opt_end - panonopt_end;
152 ncycle = gcd(nnonopts, nopts);
162 pos += nopts;
/netbsd-current/external/bsd/file/dist/src/
H A Dgetopt_long.c149 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
158 nopts = opt_end - panonopt_end;
159 ncycle = gcd(nnonopts, nopts);
169 pos += nopts;
/netbsd-current/lib/libc/stdlib/
H A Dgetopt_long.c134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
143 nopts = opt_end - panonopt_end;
144 ncycle = gcd(nnonopts, nopts);
154 pos += nopts;
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-sk.c372 size_t nopts = *noptsp; local
374 if ((opts = recallocarray(opts, nopts, nopts + 2, /* extra for NULL */
380 *noptsp = nopts + 1;
381 if ((opts[nopts] = calloc(1, sizeof(**opts))) == NULL) {
385 if ((opts[nopts]->name = strdup(name)) == NULL ||
386 (opts[nopts]->value = strdup(value)) == NULL) {
390 opts[nopts]->required = required;
399 size_t nopts = 0; local
403 (r = sshsk_add_option(&opts, &nopts, "devic
[all...]
H A Dssh-keygen.c1479 int print_generic, char * const *opts, size_t nopts)
1487 for (i = 0; i < nopts; i++) {
2657 sig_process_opts(char * const *opts, size_t nopts, char **hashalgp, argument
2669 for (i = 0; i < nopts; i++) {
2701 int argc, char **argv, char * const *opts, size_t nopts)
2717 if (sig_process_opts(opts, nopts, &hashalg, NULL, NULL) != 0)
2784 char * const *opts, size_t nopts)
2794 if (sig_process_opts(opts, nopts, NULL, &verify_time,
2875 char * const *opts, size_t nopts)
2883 if (sig_process_opts(opts, nopts, NUL
1477 do_print_resource_record(struct passwd *pw, const char *fname, const char *hname, int print_generic, char * const *opts, size_t nopts) argument
2700 sig_sign(const char *keypath, const char *sig_namespace, int require_agent, int argc, char **argv, char * const *opts, size_t nopts) argument
2782 sig_verify(const char *signature, const char *sig_namespace, const char *principal, const char *allowed_keys, const char *revoked_keys, char * const *opts, size_t nopts) argument
2874 sig_find_principals(const char *signature, const char *allowed_keys, char * const *opts, size_t nopts) argument
2922 sig_match_principals(const char *allowed_keys, char *principal, char * const *opts, size_t nopts) argument
2948 do_moduli_gen(const char *out_file, char **opts, size_t nopts) argument
3001 do_moduli_screen(const char *out_file, char **opts, size_t nopts) argument
3342 size_t i, nopts = 0; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dplugin_test.c77 static int nopts = 0; variable
108 if (nopts < MAXOPTS)
109 opts[nopts++] = entry->tv_u.tv_string;
198 for (i = 0; i < nopts; ++i)
375 for (i = 0; i < nopts; ++i)
/netbsd-current/games/worms/
H A Dworms.c78 int nopts; member in struct:options
532 switch (op->nopts) {
542 op->opts[(int)random() % op->nopts];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dparsecpu.awk253 nopts = split (cpu_opts[cpus[n]], opts)
254 for (opt = 1; opt <= nopts; opt++) {
345 nopts = split (arch_opts[archs[n]], opts)
346 for (opt = 1; opt <= nopts; opt++) {
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Dparsecpu.awk253 nopts = split (cpu_opts[cpus[n]], opts)
254 for (opt = 1; opt <= nopts; opt++) {
345 nopts = split (arch_opts[archs[n]], opts)
346 for (opt = 1; opt <= nopts; opt++) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dcatz.h99 dns_catz_options_t *nopts);
101 * Duplicate 'opts' into 'nopts', allocating space from 'mctx'.
106 * \li 'nopts' to be non NULL.
/netbsd-current/external/cddl/osnet/dist/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;
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dcatz.h100 dns_catz_options_t *nopts);
102 * Duplicate 'opts' into 'nopts', allocating space from 'mctx'.
107 * \li 'nopts' to be non NULL.
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c652 int nopts = 6; local
655 opts[nopts] = CU_JIT_OPTIMIZATION_LEVEL;
656 optvals[nopts] = (void *) gomp_nvptx_o;
657 nopts++;
661 CUDA_CALL (cuLinkCreate_v2, nopts, opts, optvals, &linkstate);
663 CUDA_CALL (cuLinkCreate, nopts, opts, optvals, &linkstate);
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c683 int nopts = 6; local
686 opts[nopts] = CU_JIT_OPTIMIZATION_LEVEL;
687 optvals[nopts] = (void *) gomp_nvptx_o;
688 nopts++;
692 CUDA_CALL (cuLinkCreate_v2, nopts, opts, optvals, &linkstate);
694 CUDA_CALL (cuLinkCreate, nopts, opts, optvals, &linkstate);
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Damfs_generic.c1069 char *nopts = (char *) xmalloc(l); local
1070 xsnprintf(nopts, l, "%s;%s", dfl, def_opts);
1072 def_opts = nopts;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-options.cc339 size_t nopts = i ? ARRAY_SIZE (isa2_opts) : ARRAY_SIZE (isa_opts); local
341 for (size_t n = 0; n < nopts; n++)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-options.c316 size_t nopts = i ? ARRAY_SIZE (isa2_opts) : ARRAY_SIZE (isa_opts); local
318 for (size_t n = 0; n < nopts; n++)

Completed in 580 milliseconds