.\" -*- coding: UTF-8 -*- .\" Copyright 2022 Alejandro Colomar .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH index 3 "30 mars 2023" "Pages du manuel de Linux 6.05.01" .SH NOM index, rindex \- Recherche de caractères dans une chaîne .SH BIBLIOTHÈQUE Bibliothèque C standard (\fIlibc\fP, \fI\-lc\fP) .SH SYNOPSIS .nf \fB#include \fP .PP \fB[[obsolète]] char *index(const char *\fP\fIs\fP\fB, int \fP\fIc\fP\fB);\fP \fB[[obsolète]] char *rindex(const char *\fP\fIs\fP\fB, int \fP\fIc\fP\fB);\fP .fi .SH DESCRIPTION \fBindex\fP() est identique à \fBstrchr\fP(3). .PP \fBrindex\fP() est identique à \fBstrrchr\fP(3). .PP Utiliser \fBstrchr\fP(3) et \fBstrrchr\fP(3) plutôt que ces functions. .SH STANDARDS Aucune. .SH HISTORIQUE 4.3BSD\ ; marquée «\ LEGACY\ » dans POSIX.1\-2001. Supprimé dans POSIX.1\-2008 qui recommande à la place \fBstrchr\fP(3) et \fBstrrchr\fP(3). .SH "VOIR AUSSI" \fBstrchr\fP(3), \fBstrrchr\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 , Frédéric Hantrais et Jean-Pierre Giraud . .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 .