Lines Matching refs:ascii
21 * @ch: ascii character represents hex digit
56 * hex2bin - convert an ascii hexadecimal string to its binary representation
58 * @src: ascii hexadecimal string
82 * bin2hex - convert binary data to an ascii hexadecimal string
83 * @dst: ascii hexadecimal result
105 * @ascii: include ASCII after the hex output
128 char *linebuf, size_t linebuflen, bool ascii)
205 if (!ascii)
225 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1;
241 * @ascii: include ASCII after the hex output
263 const void *buf, size_t len, bool ascii)
277 linebuf, sizeof(linebuf), ascii);