Searched refs:left_char (Results 1 – 1 of 1) sorted by relevance
1220 char left_char, right_char; in OS_VSNPrintfEx() local1224 left_char = (char)((left < 10) ? (left + '0') : (left + hex_char)); in OS_VSNPrintfEx()1227 string_put_char(&str, left_char); in OS_VSNPrintfEx()