Searched defs:uuid_to_str (Results 1 – 4 of 4) sorted by relevance
30 void uuid_to_str(const struct uuid* uuid, char* str) { in uuid_to_str() function
255 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str() function
252 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str() function
406 TEST_F(libc, uuid_to_str) { in TEST_F() argument