Searched defs:dot (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | print.c | 176 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 D | print.c | 80 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 D | mdig.c | 772 " -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 D | dlz_mysqldyn_mod.c | 477 /* 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 D | delv.c | 158 " -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 D | dighost.c | 482 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 660 milliseconds