Home
last modified time | relevance | path

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

/freebsd/contrib/ldns-host/
H A Dldns-host.c588 static int o_ndots = 1; variable
655 o_ndots = atoi(optarg); in parse_args()
656 if (o_ndots < 0) o_ndots = 0; in parse_args()
1074 (res, safe_str2rdf_dname(o_name), ndots(o_name) >= o_ndots); in main()