Searched refs:uuid128_to_str_buffer (Results 1 – 1 of 1) sorted by relevance
356 static char uuid128_to_str_buffer[32+4+1]; variable364 uuid128_to_str_buffer[j++] = char_for_high_nibble(byte); in uuid128_to_str()365 uuid128_to_str_buffer[j++] = char_for_low_nibble(byte); in uuid128_to_str()367 uuid128_to_str_buffer[j++] = '-'; in uuid128_to_str()370 return uuid128_to_str_buffer; in uuid128_to_str()