/glibc-2.36/nss/ |
D | nss_action_parse.c | 98 if (__strncasecmp (name, "SUCCESS", 7) == 0) in nss_action_parse() 100 else if (__strncasecmp (name, "UNAVAIL", 7) == 0) in nss_action_parse() 107 if (__strncasecmp (name, "NOTFOUND", 8) == 0) in nss_action_parse() 109 else if (__strncasecmp (name, "TRYAGAIN", 8) == 0) in nss_action_parse() 129 if (line - name == 6 && __strncasecmp (name, "RETURN", 6) == 0) in nss_action_parse() 132 && __strncasecmp (name, "CONTINUE", 8) == 0) in nss_action_parse() 135 && __strncasecmp (name, "MERGE", 5) == 0) in nss_action_parse()
|
/glibc-2.36/string/ |
D | strncase.c | 28 # define __strncasecmp strncasecmp macro 33 # define __strncasecmp __strncasecmp_l macro 49 __strncasecmp (const char *s1, const char *s2, size_t n LOCALE_PARAM) in __strncasecmp() function 67 #ifndef __strncasecmp 68 weak_alias (__strncasecmp, strncasecmp)
|
D | strcasestr.c | 47 __strncasecmp ((const char *) (p1), (const char *) (p2), l)
|
D | test-strcasestr.c | 26 #define __strncasecmp strncasecmp macro
|
/glibc-2.36/sysdeps/i386/i686/multiarch/ |
D | strncase.c | 23 # define __strncasecmp __redirect___strncasecmp macro 26 # undef __strncasecmp 31 libc_ifunc_redirected (__redirect_strncasecmp, __strncasecmp, 34 weak_alias (__strncasecmp, strncasecmp)
|
D | strncase-c.c | 5 #define __strncasecmp __strncasecmp_nonascii macro
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strncase.c | 23 # define __strncasecmp __redirect___strncasecmp macro 26 # undef __strncasecmp 31 libc_ifunc_redirected (__redirect_strncasecmp, __strncasecmp, 34 weak_alias (__strncasecmp, strncasecmp)
|
D | strcmp-naming.h | 9 #define STRNCASECMP_BASE __strncasecmp
|
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/ |
D | strncase.c | 23 extern __typeof (__strncasecmp) __libc_strncasecmp; 25 extern __typeof (__strncasecmp) __strncasecmp_ppc attribute_hidden; 26 extern __typeof (__strncasecmp) __strncasecmp_power7 attribute_hidden; 27 extern __typeof (__strncasecmp) __strncasecmp_power8 attribute_hidden;
|
D | strncase-power7.c | 20 #define __strncasecmp __strncasecmp_power7 macro
|
D | strncase-power8.S | 19 #define __strncasecmp __strncasecmp_power8 macro
|
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/multiarch/ |
D | strncase.c | 22 extern __typeof (__strncasecmp) __strncasecmp_ppc attribute_hidden; 23 extern __typeof (__strncasecmp) __strncasecmp_power7 attribute_hidden; 35 extern __typeof (__strncasecmp) __libc_strncasecmp;
|
D | strncase-power7.c | 22 #define __strncasecmp __strncasecmp_power7 macro
|
/glibc-2.36/sysdeps/x86_64/ |
D | strncase_l.S | 34 libc_hidden_def (__strncasecmp) 35 weak_alias (__strncasecmp, strncasecmp)
|
/glibc-2.36/resolv/ |
D | res_hconf.c | 160 if (__strncasecmp (args, "on", 2) == 0) in arg_bool() 165 else if (__strncasecmp (args, "off", 3) == 0) in arg_bool() 207 if (__strncasecmp (start, cmd[i].name, len) == 0 in parse_line()
|
/glibc-2.36/nscd/ |
D | res_hconf.c | 8 #define __strncasecmp strncasecmp macro
|
/glibc-2.36/inet/ |
D | ruserpass.c | 150 __strncasecmp(host, tokval, tmp - host) == 0 && in ruserpass()
|
/glibc-2.36/benchtests/ |
D | bench-strcasestr.c | 26 #define __strncasecmp strncasecmp macro
|
/glibc-2.36/include/ |
D | string.h | 21 extern int __strncasecmp (const char *__s1, const char *__s2,
|
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/ |
D | strcasecmp.S | 28 # define __STRCASECMP __strncasecmp
|
/glibc-2.36/time/ |
D | strptime_l.c | 139 # define strncasecmp(s1, s2, n) __strncasecmp (s1, s2, n)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 10049 * nss/nsswitch.c (nss_parse_service_list): Use __strncasecmp instead 10052 * sysdeps/generic/strncase.c: Define __strncasecmp with strncasecmp as 10054 * string/string.h: Declare __strncasecmp.
|
D | ChangeLog.17 | 6780 * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
|
D | ChangeLog.18 | 27838 (__strncasecmp): Convert to prototype-style function definition. 45377 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise. 64780 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
|