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

  /src/lib/libc/uuid/
Makefile.inc 8 uuid_from_string.c uuid_hash.c uuid_is_nil.c uuid_stream.c \
17 MLINKS+=uuid.3 uuid_from_string.3
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 in typeref:typename:void
  /src/include/
uuid.h 49 void uuid_from_string(const char *, uuid_t *, uint32_t *);
  /src/usr.bin/sdpquery/
command.c 219 uuid_from_string(*argv, &uuid, &status);
  /src/usr.sbin/sysinst/
gpt.c 988 uuid_from_string(custom, &id, &err);

Completed in 14 milliseconds