Provided by: manpages-fr-dev_4.13-4_all bug

NOM

       uuid_parse - Convertir une chaîne d'UUID en sa représentation binaire

SYNOPSIS

       #include <uuid.h>

       int uuid_parse(char *in, uuid_t uu);
       int uuid_parse_range(char *in_start, char *in_end, uuid_t uu);

DESCRIPTION

       The uuid_parse() function converts the UUID string given by in into the binary representation. The input
       UUID is a string of the form 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb (in printf(3) format
       "%08x-%04x-%04x-%04x-%012x", 36 bytes plus the trailing '\0').

       The uuid_parse_range() function works like uuid_parse() but parses only range in string specified by
       in_start and in_end pointers.

VALEUR RENVOYÉE

       En cas de réussite, 0 est renvoyé et l'UUID est sauvegardé à l'emplacement pointé par uu, sinon -1 est
       renvoyé.

CONFORMITÉ

       This library parses UUIDs compatible with OSF DCE 1.1, and hash based UUIDs V3 and V5 compatible with
       RFC-4122 <https://tools.ietf.org/html/rfc4122>.

AUTEURS

       Theodore Y. Ts’o

VOIR AUSSI

       uuid(3), uuid_clear(3), uuid_compare(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_time(3),
       uuid_unparse(3)

SIGNALER DES BOGUES

       Pour envoyer un rapport de bogue, utilisez le système de gestion des problèmes à l'adresse
       https://github.com/karelzak/util-linux/issues.

DISPONIBILITÉ

       La bibliothèque libuuid fait partie du paquet util-linux depuis la version 2.15.1. Elle peut être obtenue
       à l'adresse Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.

TRADUCTION

       La traduction française de cette page de manuel a été créée par Christophe Blaess <ccb@club-internet.fr>,
       Michel Quercia <quercia AT cal DOT enst DOT fr>, Thierry Vignaud <tvignaud@mandriva.com>, Frédéric
       Delanoy <delanoy_f@yahoo.com>, Thierry Vignaud <tvignaud@mandriva.com>, Christophe Sauthier
       <christophe@sauthier.com>, Sébastien Blanchet, Jérôme Perzyna <jperzyna@yahoo.fr>, Aymeric Nys <aymeric
       AT nnx POINT com>, Alain Portal <aportal@univ-montp2.fr>, Thomas Huriaux <thomas.huriaux@gmail.com>, Yves
       Rütschlé <l10n@rutschle.net>, Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>, Julien Cristau
       <jcristau@debian.org>, Philippe Piette <foudre-blanche@skynet.be>, Jean-Baka Domelevo-Entfellner
       <domelevo@gmail.com>, Nicolas Haller <nicolas@boiteameuh.org>, Sylvain Archenault
       <sylvain.archenault@laposte.net>, Valéry Perrin <valery.perrin.debian@free.fr>, Jade Alglave
       <jade.alglave@ens-lyon.org>, Nicolas François <nicolas.francois@centraliens.net>, Alexandre Kuoch
       <alex.kuoch@gmail.com>, Lyes Zemmouche <iliaas@hotmail.fr>, Florentin Duneau <fduneau@gmail.com>,
       Alexandre Normand <aj.normand@free.fr> et David Prévot <david@tilapin.org>

       Cette traduction est une documentation libre ; veuillez vous reporter à la GNU General Public License
       version 3 concernant les conditions de copie et de distribution. Il n'y a aucune RESPONSABILITÉ LÉGALE.

       Si vous découvrez un bogue dans la traduction de cette page de manuel, veuillez envoyer un message à
       debian-l10n-french@lists.debian.org.

util-linux 2.37.3                                6 janvier 2022                                    UUID_PARSE(3)