Searched refs:uuid_to_string (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/lib/libc/uuid/
H A DMakefile.inc9 uuid_to_string.c
24 MLINKS+=uuid.3 uuid_to_string.3
H A Duuid_to_string.c27 * $FreeBSD: releng/10.3/lib/libc/uuid/uuid_to_string.c 139601 2005-01-03 02:56:15Z marcel $
35 * uuid_to_string() - Convert a binary UUID into a string representation.
37 * http://www.opengroup.org/onlinepubs/009629399/uuid_to_string.htm
44 uuid_to_string(const uuid_t *u, char **s, uint32_t *status) function
/freebsd-10.3-release/include/
H A Duuid.h56 void uuid_to_string(const uuid_t *, char **, uint32_t *);
/freebsd-10.3-release/bin/uuidgen/
H A Duuidgen.c104 uuid_to_string(uuid++, &p, NULL);
/freebsd-10.3-release/sbin/geom/class/multipath/
H A Dgeom_multipath.c210 uuid_to_string(&uuid, &ptr, &status);
/freebsd-10.3-release/sbin/mca/
H A Dmca.c90 uuid_to_string(id, &s, NULL);

Completed in 113 milliseconds