Searched refs:has_sep (Results 1 – 1 of 1) sorted by relevance
291 int has_sep = (sep != CH_ZERO); in buf2hexstr_sep() local292 size_t i, len = has_sep ? buflen * 3 : 1 + buflen * 2; in buf2hexstr_sep()309 if (has_sep) in buf2hexstr_sep()312 if (has_sep && buflen > 0) in buf2hexstr_sep()
Completed in 11 milliseconds