*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: wcscasecmp | Section: 3 | Source: MINIX | File: wcscasecmp.3
WCSCASECMP(3) FreeBSD Library Functions Manual WCSCASECMP(3) NAME wcscasecmp, wcsncasecmp - compare wide-character strings, ignoring case LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <wchar.h> int wcscasecmp(const wchar_t *s1, const wchar_t *s2); int wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t len); DESCRIPTION The wcscasecmp() and wcsncasecmp() functions compare the nul-terminated strings s1 and s2 and return an integer greater than, equal to, or less than 0, according to whether s1 is lexicographically greater than, equal to, or less than s2 after translation of each corresponding character to lower-case. The strings themselves are not modified. The wcsncasecmp() compares at most len characters. SEE ALSO wcscmp(3) HISTORY The wcscasecmp() and wcsncasecmp() functions first appeared in NetBSD 4.0. NOTES If len is zero, wcsncasecmp() returns always 0. FreeBSD 14.1-RELEASE-p8 August 26, 2006 FreeBSD 14.1-RELEASE-p8

Navigation Options