Lines Matching refs:otherdomain
141 char *otherdomain, *p, *err;
144 otherdomain = lookup(node);
146 if (otherdomain && strchr(otherdomain, '.')) {
157 if (!p || !strchr(p, '.')) remember(domain, otherdomain);
163 if (otherdomain) {
166 * "otherdomain". If "otherdomain" doesn't already
169 p = lookup(otherdomain);
170 if (!p || !strchr(p, '.')) remember(otherdomain, domain);