Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dmap.c1042 struct dns_map *map_p; local
1044 map_p = (struct dns_map *) xalloc(sizeof(*map_p));
1045 memset(map_p, '\0', sizeof(*map_p));
1046 map_p->dns_m_type = -1;
1206 if (map_p->dns_m_type < 0)
1247 struct dns_map *map_p; local
7329 struct regex_map *map_p; local
7341 map_p = (struct regex_map *) xnalloc(sizeof(*map_p));
7412 sm_free(map_p); /* XXX */
7419 map_p->regex_delim = newstr(map_p->regex_delim);
[all …]