1#include <string.h>
2
3extern __typeof (strncasecmp_l) __strncasecmp_l_nonascii;
4
5#define __strncasecmp_l __strncasecmp_l_nonascii
6#define USE_IN_EXTENDED_LOCALE_MODEL 1
7#include <string/strncase.c>
8
9strong_alias (__strncasecmp_l_nonascii, __strncasecmp_l_ia32)
10
11/* The needs of strcasecmp in libc are minimal, no need to go through
12 the IFUNC. */
13strong_alias (__strncasecmp_l_nonascii, __GI___strncasecmp_l)
14

source code of glibc/sysdeps/i386/i686/multiarch/strncase_l-c.c