Searched refs:has_sep (Results 1 – 1 of 1) sorted by relevance
229 int has_sep = (sep != CH_ZERO); in buf2hexstr_sep() local230 size_t len = has_sep ? buflen * 3 : 1 + buflen * 2; in buf2hexstr_sep()246 if (has_sep) in buf2hexstr_sep()249 if (has_sep) in buf2hexstr_sep()