Searched refs:uuid (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | test_printf.c | 265 uuid(void) in uuid() function 267 const char uuid[16] = {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, in uuid() local 270 test("00010203-0405-0607-0809-0a0b0c0d0e0f", "%pUb", uuid); in uuid() 271 test("00010203-0405-0607-0809-0A0B0C0D0E0F", "%pUB", uuid); in uuid() 272 test("03020100-0504-0706-0809-0a0b0c0d0e0f", "%pUl", uuid); in uuid() 273 test("03020100-0504-0706-0809-0A0B0C0D0E0F", "%pUL", uuid); in uuid() 329 uuid(); in test_pointer()
|
D | Makefile | 39 gcd.o lcm.o list_sort.o uuid.o flex_array.o iov_iter.o clz_ctz.o \
|
D | vsprintf.c | 1261 char uuid[sizeof("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx")]; in uuid_string() local 1262 char *p = uuid; in uuid_string() 1295 p = uuid; in uuid_string() 1301 return string(buf, end, uuid, spec); in uuid_string()
|