HomeSort by: relevance | last modified time | path
    Searched refs:nopts (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libutil/
getmntopts.c 130 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) {
  /src/usr.bin/unzip/
unzip.c 1064 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, argv + nopts)
    [all...]
  /src/lib/libc/stdlib/
getopt_long.c 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
143 nopts = opt_end - panonopt_end;
144 ncycle = gcd(nnonopts, nopts);
154 pos += nopts;
  /src/external/bsd/file/dist/src/
getopt_long.c 149 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
158 nopts = opt_end - panonopt_end;
159 ncycle = gcd(nnonopts, nopts);
169 pos += nopts;
  /src/external/bsd/libfido2/dist/openbsd-compat/
getopt_long.c 133 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
140 nopts = opt_end - panonopt_end;
141 ncycle = gcd(nnonopts, nopts);
151 pos += nopts;
  /src/external/bsd/tcpdump/dist/missing/
getopt_long.c 144 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
151 nopts = opt_end - panonopt_end;
152 ncycle = gcd(nnonopts, nopts);
162 pos += nopts;
  /src/crypto/external/bsd/openssh/dist/
ssh-sk.c 387 size_t nopts = *noptsp; local
389 if ((opts = recallocarray(opts, nopts, nopts + 2, /* extra for NULL */
395 *noptsp = nopts + 1;
396 if ((opts[nopts] = calloc(1, sizeof(**opts))) == NULL) {
400 if ((opts[nopts]->name = strdup(name)) == NULL ||
401 (opts[nopts]->value = strdup(value)) == NULL) {
405 opts[nopts]->required = required;
414 size_t nopts = 0; local
418 (r = sshsk_add_option(&opts, &nopts, "device", device, 0)) != 0)
    [all...]
ssh-keygen.c 1426 int print_generic, char * const *opts, size_t nopts)
1435 for (i = 0; i < nopts; i++) {
2609 sig_process_opts(char * const *opts, size_t nopts, char **hashalgp,
2622 for (i = 0; i < nopts; i++) {
2654 int argc, char **argv, char * const *opts, size_t nopts)
2670 if (sig_process_opts(opts, nopts, &hashalg, NULL, NULL) != 0)
2737 char * const *opts, size_t nopts)
2747 if (sig_process_opts(opts, nopts, NULL, &verify_time,
2828 char * const *opts, size_t nopts)
2836 if (sig_process_opts(opts, nopts, NULL, &verify_time, NULL) != 0
3292 size_t i, nopts = 0; local
    [all...]
  /src/games/worms/
worms.c 78 int nopts; member in struct:options
532 switch (op->nopts) {
542 op->opts[(int)random() % op->nopts];
  /src/external/gpl3/gcc/dist/gcc/config/arm/
parsecpu.awk 253 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++) {
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
parsecpu.awk 253 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++) {
  /src/external/mpl/bind/dist/lib/dns/include/dns/
catz.h 100 dns_catz_options_t *nopts);
102 * Duplicate 'opts' into 'nopts', allocating space from 'mctx'.
107 * \li 'nopts' to be non NULL.
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
catz.h 99 dns_catz_options_t *nopts);
101 * Duplicate 'opts' into 'nopts', allocating space from 'mctx'.
106 * \li 'nopts' to be non NULL.
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_dof.c 920 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;
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 701 int nopts = 6; local
704 opts[nopts] = CU_JIT_OPTIMIZATION_LEVEL;
705 optvals[nopts] = (void *) gomp_nvptx_o;
706 nopts++;
710 CUDA_CALL (cuLinkCreate_v2, nopts, opts, optvals, &linkstate);
712 CUDA_CALL (cuLinkCreate, nopts, opts, optvals, &linkstate);
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 683 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);
  /src/external/bsd/am-utils/dist/amd/
amfs_generic.c 1069 char *nopts = (char *) xmalloc(l); local
1070 xsnprintf(nopts, l, "%s;%s", dfl, def_opts);
1072 def_opts = nopts;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.cc 345 size_t nopts = i ? ARRAY_SIZE (isa2_opts) : ARRAY_SIZE (isa_opts); local
347 for (size_t n = 0; n < nopts; n++)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.cc 373 size_t nopts = i ? ARRAY_SIZE (isa2_opts) : ARRAY_SIZE (isa_opts); local
375 for (size_t n = 0; n < nopts; n++)

Completed in 50 milliseconds