Searched refs:isxdigit (Results 1 – 7 of 7) sorted by relevance
67 && ((p[0] != 'x') || !isxdigit(p[1]))))) in odoffset()77 if (p[0] == 'x' && isxdigit(p[1])) { in odoffset()87 for (num = p; isxdigit(*p); ++p) in odoffset()
212 if (!isxdigit(s[0]) || !isxdigit(s[1])) in get_spec_by_uuid()
85 while (isxdigit(*p)) p++; in reverse()
509 if (!isxdigit(ch)) in sym_string_valid()
2424 #undef isxdigit2456 #define isxdigit(a) bb_ascii_isxdigit(a) macro
4985 if (!isxdigit(ch)) in parse_dollar_squote()
12328 } while (isxdigit(c) && --cnt); in decode_dollar_squote()