Home | Sort by: relevance | last modified time | path |
/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) \ |