.\" -*- coding: UTF-8 -*- '\" t .\" Copyright, Bruno Haible .\" Copyright, the authors of the Linux man-pages project .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH wcscasecmp 3 "8 février 2026" "Pages du manuel de Linux 6.18" .SH NOM wcscasecmp, wcsncasecmp \- compare two wide\-character strings, ignoring case .SH BIBLIOTHÈQUE Bibliothèque C standard (\fIlibc\fP,\ \fI\-lc\fP) .SH SYNOPSIS .nf \fB#include \fP .P \fBint wcscasecmp(const wchar_t *\fP\fIs1\fP\fB, const wchar_t *\fP\fIs2\fP\fB);\fP \fBint wcsncasecmp(const wchar_t \fP\fIs1\fP\fB[], const wchar_t \fP\fIs2\fP\fB[], size_t \fP\fIn\fP\fB);\fP .fi .P .RS -4 Exigences de macros de test de fonctionnalités pour la glibc (consulter \fBfeature_test_macros\fP(7)) : .RE .P \fBwcscasecmp\fP(), \fBwcsncasecmp\fP(): .nf Depuis la glibc 2.10 : _POSIX_C_SOURCE >= 200809L Avant la glibc 2.10 : _GNU_SOURCE .fi .SH DESCRIPTION La fonction \fBwcscasecmp\fP() est l'équivalent pour caractères larges de la fonction \fBstrcasecmp\fP(3). Elle compare la chaîne de caractères larges pointée par \fIs1\fP avec celle pointée par \fIs2\fP, en ignorant les différences de casse (\fBtowupper\fP(3), \fBtowlower\fP(3)). .P The \fBwcsncasecmp\fP() function is similar (the wide\-character equivalent of \fBstrncasecmp\fP(3)), except that it compares no more than \fIn\fP wide characters of \fIs1\fP and \fIs2\fP. .SH "VALEUR RENVOYÉE" The \fBwcscasecmp\fP() and \fBwcsncasecmp\fP() functions return an integer less than, equal to, or greater than zero if \fIs1\fP is, after ignoring case, found to be less than, to match, or be greater than \fIs2\fP, respectively. .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 \fBwcscasecmp\fP(), \fBwcsncasecmp\fP() T} Sécurité des threads MT\-Safe locale .TE .SH NORMES POSIX.1\-2008. .SH HISTORIQUE glibc 2.1. .SH NOTES Le comportement de \fBwcscasecmp\fP() dépend de la catégorie \fBLC_CTYPE\fP de la locale utilisée. .SH "VOIR AUSSI" \fBstrcasecmp\fP(3), \fBwcscmp\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 , Jean-Baptiste Holcroft et Grégoire Scano . .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 .