Home
last modified time | relevance | path

Searched refs:map_p (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sendmail/src/
H A Dmap.c1274 struct dns_map *map_p; local
1276 map_p = (struct dns_map *) xalloc(sizeof(*map_p));
1277 memset(map_p, '\0', sizeof(*map_p));
1278 map_p->dns_m_type = -1;
1438 if (map_p->dns_m_type < 0)
1479 struct dns_map *map_p; local
7592 struct regex_map *map_p; local
7604 map_p = (struct regex_map *) xnalloc(sizeof(*map_p));
7678 sm_free(map_p); /* XXX */
7685 map_p->regex_delim = newstr(map_p->regex_delim);
[all …]