Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_debug.c912 int altmeters = 0, altfrac = 0, altsign = 1; in loc_aton() local
956 altfrac = (*cp++ - '0') * 10; in loc_aton()
958 altfrac += (*cp++ - '0'); in loc_aton()
963 alt = (10000000 + (altsign * (altmeters * 100 + altfrac))); in loc_aton()
1025 int altmeters, altfrac; in loc_ntoa() local
1093 altfrac = altval % 100; in loc_ntoa()
1104 altsign, altmeters, altfrac, in loc_ntoa()