OSDN Git Service

util-linux 2.37.3: Reserve to translate.
[linuxjm/jm.git] / manual / util-linux / original / man3 / uuid_compare.3
1 '\" t
2 .\"     Title: uuid_compare
3 .\"    Author: [see the "AUTHOR(S)" section]
4 .\" Generator: Asciidoctor 2.0.15
5 .\"      Date: 2022-01-06
6 .\"    Manual: Programmer's Manual
7 .\"    Source: util-linux 2.37.3
8 .\"  Language: English
9 .\"
10 .TH "UUID_COMPARE" "3" "2022-01-06" "util\-linux 2.37.3" "Programmer\(aqs Manual"
11 .ie \n(.g .ds Aq \(aq
12 .el       .ds Aq '
13 .ss \n[.ss] 0
14 .nh
15 .ad l
16 .de URL
17 \fI\\$2\fP <\\$1>\\$3
18 ..
19 .als MTO URL
20 .if \n[.g] \{\
21 .  mso www.tmac
22 .  am URL
23 .    ad l
24 .  .
25 .  am MTO
26 .    ad l
27 .  .
28 .  LINKSTYLE blue R < >
29 .\}
30 .SH "NAME"
31 uuid_compare \- compare whether two UUIDs are the same
32 .SH "SYNOPSIS"
33 .sp
34 \fB#include <uuid.h>\fP
35 .sp
36 \fBint uuid_compare(uuid_t \fIuu1\fP, uuid_t \fIuu2\fP)\fP
37 .SH "DESCRIPTION"
38 .sp
39 The \fBuuid_compare\fP() function compares the two supplied uuid variables \fIuu1\fP and \fIuu2\fP to each other.
40 .SH "RETURN VALUE"
41 .sp
42 Returns an integer less than, equal to, or greater than zero if \fIuu1\fP is found, respectively, to be lexicographically less than, equal, or greater than \fIuu2\fP.
43 .SH "AUTHORS"
44 .sp
45 Theodore Y. Ts\(cqo
46 .SH "SEE ALSO"
47 .sp
48 \fBuuid\fP(3),
49 \fBuuid_clear\fP(3),
50 \fBuuid_copy\fP(3),
51 \fBuuid_generate\fP(3),
52 \fBuuid_is_null\fP(3),
53 \fBuuid_parse\fP(3),
54 \fBuuid_unparse\fP(3)
55 .SH "AVAILABILITY"
56 .sp
57 The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c
58 .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."