Home
last modified time | relevance | path

Searched refs:meters (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ldns/
HDstr2host.c882 uint32_t meters = 0, cm = 0, val; in loc_parse_cm() local
887 meters = (uint32_t)strtol(my_str, &my_str, 10); in loc_parse_cm()
894 if (meters >= 1) { in loc_parse_cm()
896 val = meters; in loc_parse_cm()
/freebsd-13-stable/contrib/unbound/sldns/
HDstr2wire.c2222 uint32_t meters = 0, cm = 0, val; in loc_parse_cm() local
2227 meters = (uint32_t)strtol(my_str, &my_str, 10); in loc_parse_cm()
2235 if (meters >= 1) { in loc_parse_cm()
2237 val = meters; in loc_parse_cm()