HomeSort by: relevance | last modified time | path
    Searched defs:uuid_from_string (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/uuid/
uuid_from_string.c 1 /* $NetBSD: uuid_from_string.c,v 1.1 2004/09/13 21:44:54 thorpej Exp $ */
29 * $FreeBSD: src/lib/libc/uuid/uuid_from_string.c,v 1.2 2003/08/08 19:18:43 marcel Exp $
34 __RCSID("$NetBSD: uuid_from_string.c,v 1.1 2004/09/13 21:44:54 thorpej Exp $");
44 * uuid_from_string() - convert a string representation of an UUID into
47 * http://www.opengroup.org/onlinepubs/009629399/uuid_from_string.htm
53 uuid_from_string(const char *s, uuid_t *u, uint32_t *status) function

Completed in 23 milliseconds