| /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/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/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 | 1424 int print_generic, char * const *opts, size_t nopts) 1433 for (i = 0; i < nopts; i++) { 2605 sig_process_opts(char * const *opts, size_t nopts, char **hashalgp, 2618 for (i = 0; i < nopts; i++) { 2650 int argc, char **argv, char * const *opts, size_t nopts) 2666 if (sig_process_opts(opts, nopts, &hashalg, NULL, NULL) != 0) 2733 char * const *opts, size_t nopts) 2743 if (sig_process_opts(opts, nopts, NULL, &verify_time, 2824 char * const *opts, size_t nopts) 2832 if (sig_process_opts(opts, nopts, NULL, &verify_time, NULL) != 0 3288 size_t i, nopts = 0; local [all...] |
| /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/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/games/worms/ |
| worms.c | 78 int nopts; member in struct:options 532 switch (op->nopts) { 542 op->opts[(int)random() % op->nopts];
|
| /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/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/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++)
|
| /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/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);
|