Add two new UUID helper functions to libc, uuid_name_lookup() and
commit9f5110e7d948171b837103afc3a5cf2ede2c8f92
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 07:35:12 +0000 (17 07:35 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 17 Jun 2007 07:35:12 +0000 (17 07:35 +0000)
tree25d232ba7d5b8c34ad9225953385795c4a0bd63a
parent162a295385430ddde48add766f522834636459a9
Add two new UUID helper functions to libc, uuid_name_lookup() and
uuid_addr_lookup().  These functions convert UUIDs to and from symbolic
names via the files /etc/uuids and /etc/uuids.local.
include/uuid.h
lib/libc/uuid/Makefile.inc
lib/libc/uuid/uuid.3
lib/libc/uuid/uuid_name_lookup.c [new file with mode: 0644]