Home | History | Annotate | Download | only in qemu

Lines Matching refs:format_char

278 format_char( char*  buf, char*  end, int  c )
327 buf = format_char(buf, end, temp[--nn]);
339 buf = format_char(buf, end, hex[(val >> shift) & 15]);
349 buf = format_char( buf, end, '.');
351 buf = format_char( buf, end, '.');
353 buf = format_char( buf, end, '.');
366 buf = format_char(buf, end, ':');
383 buf = format_char( buf, end, ':' );
389 buf = format_char( buf, end, ':' );