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