poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / strncasecmp.texi
blob9dca0fe71832dfe0aaa5752d3388883804093ba3
1 @node strncasecmp
2 @section @code{strncasecmp}
3 @findex strncasecmp
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/strncasecmp.html}
7 Gnulib module: strcase
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 MSVC 14.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function cannot work correctly on character strings in multibyte locales.
20 Gnulib provides alternative functions @code{mbsncasecmp} and @code{mbspcasecmp}
21 that do a case insensitive comparison of character strings and that work in all
22 locales.
23 @end itemize