Lines Matching full:guid
22 #include "guid.h"
57 // Assign the GUID from a string input value. A GUID is normally formatted
61 // than 36 characters long, this function assumes the input GUID has
65 // GUID is assigned.
74 // If first character is an 'R' or 'r', set a random GUID; otherwise,
75 // try to parse it as a real GUID
128 // Erase the contents of the GUID
133 // Set a completely random GUID value....
135 // first three fields byte-reversed to conform to Intel's GUID layout.
138 // random GUID -- not completely kosher, but it works on most platforms
177 // Return the GUID as a string, suitable for display to the user.
211 // Display a GUID as a string....