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

/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h66 char *mo_name; /* option name */ member in struct:mntopt
/freebsd-11-stable/contrib/sendmail/src/
H A Dmilter.c1561 char *mo_name; /* long name of milter option */ member in struct:milteropt
1602 for (mo = MilterOptTab; mo->mo_name != NULL; mo++)
1604 if (sm_strcasecmp(mo->mo_name, name) == 0)
1608 if (mo->mo_name == NULL)
2319 ? MilterOptTab[i].mo_name : "?")

Completed in 125 milliseconds