HomeSort by relevance Sort by last modified time
    Searched refs:format_char (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/glib/
gstrfuncs.c 621 gchar format_char; local
627 format_char = format[strlen (format) - 1];
629 g_return_val_if_fail (format_char == 'e' || format_char == 'E' ||
630 format_char == 'f' || format_char == 'F' ||
631 format_char == 'g' || format_char == 'G',
640 if (!(format_char == 'e' || format_char == 'E' |
    [all...]
  /external/qemu/
sockets.c 269 format_char( char* buf, char* end, int c ) function
318 buf = format_char(buf, end, temp[--nn]);
330 buf = format_char(buf, end, hex[(val >> shift) & 15]);
340 buf = format_char( buf, end, '.');
342 buf = format_char( buf, end, '.');
344 buf = format_char( buf, end, '.');
357 buf = format_char(buf, end, ':');
374 buf = format_char( buf, end, ':' );
380 buf = format_char( buf, end, ':' );
    [all...]

Completed in 40 milliseconds