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
..
2022-03-25 16:47:06 +00:00
2024-02-07 21:16:47 +00:00
2016-07-29 01:12:58 +01:00
2016-07-29 01:12:58 +01:00
2015-04-24 14:41:32 +01:00
2015-04-24 15:32:04 +01:00
2024-01-19 16:40:11 +00:00
2016-05-05 23:42:57 +01:00
2015-03-02 14:17:31 +00:00
2015-03-02 14:17:31 +00:00
2022-11-10 09:58:44 +00:00
2022-10-25 13:21:30 +01:00
2020-12-09 16:45:50 +00:00
2015-03-02 14:17:31 +00:00
2015-03-02 14:17:31 +00:00
2016-07-29 01:12:58 +01:00
2024-02-07 23:32:10 +00:00
2022-10-11 14:33:19 +01:00
2015-04-12 17:01:10 +01:00
2015-04-12 17:01:10 +01:00
2015-03-02 14:17:31 +00:00
2023-02-20 14:53:10 +00:00
2022-10-25 13:21:30 +01:00
2021-05-08 15:34:19 +01:00
2015-03-02 14:17:31 +00:00
2015-03-02 14:17:31 +00:00
2022-10-10 12:21:54 +01:00
2016-02-11 19:04:23 +00:00
2015-07-28 13:48:29 +01:00
2023-01-14 00:09:20 +00:00
2015-07-28 16:59:11 +01:00
2024-02-14 16:40:05 +00:00
2015-03-16 15:40:53 +00:00
2017-11-12 18:52:03 +00:00
2015-04-12 17:01:10 +01:00
2015-03-02 14:17:31 +00:00
2015-03-02 14:17:31 +00:00
2024-02-22 00:08:27 +00:00
2023-01-31 10:17:57 +00:00
2017-11-12 18:52:03 +00:00
2020-12-08 15:04:28 +00:00
2022-10-10 12:21:54 +01:00
2016-07-29 01:13:27 +01:00
2015-08-21 16:25:11 +01:00
2015-03-02 14:17:31 +00:00
2015-03-02 14:17:31 +00:00
2015-03-02 14:17:31 +00:00
2015-03-02 14:17:31 +00:00
2015-03-02 14:17:31 +00:00
2023-06-02 13:54:42 +01:00
2017-03-29 10:36:45 +03:00
2022-01-04 14:03:12 +00:00
2015-04-12 17:01:10 +01:00
2015-04-12 17:01:10 +01:00
2015-04-12 17:02:11 +01:00
2021-05-18 11:45:24 +01:00
2015-09-10 14:46:54 +01:00
2023-02-06 21:06:00 +00:00
2024-02-29 14:43:55 +00:00
2015-03-02 14:17:31 +00:00
2010-08-16 16:54:03 +01:00
2023-03-01 12:20:02 +00:00
2022-03-15 16:25:13 +00:00
2024-02-29 14:43:55 +00:00
2016-04-12 11:53:06 +01:00
2024-02-15 12:45:58 +00:00
2024-01-30 13:21:01 +00:00
2021-05-08 15:34:19 +01:00