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

/sendmail/sendmail/
H A Dreadcf.c4350 char *to_name; /* long name of timeout */ member in struct:timeoutinfo
4447 for (to = TimeOutTab; to->to_name != NULL; to++)
4449 if (sm_strcasecmp(to->to_name, name) == 0)
4453 if (to->to_name == NULL)

Completed in 463 milliseconds