UUID_UNPARSE

Section: C Library Functions (3)
Updated: February 2012
Index Return to Main Contents
 

名前

uuid_unparse - UUID をバイナリ表現から文字列に変換する  

書式

#include <uuid/uuid.h>

void uuid_unparse(uuid_t uu, char *out);
void uuid_unparse_upper(uuid_t uu, char *out);
void uuid_unparse_lower(uuid_t uu, char *out);
 

説明

uuid_unparse 関数は、与えられた UUID uu をバイナリ表現から 36 バイトの文字列 (と末尾文字 '\0') に変換する。文字列フォーマットは 1b4e28ba-2fa1-11d2-883f-0016d3cca427 のようなもので、これは out が指す文字列に保存される。 uuid_unparse で返される 16 進数が大文字であるか小文字であるかは、 システム固有のローカルなデフォルトに依存する。

16 進数が大文字であるか小文字であるかが重要な場合は、 関数 uuid_unparse_upperuuid_unparse_lower を使用することができる。  

準拠

OSF DCE 1.1  

作者

Theodore Y. Ts'o  

入手方法

http://e2fsprogs.sourceforge.net/  

関連項目

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


 

Index

名前
書式
説明
準拠
作者
入手方法
関連項目

This document was created by man2html, using the manual pages.
Time: 18:50:56 GMT, March 26, 2020