10.48.5 strcasecmp_l
¶
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcasecmp_l.html
Gnulib module: strcasecmp_l
Portability problems fixed by Gnulib:
- This function is missing on many platforms:
FreeBSD 9.0, NetBSD 10.0, OpenBSD 6.1, Minix 3.3.0, AIX 6.1, HP-UX 11, Solaris 11.3, Cygwin 2.5.x, mingw, MSVC 14, Android 5.1.
- This function is declared in
<string.h>
instead of <strings.h>
on some platforms:
glibc 2.9, macOS 15.
- This function uses the case mappings of a wrong locale on some platforms:
Solaris 11.4, Cygwin 3.5.6.
Portability problems not fixed by Gnulib: