Unix and Linux Discussions Tagged with linux and unix |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
13,944 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
11,111 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
9,725 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,990 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
6,589 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
8,372 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
9,586 |
Shell Programming and Scripting |
|
|
|
2 |
3,997 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
15,489 |
Programming |
|
|
|
6 |
6,057 |
Shell Programming and Scripting |
|
|
|
2 |
4,573 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,724 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,313 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
7,673 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
9,053 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,237 |
Shell Programming and Scripting |
|
|
|
13 |
8,727 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
4,053 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,396 |
Shell Programming and Scripting |
|
|
|
6 |
2,264 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,113 |
Shell Programming and Scripting |
|
|
|
2 |
9,079 |
UNIX and Linux Applications |
|
|
|
3 |
1,735 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,307 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
7,592 |
Red Hat |
|
|
|
3 |
1,814 |
Shell Programming and Scripting |
|
|
|
7 |
21,120 |
Shell Programming and Scripting |
|
|
|
3 |
2,488 |
Shell Programming and Scripting |
|
|
|
7 |
3,845 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
8,693 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,698 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,177 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,520 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,941 |
UNIX for Dummies Questions & Answers |
UUID_COMPARE(3) Libuuid API UUID_COMPARE(3)
NAME
uuid_compare - compare whether two UUIDs are the same
SYNOPSIS
#include <uuid.h>
int uuid_compare(uuid_t uu1, uuid_t uu2)
DESCRIPTION
The uuid_compare function compares the two supplied uuid variables uu1 and uu2 to each other.
RETURN VALUE
Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexicographically less than, equal, or
greater than uu2.
AUTHOR
Theodore Y. Ts'o
AVAILABILITY
libuuid is part of the util-linux package since version 2.15.1 and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
SEE ALSO
uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3)
util-linux May 2009 UUID_COMPARE(3)