Home
last modified time | relevance | path

Searched refs:subopt (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c114 int subopt; member
1112 int subopt; in cfga_test() local
1127 subopt = getsubopt(&cp, opts, &value); in cfga_test()
1128 if (subopt == -1) { in cfga_test()
1148 if (test_fun != -1 && subopt != test_fun && in cfga_test()
1149 subopt != maxerr_idx) { in cfga_test()
1151 strlen(opts[subopt]), in cfga_test()
1153 opts[subopt]); in cfga_test()
1158 if (subopt < maxerr_idx) in cfga_test()
1159 test_fun = subopt; in cfga_test()
[all …]
/titanic_44/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c409 setsubopt(smb_ctx_t *ctx, struct smbfs_args *mdatap, char *subopt) in setsubopt() argument
419 equals = strchr(subopt, '='); in setsubopt()
427 if (strcmp(subopt, optlist[index]) == 0) in setsubopt()
459 if (strlcat(optbuf, subopt, sizeof (optbuf)) >= in setsubopt()
598 warnx(gettext("unknown option %s"), subopt); in setsubopt()
604 warnx(gettext("invalid value for %s"), subopt); in setsubopt()
/titanic_44/usr/src/cmd/ppgsz/
H A Dppgsz.c191 int opt, subopt; in main() local
211 subopt = getsubopt(&options, suboptstr, &value); in main()
212 switch (subopt) { in main()
216 pgsz[subopt] = cnvpgsz(value); in main()
/titanic_44/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c940 int opt, subopt; in main() local
983 subopt = getsubopt(&options, suboptstr, in main()
985 switch (subopt) { in main()
990 at_map |= (1 << subopt); in main()
992 set_advice(&generic_adv[subopt], in main()
/titanic_44/usr/src/cmd/fs.d/
H A Dfsck.c218 char *subopt; in main() local
274 subopt = optarg; in main()
275 while (*subopt != '\0') { in main()
276 if (*subopt == 'p') { in main()
280 subopt++; in main()
/titanic_44/usr/src/cmd/sendmail/src/
H A Dreadcf.c2382 char *subopt; local
2421 subopt = strchr(val, '.');
2422 if (subopt != NULL)
2423 *subopt++ = '\0';
2476 subopt = NULL;
2479 if (subopt != NULL && !bitset(OI_SUBOPT, o->o_flags))
2483 OPTNAME, subopt);
2484 subopt = NULL;
2492 OPTNAME, opt, subopt == NULL ? "" : ".",
2493 subopt == NULL ? "" : subopt);
[all …]
/titanic_44/usr/src/cmd/cfgadm/
H A Dcfgadm.c806 int subopt = 0; in extract_list_suboptions() local
818 subopt = getsubopt(&arg, list_options, &value); in extract_list_suboptions()
819 switch (subopt) { in extract_list_suboptions()
840 cmdname, list_options[subopt]); in extract_list_suboptions()
848 cmdname, list_options[subopt]); in extract_list_suboptions()