Searched refs:subopt (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c110 * subopt field set to -1. The group field is used to identify
114 int subopt; member in struct:opt_control
1112 int subopt; local
1127 subopt = getsubopt(&cp, opts, &value);
1128 if (subopt == -1) {
1148 if (test_fun != -1 && subopt != test_fun &&
1149 subopt != maxerr_idx) {
1151 strlen(opts[subopt]),
1153 opts[subopt]);
1158 if (subopt < maxerr_id
1503 int subopt; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dreadcf.c2412 char *subopt; local
2451 subopt = strchr(val, '.');
2452 if (subopt != NULL)
2453 *subopt++ = '\0';
2506 subopt = NULL;
2509 if (subopt != NULL && !bitset(OI_SUBOPT, o->o_flags))
2513 OPTNAME, subopt);
2514 subopt = NULL;
2522 OPTNAME, opt, subopt == NULL ? "" : ".",
2523 subopt
[all...]

Completed in 30 milliseconds