hexdigit 50 util.c while (len-- && *s && (tmp = strchr(hexdigit, *s))) {
hexdigit 52 util.c retval |= (tmp - hexdigit) & 15;
hexdigit 2037 util.c if (!*++s || !(s1 = strchr(hexdigit, *s))) goto ret0;
hexdigit 2040 util.c s1 = strchr(hexdigit, *s);
hexdigit 2044 util.c adj += aadj * ((s1 - hexdigit) & 15);
hexdigit 2047 util.c } while (*++s && (s1 = strchr(hexdigit, *s)));
hexdigit 2052 util.c if (!*++s || !(s1 = strchr(hexdigit, *s))) goto ret0;
hexdigit 2059 util.c for (; *s && (s1 = strchr(hexdigit, *s)); ++s) {
hexdigit 2060 util.c adj += aadj * ((s1 - hexdigit) & 15);
hexdigit 2062 util.c while (strchr(hexdigit, *++s));