UUID_COMPARE

Section: C Library Functions (3)
Updated: December 2010
Index JM Home Page
 

名前

uuid_compare - 二つの UUID が同じであるか比較する  

書式

#include <uuid/uuid.h>

int uuid_compare(uuid_t uu1, uuid_t uu2)
 

説明

uuid_compare 関数は、与えられた二つの uuid 変数 uu1uu2 がお互いに等しいかどうか比較する。  

返り値

uu1uu2 よりも辞書的 (lexigraphically) に小さければ 0 より小さい整数が、 等しければ 0 が、大きければ 0 より大きい整数がそれぞれ返される。  

著者

Theodore Y. Ts'o  

入手方法

http://e2fsprogs.sourceforge.net/  

関連項目

uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3)

関連キーワード

uuid, UUID, COMPARE, compare, 入手, 方法, 比較, 二つ, 名前, Index

Linux マニュアル 一覧

[man1] [man2] [man3] [man4] [man5] [man6] [man7] [man8]
[a] [b] [c] [d] [e] [f] [g] [h] [i] [j] [k] [l] [m] [n] [o] [p] [q] [r] [s] [t] [u] [v] [w] [x] [y] [z]

 

Index

名前
書式
説明
返り値
著者
入手方法
関連項目

This document was created by man2html, using the manual pages.
Time: 12:08:55 GMT, June 11, 2022