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

  /src/lib/libc/nameser/
ns_name.c 59 static const char digitvalue[256] = { variable
1104 value += digitvalue[(int)c];
ns_name.c 59 static const char digitvalue[256] = { variable
1104 value += digitvalue[(int)c];
ns_name.c 59 static const char digitvalue[256] = { variable
1104 value += digitvalue[(int)c];
  /src/external/bsd/libbind/dist/nameser/
ns_name.c 53 static const char digitvalue[256] = { variable
1086 value += digitvalue[(int)c];
ns_name.c 53 static const char digitvalue[256] = { variable
1086 value += digitvalue[(int)c];
ns_name.c 53 static const char digitvalue[256] = { variable
1086 value += digitvalue[(int)c];
  /src/external/mpl/dhcp/bind/dist/lib/dns/
name.c 52 static char digitvalue[256] = { variable
1231 value += digitvalue[c & 0xff];
name.c 52 static char digitvalue[256] = { variable
1231 value += digitvalue[c & 0xff];
name.c 52 static char digitvalue[256] = { variable
1231 value += digitvalue[c & 0xff];

Completed in 75 milliseconds