Home | History | Annotate | Download | only in uuid

Lines Matching refs:printf

54 	printf("%s is %s", uuid, validStr[isValid]);
56 printf(" but uuid_parse says %s\n", validStr[parsedOk]);
59 printf(", OK\n");
83 printf("UUID generate = %s\n", str);
84 printf("UUID: ");
86 printf("%02x", *cp++);
88 printf("\n");
90 printf("UUID type = %d, UUID variant = %d\n", type, variant);
92 printf("Incorrect UUID Variant; was expecting DCE!\n");
95 printf("\n");
99 printf("UUID random string = %s\n", str);
100 printf("UUID: ");
102 printf("%02x", *cp++);
104 printf("\n");
106 printf("UUID type = %d, UUID variant = %d\n", type, variant);
108 printf("Incorrect UUID Variant; was expecting DCE!\n");
112 printf("Incorrect UUID type; was expecting "
116 printf("\n");
120 printf("UUID string = %s\n", str);
121 printf("UUID time: ");
123 printf("%02x", *cp++);
125 printf("\n");
127 printf("UUID type = %d, UUID variant = %d\n", type, variant);
129 printf("Incorrect UUID Variant; was expecting DCE!\n");
133 printf("Incorrect UUID type; was expecting "
140 printf("UUID time is: (%ld, %ld): %s\n", tv.tv_sec, tv.tv_usec,
144 printf("UUID parse and compare succeeded.\n");
146 printf("UUID parse and compare failed!\n");
151 printf("UUID clear and is null succeeded.\n");
153 printf("UUID clear and is null failed!\n");
158 printf("UUID copy and compare succeeded.\n");
160 printf("UUID copy and compare failed!\n");
176 printf("%d failures.\n", failed);