Home | History | Annotate | Download | only in uuid

Lines Matching refs:variant

67 	int type, variant;
77 type = uuid_type(buf); variant = uuid_variant(buf);
78 printf("UUID type = %d, UUID variant = %d\n", type, variant);
79 if (variant != UUID_VARIANT_DCE) {
80 printf("Incorrect UUID Variant; was expecting DCE!\n");
93 type = uuid_type(buf); variant = uuid_variant(buf);
94 printf("UUID type = %d, UUID variant = %d\n", type, variant);
95 if (variant != UUID_VARIANT_DCE) {
96 printf("Incorrect UUID Variant; was expecting DCE!\n");
114 type = uuid_type(buf); variant = uuid_variant(buf);
115 printf("UUID type = %d, UUID variant = %d\n", type, variant);
116 if (variant != UUID_VARIANT_DCE) {
117 printf("Incorrect UUID Variant; was expecting DCE!\n");