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

/bind-9.11.3/bin/dig/
H A Ddighost.c4659 isc_boolean_t end_with_dot; local
4669 end_with_dot = (tmp1[fromlen - 1] == '.') ? ISC_TRUE : ISC_FALSE;
4670 if (absolute && !end_with_dot) {
4690 if (absolute && !end_with_dot && tmp1[tolen - 1] == '.')

Completed in 28 milliseconds