Whamcloud - gitweb
Many files:
[tools/e2fsprogs.git] / lib / uuid / uuid_is_null.3.in
1 .\" Copyright 1999 Andreas Dilger (adilger@enel.ucalgary.ca)
2 .\"
3 .\" This man page was created for libuuid.so.1.1 from e2fsprogs-1.14.
4 .\" 
5 .\" This file may be copied under the terms of the GNU Public License.
6 .\" 
7 .\" Created  Wed Mar 10 17:42:12 1999, Andreas Dilger
8 .TH UUID_IS_NULL 3 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
9 .SH NAME
10 uuid_is_null \- compare the value of the UUID to the NULL value
11 .SH SYNOPSIS
12 .nf
13 .B #include <uuid/uuid.h>
14 .sp
15 .BI "int uuid_is_null(uuid_t " uu );
16 .fi
17 .SH DESCRIPTION
18 The
19 .B uuid_is_null
20 function compares the value of the supplied UUID variable
21 .I uu
22 to the NULL value.  If the value is equal to the NULL UUID, 1 is returned,
23 otherwise 0 is returned.
24 .SH AUTHOR
25 .B uuid_is_null
26 was written by Theodore Y. Ts'o for the ext2 filesystem utilties.
27 .SH AVAILABILITY
28 .B uuid_is_null
29 is part of libuuid from the e2fsprogs package and is available for anonymous
30 ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs.
31 .SH "SEE ALSO"
32 .BR libuuid (3),
33 .BR uuid_clear (3),
34 .BR uuid_compare (3),
35 .BR uuid_copy (3),
36 .BR uuid_generate (3),
37 .BR uuid_time (3)