Searched refs:o_ndots (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ldns-host/
H A Dldns-host.c454 static int o_ndots = 1; variable
520 o_ndots = atoi(optarg);
521 if (o_ndots < 0) o_ndots = 0;
883 (res, safe_str2rdf_dname(o_name), ndots(o_name) >= o_ndots);

Completed in 50 milliseconds