Provided by: util-linux-locales_2.41-4ubuntu3_all bug

이름

       uuid_is_null - compare the value of the UUID to the NULL value

개요

       #include <uuid.h>

       int uuid_is_null(const uuid_t uu);

설명

       The uuid_is_null() function compares the value of the supplied UUID variable uu to the NULL value. If the
       value is equal to the NULL UUID, 1 is returned, otherwise 0 is returned.

저작자

       Theodore Y. Ts’o

추가 참조

       uuid(3), uuid_clear(3), uuid_compare(3), uuid_copy(3), uuid_generate(3), uuid_time(3), uuid_parse(3),
       uuid_unparse(3)

버그 보고

       For bug reports, use the issue tracker <https://github.com/util-linux/util-linux/issues>.

가용성

       libuuid 라이브러리는 2.15.1 버전부터 util-linux 패키지의 일부입니다. Linux Kernel Archive
       <https://www.kernel.org/pub/linux/utils/util-linux/>에서 다운로드할 수 있습니다.

util-linux 2.41                                    2025-07-02                                    UUID_IS_NULL(3)