Home
last modified time | relevance | path

Searched refs:ishexdigit (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/dtc/
H A Dutil.hh121 inline bool ishexdigit(char c) in ishexdigit() function
H A Dstring.cc112 if (i+1 < length && ishexdigit(s[i+1])) in push_string()
H A Dinput_buffer.cc985 if (!ishexdigit((*this)[0]) && !ishexdigit((*this)[1])) in consume_hex_byte()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dascii.c45 static int ishexdigit(int x);
1017 if (!ishexdigit(line[*len]) || !ishexdigit(line[*len + 1])) in read_num()
1064 ishexdigit(int x) in ishexdigit() function