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

/sendmail/sendmail/
H A Dmilter.c1563 char *mo_name; /* long name of milter option */ member in struct:milteropt
1604 for (mo = MilterOptTab; mo->mo_name != NULL; mo++)
1606 if (sm_strcasecmp(mo->mo_name, name) == 0)
1610 if (mo->mo_name == NULL)

Completed in 16 milliseconds