Searched refs:ndots (Results 26 - 28 of 28) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Ddig.c188 " +ndots=### (Set NDOTS value)\n"
887 case 'd': /* ndots */
888 FULLCHECK("ndots");
893 result = parse_uint(&num, value, MAXNDOTS, "ndots");
895 fatal("Couldn't parse ndots");
896 ndots = num;
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c2730 const int ndots = 1; local
2803 if (dots >= ndots) {
2857 for (i = LOCALDOMAINPARTS; !found && (i <= (domain_parts - ndots)); i++) {
/macosx-10.10.1/libresolv-57/
H A Ddns_util.c2138 statp->ndots = 1;

Completed in 300 milliseconds

12