Home | History | Annotate | Download | only in uuid

Lines Matching refs:variant

79 	int type, variant;
89 type = uuid_type(buf); variant = uuid_variant(buf);
90 printf("UUID type = %d, UUID variant = %d\n", type, variant);
91 if (variant != UUID_VARIANT_DCE) {
92 printf("Incorrect UUID Variant; was expecting DCE!\n");
105 type = uuid_type(buf); variant = uuid_variant(buf);
106 printf("UUID type = %d, UUID variant = %d\n", type, variant);
107 if (variant != UUID_VARIANT_DCE) {
108 printf("Incorrect UUID Variant; was expecting DCE!\n");
126 type = uuid_type(buf); variant = uuid_variant(buf);
127 printf("UUID type = %d, UUID variant = %d\n", type, variant);
128 if (variant != UUID_VARIANT_DCE) {
129 printf("Incorrect UUID Variant; was expecting DCE!\n");