Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dmap.c1228 char *appdomain; local
1231 appdomain = (char *) sm_malloc(len);
1232 if (appdomain == NULL)
1237 (void) sm_strlcpyn(appdomain, len, 3, name, ".", map->map_file);
1238 r = dns_lookup_int(appdomain, C_IN, map_p->dns_m_type,
1240 sm_free(appdomain);