Home | History | Annotate | Download | only in net

Lines Matching defs:dots

2262 	u_int dots;
2273 dots = 0;
2275 dots += (*cp == '.');
2284 * if there aren't any dots, it could be a user-level alias
2286 if (!dots && (cp = __hostalias(name)) != NULL) {
2292 * If there are dots in the name already, let's just give it a try
2296 if (dots >= res->ndots) {
2310 if ((!dots && (res->options & RES_DEFNAMES)) ||
2311 (dots && !trailing_dot && (res->options & RES_DNSRCH))) {
2369 * note that we do this regardless of how many dots were in the