MCPcopy Create free account
hub / github.com/F-Stack/f-stack / parse_uuid

Function parse_uuid

freebsd/kern/kern_uuid.c:442–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440#define VUUIDF_PARSEFLAGS (VUUIDF_EMPTYOK | VUUIDF_CHECKSEMANTICS)
441
442int
443parse_uuid(const char *str, struct uuid *uuid)
444{
445
446 return (validate_uuid(str, strlen(str), uuid, VUUIDF_PARSEFLAGS));
447}
448
449int
450uuidcmp(const struct uuid *uuid1, const struct uuid *uuid2)

Callers

nothing calls this directly

Calls 1

validate_uuidFunction · 0.85

Tested by

no test coverage detected