OSDN Git Service

util-linux 2.38: 翻訳予約。
[linuxjm/jm.git] / manual / util-linux / original / man3 / uuid_copy.3
1 '\" t
2 .\"     Title: uuid_copy
3 .\"    Author: [see the "AUTHOR(S)" section]
4 .\" Generator: Asciidoctor 2.0.15
5 .\"      Date: 2022-01-06
6 .\"    Manual: Programmer's Manual
7 .\"    Source: util-linux 2.38
8 .\"  Language: English
9 .\"
10 .TH "UUID_COPY" "3" "2022-01-06" "util\-linux 2.38" "Programmer\(aqs Manual"
11 .ie \n(.g .ds Aq \(aq
12 .el       .ds Aq '
13 .ss \n[.ss] 0
14 .nh
15 .ad l
16 .de URL
17 \fI\\$2\fP <\\$1>\\$3
18 ..
19 .als MTO URL
20 .if \n[.g] \{\
21 .  mso www.tmac
22 .  am URL
23 .    ad l
24 .  .
25 .  am MTO
26 .    ad l
27 .  .
28 .  LINKSTYLE blue R < >
29 .\}
30 .SH "NAME"
31 uuid_copy \- copy a UUID value
32 .SH "SYNOPSIS"
33 .sp
34 \fB#include <uuid.h>\fP
35 .sp
36 \fBvoid uuid_copy(uuid_t \fIdst\fP, uuid_t \fIsrc\fP;\fP
37 .SH "DESCRIPTION"
38 .sp
39 The \fBuuid_copy\fP() function copies the UUID variable \fIsrc\fP to \fIdst\fP.
40 .SH "RETURN VALUE"
41 .sp
42 The copied UUID is returned in the location pointed to by \fIdst\fP.
43 .SH "AUTHORS"
44 .sp
45 Theodore Y. Ts\(cqo
46 .SH "SEE ALSO"
47 .sp
48 \fBuuid\fP(3),
49 \fBuuid_clear\fP(3),
50 \fBuuid_compare\fP(3),
51 \fBuuid_generate\fP(3),
52 \fBuuid_is_null\fP(3),
53 \fBuuid_parse\fP(3),
54 \fBuuid_unparse\fP(3)
55 .SH "REPORTING BUGS"
56 .sp
57 For bug reports, use the issue tracker at \c
58 .URL "https://github.com/util\-linux/util\-linux/issues" "" "."
59 .SH "AVAILABILITY"
60 .sp
61 The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c
62 .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."