.\" -*- coding: UTF-8 -*- '\" t .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk) .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" References consulted: .\" Linux libc source code .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:57:24 1993 by Rik Faith (faith@cs.unc.edu) .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH memccpy 3 "20 juillet 2023" "Pages du manuel de Linux 6.05.01" .SH NOM memccpy \- Copie de zone mémoire .SH BIBLIOTHÈQUE Bibliothèque C standard (\fIlibc\fP, \fI\-lc\fP) .SH SYNOPSIS .nf \fB#include \fP .PP \fBvoid *memccpy(void \fP\fIdest\fP\fB[restrict .\fP\fIn\fP\fB], const void \fP\fIsrc\fP\fB[restrict .\fP\fIn\fP\fB],\fP \fB int \fP\fIc\fP\fB, size_t \fP\fIn\fP\fB);\fP .fi .SH DESCRIPTION La fonction \fBmemccpy\fP() copie au plus \fIn\fP octets de la zone mémoire \fIsrc\fP vers la zone mémoire \fIdest\fP, s'arrêtant dès qu'elle rencontre le caractère \fIc\fP. .PP Si les zones mémoires se chevauchent, le résultat est indéfini. .SH "VALEUR RENVOYÉE" La fonction \fBmemccpy\fP() renvoie un pointeur sur le caractère immédiatement après \fIc\fP dans la zone \fIdest\fP, ou NULL si \fIc\fP n'a pas été trouvé dans les \fIn\fP premiers caractères de \fIsrc\fP. .SH ATTRIBUTS Pour une explication des termes utilisés dans cette section, consulter \fBattributes\fP(7). .TS allbox; lbx lb lb l l l. Interface Attribut Valeur T{ .na .nh \fBmemccpy\fP() T} Sécurité des threads MT\-Safe .TE .sp 1 .SH STANDARDS POSIX.1\-2008. .SH HISTORIQUE POSIX.1\-2001, SVr4, 4.3BSD. .SH "VOIR AUSSI" \fBbcopy\fP(3), \fBbstring\fP(3), \fBmemcpy\fP(3), \fBmemmove\fP(3), \fBstrcpy\fP(3), \fBstrncpy\fP(3) .PP .SH TRADUCTION La traduction française de cette page de manuel a été créée par Christophe Blaess , Stéphan Rafin , Thierry Vignaud , François Micaux, Alain Portal , Jean-Philippe Guérard , Jean-Luc Coulon (f5ibh) , Julien Cristau , Thomas Huriaux , Nicolas François , Florentin Duneau , Simon Paillard , Denis Barbier , David Prévot et Frédéric Hantrais . .PP Cette traduction est une documentation libre ; veuillez vous reporter à la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3 .UE concernant les conditions de copie et de distribution. Il n'y a aucune RESPONSABILITÉ LÉGALE. .PP Si vous découvrez un bogue dans la traduction de cette page de manuel, veuillez envoyer un message à .MT debian-l10n-french@lists.debian.org .ME .