freebsd-dev/lib/libc/uuid
Xin LI 77fbf8f246 Avoid using intermediate variables by just comparing between
two values, the latter does not tend to have sign extension
and/or overflow bugs, and makes the code more obvious.

While I'm there, make use of a macro which is derived from
bin/ps/ps.c: ps_compat() to improve the readability of the
code.

Suggested by:	bde
MFC after:	1 week
2007-04-05 02:07:33 +00:00
..
Makefile.inc Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
Symbol.map Add symbol maps and initial symbol version definitions to libc. 2006-03-13 00:53:21 +00:00
uuid_compare.c Avoid using intermediate variables by just comparing between 2007-04-05 02:07:33 +00:00
uuid_create_nil.c
uuid_create.c
uuid_equal.c Constify arguments. 2005-01-03 02:56:15 +00:00
uuid_from_string.c
uuid_hash.c Constify arguments. 2005-01-03 02:56:15 +00:00
uuid_is_nil.c Avoid (unnecessarily) casting away const within uuid_is_nil. 2005-05-11 13:18:10 +00:00
uuid_to_string.c Constify arguments. 2005-01-03 02:56:15 +00:00
uuid.3 Keep up with const poisoning in uuid.h,v 1.3. 2005-11-24 07:04:20 +00:00