/netbsd-src/usr.bin/unzip/ |
H A D | unzip.c | 1064 int nopts; in main() local 1080 nopts = getopts(argc, argv); in main() 1082 if (argc <= nopts) in main() 1084 zipfile = argv[nopts++]; in main() 1089 while (nopts < argc && *argv[nopts] != '-') in main() 1090 add_pattern(&include, argv[nopts++]); in main() 1092 nopts--; /* fake argv[0] */ in main() 1093 nopts += getopts(argc - nopts, argv + nopts); in main()
|
/netbsd-src/lib/libutil/ |
H A D | getmntopts.c | 130 size_t nopts; in getmntopts() local 133 for (nopts = 0, m = m0; m->m_option != NULL; ++m, nopts++) in getmntopts() 145 if ((mp->optarg = calloc(nopts, sizeof(char *))) == NULL) { in getmntopts()
|
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
H A D | getopt_long.c | 133 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 140 nopts = opt_end - panonopt_end; in permute_args() 141 ncycle = gcd(nnonopts, nopts); in permute_args() 151 pos += nopts; in permute_args()
|
/netbsd-src/lib/libc/stdlib/ |
H A D | getopt_long.c | 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 143 nopts = opt_end - panonopt_end; in permute_args() 144 ncycle = gcd(nnonopts, nopts); in permute_args() 154 pos += nopts; in permute_args()
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | 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;
|
/netbsd-src/games/worms/ |
H A D | worms.c | 78 int nopts; member 532 switch (op->nopts) { in main() 542 op->opts[(int)random() % op->nopts]; in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | 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++) {
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | 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++) {
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
H A D | plugin-nvptx.c | 652 int nopts = 6; in link_ptx() local 655 opts[nopts] = CU_JIT_OPTIMIZATION_LEVEL; in link_ptx() 656 optvals[nopts] = (void *) gomp_nvptx_o; in link_ptx() 657 nopts++; in link_ptx() 661 CUDA_CALL (cuLinkCreate_v2, nopts, opts, optvals, &linkstate); in link_ptx() 663 CUDA_CALL (cuLinkCreate, nopts, opts, optvals, &linkstate); in link_ptx()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
H A D | plugin-nvptx.c | 683 int nopts = 6; in link_ptx() local 686 opts[nopts] = CU_JIT_OPTIMIZATION_LEVEL; in link_ptx() 687 optvals[nopts] = (void *) gomp_nvptx_o; in link_ptx() 688 nopts++; in link_ptx() 692 CUDA_CALL (cuLinkCreate_v2, nopts, opts, optvals, &linkstate); in link_ptx() 694 CUDA_CALL (cuLinkCreate, nopts, opts, optvals, &linkstate); in link_ptx()
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | amfs_generic.c | 1069 char *nopts = (char *) xmalloc(l); in amfs_parse_defaults() local 1070 xsnprintf(nopts, l, "%s;%s", dfl, def_opts); in amfs_parse_defaults() 1072 def_opts = nopts; in amfs_parse_defaults()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | catz.h | 99 dns_catz_options_t *nopts);
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_dof.c | 920 int i, nopts = 0, len = sizeof (dof_hdr_t) + in dtrace_getopt_dof() local 925 nopts++; in dtrace_getopt_dof() 928 len += sizeof (dof_optdesc_t) * nopts; in dtrace_getopt_dof() 953 sec->dofs_size = sizeof (dof_optdesc_t) * nopts; in dtrace_getopt_dof()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
H A D | catz.h | 100 dns_catz_options_t *nopts); 102 * Duplicate 'opts' into 'nopts', allocating space from 'mctx'. 107 * \li 'nopts' to be non NULL.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-options.cc | 344 size_t nopts = i ? ARRAY_SIZE (isa2_opts) : ARRAY_SIZE (isa_opts); in ix86_omp_device_kind_arch_isa() local 346 for (size_t n = 0; n < nopts; n++) in ix86_omp_device_kind_arch_isa()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-options.c | 316 size_t nopts = i ? ARRAY_SIZE (isa2_opts) : ARRAY_SIZE (isa_opts); in ix86_omp_device_kind_arch_isa() local 318 for (size_t n = 0; n < nopts; n++) in ix86_omp_device_kind_arch_isa()
|