man-pages/man3/uuid_unparse.3.html
2021-03-31 01:06:50 +01:00

109 lines
2.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of UUID_UNPARSE</TITLE>
</HEAD><BODY>
<H1>UUID_UNPARSE</H1>
Section: Libuuid API (3)<BR>Updated: May 2009<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
uuid_unparse - convert a UUID from binary representation to a string
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<PRE>
<B>#include &lt;<A HREF="file:///usr/include/uuid.h">uuid.h</A>&gt;</B>
<B>void uuid_unparse(uuid_t </B><I>uu</I><B>, char *</B><I>out</I><B>);</B>
<B>void uuid_unparse_upper(uuid_t </B><I>uu</I><B>, char *</B><I>out</I><B>);</B>
<B>void uuid_unparse_lower(uuid_t </B><I>uu</I><B>, char *</B><I>out</I><B>);</B>
</PRE>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
The
<B>uuid_unparse</B>
function converts the supplied UUID
<I>uu</I>
from the binary representation into a 36-byte string (plus trailing '\0')
of the form 1b4e28ba-2fa1-11d2-883f-0016d3cca427 and stores this
value in the character string pointed to by
<I>out</I>.
The case of the hex digits returned by
<B>uuid_unparse</B>
may be upper or lower case, and is
dependent on the system-dependent local default.
<P>
If the case of the
hex digits is important then the functions
<B>uuid_unparse_upper</B>
and
<B>uuid_unparse_lower</B>
may be used.
<A NAME="lbAE">&nbsp;</A>
<H2>CONFORMING TO</H2>
This library unparses UUIDs compatible with OSF DCE 1.1.
<A NAME="lbAF">&nbsp;</A>
<H2>AUTHOR</H2>
Theodore Y. Ts'o
<A NAME="lbAG">&nbsp;</A>
<H2>AVAILABILITY</H2>
<B>libuuid</B>
is part of the util-linux package since version 2.15.1 and is available from
<A HREF="https://www.kernel.org/pub/linux/utils/util-linux/.">https://www.kernel.org/pub/linux/utils/util-linux/.</A>
<A NAME="lbAH">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?3+uuid">uuid</A></B>(3),
<B><A HREF="/cgi-bin/man/man2html?3+uuid_clear">uuid_clear</A></B>(3),
<B><A HREF="/cgi-bin/man/man2html?3+uuid_compare">uuid_compare</A></B>(3),
<B><A HREF="/cgi-bin/man/man2html?3+uuid_copy">uuid_copy</A></B>(3),
<B><A HREF="/cgi-bin/man/man2html?3+uuid_generate">uuid_generate</A></B>(3),
<B><A HREF="/cgi-bin/man/man2html?3+uuid_time">uuid_time</A></B>(3),
<B><A HREF="/cgi-bin/man/man2html?3+uuid_is_null">uuid_is_null</A></B>(3),
<B><A HREF="/cgi-bin/man/man2html?3+uuid_parse">uuid_parse</A></B>(3)
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="4"><A HREF="#lbAE">CONFORMING TO</A><DD>
<DT id="5"><A HREF="#lbAF">AUTHOR</A><DD>
<DT id="6"><A HREF="#lbAG">AVAILABILITY</A><DD>
<DT id="7"><A HREF="#lbAH">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:59 GMT, March 31, 2021
</BODY>
</HTML>