Searched refs:parse_uint_helper (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/bin/tools/ |
H A D | mdig.c | 825 parse_uint_helper(isc_uint32_t *uip, const char *value, isc_uint32_t max, function 843 return (parse_uint_helper(uip, value, max, desc, 10)); 849 return (parse_uint_helper(uip, value, max, desc, 0));
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 1091 parse_uint_helper(isc_uint32_t *uip, const char *value, isc_uint32_t max, function 1109 return (parse_uint_helper(uip, value, max, desc, 10)); 1115 return (parse_uint_helper(uip, value, max, desc, 0));
|
Completed in 49 milliseconds