Lines Matching refs:ndots
142 int ndots = -1;
1480 if (ndots == -1) {
1481 ndots = lwconf->ndots;
1482 debug("ndots is %d.", ndots);
2225 * Check for a absolute name or ndots being met.
2233 (int)dns_name_countlabels(name) > ndots))
2401 if ((count_dots(utf8_textname) >= ndots) || !usesearch) {
2410 if ((count_dots(lookup->textname) >= ndots) || !usesearch) {