Searched refs:strncasecmp_l (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | strncasecmp.c | 44 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t loc) in strncasecmp_l() function 74 return (strncasecmp_l(s1, s2, n, uselocale(NULL))); in strncasecmp()
|
/titanic_41/usr/src/head/ |
H A D | strings.h | 70 extern int strncasecmp_l(const char *, const char *, size_t, locale_t);
|
H A D | string.h | 105 extern int strncasecmp_l(const char *, const char *, size_t, locale_t);
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 1168 strncasecmp_l.3c \ 2180 strncasecmp_l.3c := LINKSRC = string.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 186 strncasecmp_l;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1237 link path=usr/share/man/man3c/strncasecmp_l.3c target=string.3c
|