Lines Matching defs:dots
253 u_int dots;
261 dots = 0;
263 dots += (*cp == '.');
268 /* If there aren't any dots, it could be a user-level alias. */
269 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL)
273 * If there are enough dots in the name, let's just give it a
278 if (dots >= statp->ndots || trailing_dot) {
293 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) ||
294 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
359 * unless RES_NOTLDQUERY is set and there were no dots.
361 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&