OSDN Git Service

68606166c8d50e49503b3401083ac97ab2af3d9f
[linuxjm/jm.git] / manual / util-linux / original / man3 / uuid_is_null.3
1 '\" t
2 .\"     Title: uuid_is_null
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.4
8 .\"  Language: English
9 .\"
10 .TH "UUID_IS_NULL" "3" "2022-01-06" "util\-linux 2.37.4" "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_is_null \- compare the value of the UUID to the NULL value
32 .SH "SYNOPSIS"
33 .sp
34 \fB#include <uuid.h>\fP
35 .sp
36 \fBint uuid_is_null(uuid_t \fIuu\fP);\fP
37 .SH "DESCRIPTION"
38 .sp
39 The \fBuuid_is_null\fP() function compares the value of the supplied UUID variable \fIuu\fP to the NULL value. If the value is equal to the NULL UUID, 1 is returned, otherwise 0 is returned.
40 .SH "AUTHORS"
41 .sp
42 Theodore Y. Ts\(cqo
43 .SH "SEE ALSO"
44 .sp
45 \fBuuid\fP(3),
46 \fBuuid_clear\fP(3),
47 \fBuuid_compare\fP(3),
48 \fBuuid_copy\fP(3),
49 \fBuuid_generate\fP(3),
50 \fBuuid_time\fP(3),
51 \fBuuid_parse\fP(3),
52 \fBuuid_unparse\fP(3)
53 .SH "REPORTING BUGS"
54 .sp
55 For bug reports, use the issue tracker at \c
56 .URL "https://github.com/karelzak/util\-linux/issues" "" "."
57 .SH "AVAILABILITY"
58 .sp
59 The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c
60 .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."