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

/bind-9.6-ESV-R11/lib/lwres/
H A Dprint.c89 int dot; local
114 dot = space = plus = left = zero = alt = h = l = q = 0;
161 dot = 1;
496 if (!dot)
/bind-9.6-ESV-R11/lib/isc/
H A Dprint.c92 int dot; local
117 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
163 dot = 1;
555 if (!dot)
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c434 char *dot = strchr(in, '.'); local
436 if (dot != NULL) {
438 result = reverse_octets(dot + 1, p, end);
444 len = dot - in;
3758 * Copy contents of 'buffer' to 'tmp1', supply trailing dot
3783 * If we have appended trailing dot, remove it.
3808 /* Append dot and origin */

Completed in 25 milliseconds