getsubopt
int getsubopt(char **, char *const *, char **);
if ((sc_opt = getsubopt(&subopts, state_opts,
subopt = getsubopt(&arg, list_options, &value);
switch (getsubopt(&options, termopts, &value)) {
switch (getsubopt(&options, traceopts,
option = getsubopt(&addrarg, addr_optstr, &val);
option = getsubopt(&addrarg, addr_optstr, &val);
opt_index = getsubopt(&options, v_opt, &val);
option = getsubopt(&filterstr, filter_optstr, &val);
int idx = getsubopt(&opts, toks, &val);
switch (getsubopt(&addrarg, iptun_addropts, &addrval)) {
if (getsubopt(&optr, ignore_opts, &valp) == -1) {
if (getsubopt(&optr, ignore_opts, &valp) == -1) {
switch (getsubopt(&subopts, myopts, &value)) {
(void) getsubopt(&requested_opts, empty_opt_vector,
(void) getsubopt(&actual_opt_hold, empty_opt_vector,
order[i++] = getsubopt(&suboptions, infosubopts, &v);
switch (getsubopt(&options, myopts,
switch (getsubopt(&mntopts, myopts, &value)) {
if (getsubopt(&my_opts, mntopts, &value) == IGNORE)
switch (getsubopt(&opts, optlist, &val)) {
switch (getsubopt(&p, optlist, &val)) {
switch (getsubopt(&p, optlist, &val)) {
if (getsubopt(&p, optlist, &val) == OPT_SEC) {
switch (getsubopt(&p, optlist, &val)) {
switch (getsubopt(&p, optlist, &val)) {
switch (getsubopt(&p, optlist, &val)) {
switch (getsubopt(&p, optlist, &val)) {
if (getsubopt(&next, charopts, &val) >= 0) {
if (getsubopt(&opts, mntopts, &value) == IGNORE) {
if (getsubopt(&opts, mntopts, &value) == QUOTA)
switch (c = getsubopt(&optsstr, LegalOpts, &value)) {
switch (c = getsubopt(&optsstr, LegalOpts, &value)) {
switch (getsubopt(&in_arg, pcfs_opts, &val)) {
suboption = getsubopt(&suboptions,
switch (getsubopt(&subopts,
switch (getsubopt(&options, labelit_subopts,
switch (getsubopt(&suboptions,
switch ((getsubopt(&suboptions,
switch (getsubopt(&suboptions, subopts,
switch (getsubopt(&subopts, subopt_v,
switch ((getsubopt(&suboptions, subopts, &value))) {
switch (getsubopt(&opts, fop_subopts, &argval)) {
suboption = getsubopt(&suboptions,
if (getsubopt(&optlist, opts, &value) == 0)
d = getsubopt(&options, cache_options, &value);
switch (getsubopt(&arg, (char * const *)toks, &v)) {
switch (getsubopt(&optarg, type_subopts,
switch (getsubopt(&input, bdf_opts, &value)) {
switch (getsubopt(&input, p1_bdf_opts, &value)) {
switch (getsubopt(&input, nexus_opts, &value)) {
subopt = getsubopt(&options, suboptstr, &value);
subopt = getsubopt(&options, suboptstr,
switch (getsubopt(&subopts, subopt_v,
switch ((opt = getsubopt(&opts, myopts, &value))) {
switch (getsubopt(&optarg, col_subopts,
switch (getsubopt(&optarg, source_subopts,
switch (getsubopt(&optarg, type_subopts,
switch (getsubopt(&optarg, type_subopts,
switch (getsubopt(&optarg, col_subopts,
extern int getsubopt(char **, char *const *, char **);
extern int getsubopt(char **, char *const *, char **);
subopt = getsubopt(&cp, opts, &value);
subopt = getsubopt(&optcopy, mema_opts, &value);
switch (getsubopt(&hw_option_p, fp_list_hw_opts,
switch (getsubopt(&hw_option_p, fp_cs_hw_opts,
switch (getsubopt(&subopts, ib_service_subopts, &val)) {
opt = getsubopt(&optstr, ap_opt_names, &value);
switch (getsubopt(&optptr, opl_opts, &value)) {
switch (getsubopt(&subopts, cfg_opts, &value)) {
switch (getsubopt(&optp, listopt_array, &val)) {
int idx = getsubopt(&opts, tokens, &value);
int idx = getsubopt(&opts, tokens, &value);
if (getsubopt(&s, mntopts, &value) == IGNORE) {
return (getsubopt(&locstr, legal_madvice, &dummy));
opt = getsubopt(&optstr, legal_optstr, &value);
switch (getsubopt(&opts, optlist, &val)) {
switch (opt = getsubopt(&opts, optlist, &val)) {
int getsubopt(char **optionsp, char * const *tokens, char **valuep);