HomeSort by: relevance | last modified time | path
    Searched defs:parse_uint_helper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tools/
mdig.c 905 parse_uint_helper(uint32_t *uip, const char *value, uint32_t max, function
923 return parse_uint_helper(uip, value, max, desc, 10);
928 return parse_uint_helper(uip, value, max, desc, 0);
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 914 parse_uint_helper(uint32_t *uip, const char *value, uint32_t max, function
932 return parse_uint_helper(uip, value, max, desc, 10);
937 return parse_uint_helper(uip, value, max, desc, 0);

Completed in 27 milliseconds