uuid.3 (fa9896e082a1046ff4fbc75fcba4d18d1f2efc19) | uuid.3 (dc41de36abc01cd19d43347e14f077b26d183665) |
---|---|
1.\" Copyright (c) 2002 Marcel Moolenaar 2.\" Copyright (c) 2002 Hiten Mahesh Pandya 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 13 unchanged lines hidden (view full) --- 22.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24.\" SUCH DAMAGE. 25.\" 26.Dd November 19, 2021 27.Dt UUID 3 28.Os 29.Sh NAME | 1.\" Copyright (c) 2002 Marcel Moolenaar 2.\" Copyright (c) 2002 Hiten Mahesh Pandya 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 13 unchanged lines hidden (view full) --- 22.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24.\" SUCH DAMAGE. 25.\" 26.Dd November 19, 2021 27.Dt UUID 3 28.Os 29.Sh NAME |
30.Nm uuid_compare , uuid_create , uuid_create_nil , uuid_equal , 31.Nm uuid_from_string , uuid_hash , uuid_is_nil , uuid_to_string | 30.Nm uuid_compare , 31.Nm uuid_create , 32.Nm uuid_create_nil , 33.Nm uuid_equal , 34.Nm uuid_from_string , 35.Nm uuid_hash , 36.Nm uuid_is_nil , 37.Nm uuid_to_string |
32.Nd DCE 1.1 compliant UUID functions 33.Sh LIBRARY 34.Lb libc 35.Sh SYNOPSIS 36.In uuid.h 37.Ft int32_t 38.Fn uuid_compare "const uuid_t *uuid1" "const uuid_t *uuid2" "uint32_t *status" 39.Ft void --- 140 unchanged lines hidden --- | 38.Nd DCE 1.1 compliant UUID functions 39.Sh LIBRARY 40.Lb libc 41.Sh SYNOPSIS 42.In uuid.h 43.Ft int32_t 44.Fn uuid_compare "const uuid_t *uuid1" "const uuid_t *uuid2" "uint32_t *status" 45.Ft void --- 140 unchanged lines hidden --- |