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

  /src/lib/libc/resolv/
res_debug.c 933 int altmeters = 0, altfrac = 0, altsign = 1; local in function:loc_aton
964 altsign = -1;
984 alt = (10000000 + (altsign * (altmeters * 100 + altfrac)));
1045 const char *altsign; local in function:loc_ntoa
1080 altsign = "-";
1083 altsign = "";
1125 altsign, altmeters, altfrac,
res_debug.c 933 int altmeters = 0, altfrac = 0, altsign = 1; local in function:loc_aton
964 altsign = -1;
984 alt = (10000000 + (altsign * (altmeters * 100 + altfrac)));
1045 const char *altsign; local in function:loc_ntoa
1080 altsign = "-";
1083 altsign = "";
1125 altsign, altmeters, altfrac,

Completed in 24 milliseconds