Searched defs:nopts (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_config.c55 int nopts; local
60 nopts = sizeof (mtest_table) / sizeof (mtest_table[0]);
61 *maxerr_idx = nopts;
66 opt_array = (char **)malloc((nopts + 2) * sizeof (*opt_array));
70 for (i = 0; i < nopts; i++)
73 opt_array[nopts] = "max_errors";
74 opt_array[nopts + 1] = NULL;
/illumos-gate/usr/src/cmd/allocate/
H A Dadd_allocatable.c392 char *kval, *nopts, *ntok, *nstr, local
444 if (nopts = (char *)malloc(nlen)) {
445 (void) snprintf(nopts, nlen, "%s%s%s%s%s%s%s",
449 devinfo->devopts = nopts;
460 if (nopts = (char *)malloc(nlen)) {
461 (void) snprintf(nopts, nlen,
465 devinfo->devopts = nopts;
476 if (nopts = (char *)malloc(nlen)) {
477 (void) snprintf(nopts, nlen,
481 devinfo->devopts = nopts;
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c187 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
194 nopts = opt_end - panonopt_end;
195 ncycle = gcd(nnonopts, nopts);
205 pos += nopts;
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c410 int nopts = 0; local
528 vm_opts[nopts].optionString = malloc(len = strlen(classpath) +
530 (void) strlcpy(vm_opts[nopts].optionString, "-Djava.class.path=", len);
531 (void) strlcat(vm_opts[nopts++].optionString, classpath, len);
535 vm_opts[nopts].optionString = malloc(len = strlen(libpath) +
537 (void) strlcpy(vm_opts[nopts].optionString, "-Djava.library.path=",
539 (void) strlcat(vm_opts[nopts++].optionString, libpath, len);
541 vm_opts[nopts++].optionString = "-Xrs";
542 vm_opts[nopts++].optionString = "-enableassertions";
545 vm_args.nOptions = nopts;
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dof.c926 int i, nopts = 0, len = sizeof (dof_hdr_t) + local
931 nopts++;
934 len += sizeof (dof_optdesc_t) * nopts;
959 sec->dofs_size = sizeof (dof_optdesc_t) * nopts;
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c2025 int nopts = 0; /* for backward compatibility */ local
2069 nopts++;

Completed in 100 milliseconds