Searched refs:uuid_is_nil (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/libc/uuid/
H A Duuid_equal.c49 return (uuid_is_nil(b, NULL));
51 return (uuid_is_nil(a, NULL));
H A Duuid_is_nil.c33 * uuid_is_nil() - return whether the UUID is a nil UUID.
35 * http://www.opengroup.org/onlinepubs/009629399/uuid_is_nil.htm
38 uuid_is_nil(const uuid_t *u, uint32_t *status) function
H A Duuid_compare.c59 return ((uuid_is_nil(b, NULL)) ? 0 : -1);
61 return ((uuid_is_nil(a, NULL)) ? 0 : 1);
H A DMakefile.inc8 uuid_from_string.c uuid_hash.c uuid_is_nil.c uuid_stream.c \
19 MLINKS+=uuid.3 uuid_is_nil.3

Completed in 79 milliseconds