.\"O .TH "UUID_UNPARSE" "3" "2021-06-02" "util\-linux 2.37.2" "Programmer\(aqs Manual" .\"O .ie \n(.g .ds Aq \(aq .\"O .el .ds Aq ' .\"O .ss \n[.ss] 0 .\"O .nh .\"O .ad l .\"O .de URL .\"O \fI\\$2\fP <\\$1>\\$3 .\"O .. .\"O .als MTO URL .\"O .if \n[.g] \{\ .\"O . mso www.tmac .\"O . am URL .\"O . ad l .\"O . . .\"O . am MTO .\"O . ad l .\"O . . .\"O . LINKSTYLE blue R < > .\"O .\} .TH UUID_UNPARSE 3 2021\-06\-02 "util\-linux 2.37.2" プãƒã‚°ãƒ©ãƒžãƒ¼ãƒžãƒ‹ãƒ¥ã‚¢ãƒ« .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .\"O ---------------------------------------- .\"O .SH "NAME" .\"O uuid_unparse \- convert a UUID from binary representation to a string .SH åå‰ uuid_unparse \- UUID ã®ãƒã‚¤ãƒŠãƒªãƒ¼è¡¨ç¾ã‚’æ–‡å—列ã«å¤‰æ›ã™ã‚‹ .\"O ---------------------------------------- .\"O .SH "SYNOPSIS" .\"O .sp .\"O \fB#include <uuid.h>\fP .\"O .sp .\"O \fBvoid uuid_unparse(uuid_t \fIuu\fP, char *\fIout\fP);\fP .\"O .br .\"O \fBvoid uuid_unparse_upper(uuid_t \fIuu\fP, char *\fIout\fP);\fP .\"O .br .\"O \fBvoid uuid_unparse_lower(uuid_t \fIuu\fP, char *\fIout\fP);\fP .SH æ›¸å¼ .sp \fB#include <uuid.h>\fP .sp \fBvoid uuid_unparse(uuid_t \fP\fIuu\fP\fB, char *\fP\fIout\fP\fB);\fP .br \fBvoid uuid_unparse_upper(uuid_t \fP\fIuu\fP\fB, char *\fP\fIout\fP\fB);\fP .br \fBvoid uuid_unparse_lower(uuid_t \fP\fIuu\fP\fB, char *\fP\fIout\fP\fB);\fP .\"O ---------------------------------------- .\"O .SH "DESCRIPTION" .\"O .sp .\"O The \fBuuid_unparse\fP() function converts the supplied UUID \fIuu\fP from the binary representation into a 36\-byte string (plus trailing \(aq\(rs0\(aq) of the form 1b4e28ba\-2fa1\-11d2\-883f\-0016d3cca427 and stores this value in the character string pointed to by \fIout\fP. The case of the hex digits returned by \fBuuid_unparse\fP() may be upper or lower case, and is dependent on the system\-dependent local default. .\"O .sp .\"O If the case of the hex digits is important then the functions \fBuuid_unparse_upper\fP() and \fBuuid_unparse_lower\fP() may be used. .SH 説明 .sp \fBuuid_unparse\fP() 関数ã¯ã€ 指定ã•れ㟠UUID 変数 \fIuu\fP を〠ãƒã‚¤ãƒŠãƒªãƒ¼è¡¨ç¾ã‹ã‚‰ã€ 1b4e28ba\-2fa1\-11d2\-883f\-0016d3cca427 ã¨ã„ã£ãŸå½¢å¼ã® 36 ãƒã‚¤ãƒˆæ–‡å—列㫠(後ã‚ã« \(aq\(rs0\(aq ã‚’ã¤ã‘ã¦) 変æ›ã™ã‚‹ã€‚ ãã—ã¦ãã®å€¤ã‚’ \fIout\fP ã§ç¤ºã•れる文å—列変数ã«ä¿å˜ã™ã‚‹ã€‚ \fBuuid_unparse\fP() ãŒè¿”ã™ 16 é€²æ•°ã®æ¡è¡¨ç¤ºã¯ã€ 大文å—ã‹å°æ–‡å—ã®ã„ãšã‚Œã‹ã«ãªã‚‹ã€‚ ã“れã¯ã€ システムã”ã¨ã«å®šã‚られãŸãƒãƒ¼ã‚«ãƒ«ã®ãƒ‡ãƒ•ォルトè¨å®šã«ã‚ˆã‚‹ã€‚ .sp 16 é€²æ•°ã®æ¡è¡¨è¨˜ã®å¤§æ–‡å—å°æ–‡å—ã®åŒºåˆ¥ã‚’å¿…è¦ã¨ã™ã‚‹å ´åˆã¯ã€ \fBuuid_unparse_upper\fP() 㨠\fBuuid_unparse_lower\fP() を用ã„れã°ã‚ˆã„。 .\"O ---------------------------------------- .\"O .SH "CONFORMING TO" .\"O .sp .\"O This library unparses UUIDs compatible with OSF DCE 1.1. .SH æº–æ‹ .sp 本ライブラリ㯠OSF DCE 1.1 ã¨äº’æ›ã® UUID ã‚’è§£æžã™ã‚‹ã€‚ .\"O ---------------------------------------- .\"O .SH "AUTHORS" .\"O .sp .\"O Theodore Y. Ts\(cqo .SH 著者 .sp Theodore Y. Ts\(cqo .\"O ---------------------------------------- .\"O .SH "SEE ALSO" .\"O .sp .\"O \fBuuid\fP(3), .\"O \fBuuid_clear\fP(3), .\"O \fBuuid_compare\fP(3), .\"O \fBuuid_copy\fP(3), .\"O \fBuuid_generate\fP(3), .\"O \fBuuid_time\fP(3), .\"O \fBuuid_is_null\fP(3), .\"O \fBuuid_parse\fP(3) .SH é–¢é€£é …ç›® .sp \fBuuid\fP(3), \fBuuid_clear\fP(3), \fBuuid_compare\fP(3), \fBuuid_copy\fP(3), \fBuuid_generate\fP(3), \fBuuid_time\fP(3), \fBuuid_is_null\fP(3), \fBuuid_parse\fP(3) .\"O ---------------------------------------- .\"O .SH "REPORTING BUGS" .\"O .sp .\"O For bug reports, use the issue tracker at \c .\"O .URL "https://github.com/karelzak/util\-linux/issues" "" "." .SH ãƒã‚°å ±å‘Š .sp ãƒã‚°å ±å‘Šã¯ã€ 以下ã«ã‚ã‚‹ issue トラッカーを利用ã™ã‚‹ã“ã¨ã€‚ .URL https://github.com/karelzak/util\-linux/issues "" . .\"O ---------------------------------------- .\"O .SH "AVAILABILITY" .\"O .sp .\"O The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c .\"O .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "." .SH 入手方法 .sp \fBlibuuid\fP ライブラリã¯ã€ util\-linux 2.15.1 以é™ã€ ã“ã®ãƒ‘ッケージã®ä¸€éƒ¨ã§ã‚り〠以下ã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒãƒ¼ãƒ‰ã§ãる。 .URL https://www.kernel.org/pub/linux/utils/util\-linux/ "Linux Kernel Archive" . .\"O ----------------------------------------