Searched defs:dot (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dprint.c176 int dot; local
199 dot = neg = space = plus = left = zero = alt = h = l = q = z = 0;
246 dot = 1;
639 if (!dot)
/bind-9.11.3/lib/lwres/
H A Dprint.c80 int dot; local
105 dot = space = plus = left = zero = alt = h = l = q = z = 0;
152 dot = 1;
506 if (!dot)
/bind-9.11.3/bin/tools/
H A Dmdig.c772 " -x dot-notation (shortcut for reverse lookups)\n"
969 const char *dot = strchr(in, '.'); local
971 if (dot != NULL) {
973 result = reverse_octets(dot + 1, p, end);
977 len = (int)(dot - in);
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c477 /* Does this name end in a dot? */
485 /* Return a dot if 's' doesn't already end with one */
487 dot(const char *s) { function
502 sprintf(dest, "%s%s", zone, dot(zone));
505 sprintf(dest, "%s.%s%s", name, zone, dot(zone));
1138 host, dot(host), admin, dot(admin),
/bind-9.11.3/bin/delv/
H A Ddelv.c158 " -x dot-notation (shortcut for reverse lookups)\n"
1508 char *dot = strchr(in, '.'); local
1510 if (dot != NULL) {
1512 result = reverse_octets(dot + 1, p, end);
1518 len = (int)(dot - in);
/bind-9.11.3/bin/dig/
H A Ddighost.c482 const char *dot = strchr(in, '.'); local
484 if (dot != NULL) {
486 result = reverse_octets(dot + 1, p, end);
492 len = (int) (dot - in);
4662 * Copy contents of 'buffer' to 'tmp1', supply trailing dot
4687 * If we have appended trailing dot, remove it.
4712 /* Append dot and origin */

Completed in 40 milliseconds