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

  /src/lib/libc/citrus/
citrus_prop.c 79 static const char *xdigit = "0123456789ABCDEF"; variable in typeref:typename:const char *
98 p = strchr(xdigit, _bcs_toupper(ch)); \
99 if (p == NULL || (n = (p - xdigit)) >= base) \
citrus_prop.c 79 static const char *xdigit = "0123456789ABCDEF"; variable in typeref:typename:const char *
98 p = strchr(xdigit, _bcs_toupper(ch)); \
99 if (p == NULL || (n = (p - xdigit)) >= base) \

Completed in 22 milliseconds