uuid.3 (60849ee115c52d9a4a1caae6df4c90713a174c26) | uuid.3 (2efeeba554cbd7bdee9cfe17641c8bd335c7972f) |
---|---|
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 --- 63 unchanged lines hidden (view full) --- 72.Fn uuid_from_string 73respectively. 74A 16-bit hash value can be obtained by calling 75.Fn uuid_hash . 76.Sh RETURN VALUES 77The successful or unsuccessful completion of the function is returned in 78the 79.Fa status | 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 --- 63 unchanged lines hidden (view full) --- 72.Fn uuid_from_string 73respectively. 74A 16-bit hash value can be obtained by calling 75.Fn uuid_hash . 76.Sh RETURN VALUES 77The successful or unsuccessful completion of the function is returned in 78the 79.Fa status |
80parameter. | 80argument. |
81Possible values are: 82.Pp 83.Bl -tag -width ".Dv uuid_s_invalid_string_uuid" 84.It Dv uuid_s_ok 85The function completed successfully. 86.It Dv uuid_s_bad_version 87The UUID does not have a known version. 88.It Dv uuid_s_invalid_string_uuid 89The string representation of an UUID is not valid. 90.It Dv uuid_s_no_memory 91The meaning of the code escaped the writers mind. 92.El 93.Sh SEE ALSO 94.Xr uuidgen 1 , 95.Xr uuidgen 2 96.Sh BUGS 97This manpage can be improved. 98.Sh STANDARDS 99The UUID functions conform to the DCE 1.1 RPC specification. | 81Possible values are: 82.Pp 83.Bl -tag -width ".Dv uuid_s_invalid_string_uuid" 84.It Dv uuid_s_ok 85The function completed successfully. 86.It Dv uuid_s_bad_version 87The UUID does not have a known version. 88.It Dv uuid_s_invalid_string_uuid 89The string representation of an UUID is not valid. 90.It Dv uuid_s_no_memory 91The meaning of the code escaped the writers mind. 92.El 93.Sh SEE ALSO 94.Xr uuidgen 1 , 95.Xr uuidgen 2 96.Sh BUGS 97This manpage can be improved. 98.Sh STANDARDS 99The UUID functions conform to the DCE 1.1 RPC specification. |