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

/sendmail/sendmail/
H A Dreadcf.c2441 char *subopt; local
2480 subopt = strchr(val, '.');
2481 if (subopt != NULL)
2482 *subopt++ = '\0';
2535 subopt = NULL;
2538 if (subopt != NULL && !bitset(OI_SUBOPT, o->o_flags))
2542 OPTNAME, subopt);
2543 subopt = NULL;
2551 OPTNAME, opt, subopt == NULL ? "" : ".",
2552 subopt
[all...]

Completed in 362 milliseconds