Home | History | Annotate | Download | only in uuid

Lines Matching defs:variant

81 	int type, variant;
91 type = uuid_type(buf); variant = uuid_variant(buf);
92 printf("UUID type = %d, UUID variant = %d\n", type, variant);
93 if (variant != UUID_VARIANT_DCE) {
94 printf("Incorrect UUID Variant; was expecting DCE!\n");
108 variant = uuid_variant(buf);
109 printf("UUID type = %d, UUID variant = %d\n", type, variant);
110 if (variant != UUID_VARIANT_DCE) {
111 printf("Incorrect UUID Variant; was expecting DCE!\n");
131 variant = uuid_variant(buf);
132 printf("UUID type = %d, UUID variant = %d\n", type, variant);
133 if (variant != UUID_VARIANT_DCE) {
134 printf("Incorrect UUID Variant; was expecting DCE!\n");