Files
ipxe/src/tests
Michael Brown da7b266289 [uuid] Add uuid_aton() to parse a UUID from a string
Add uuid_aton() to parse a UUID value from a string (analogous to
inet_aton(), inet6_aton(), sock_aton(), etc), treating it as a
32-digit hex string with optional hyphen separators.  The placement of
the separators is not checked: each byte within the hex string may be
separated by a hyphen, or not separated at all.

Add dedicated self-tests for UUID parsing and formatting (already
partially covered by the ":uuid" and ":guid" settings self-tests).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2024-02-29 14:43:55 +00:00
..
2016-07-29 01:12:58 +01:00
2016-07-29 01:12:58 +01:00
2016-05-05 23:42:57 +01:00
2016-07-29 01:12:58 +01:00
2016-07-29 01:13:27 +01:00
2015-04-12 17:01:10 +01:00
2021-05-18 11:45:24 +01:00