Searched refs:ascii_strncasecmp (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | strncasecmp.c | 46 extern int ascii_strncasecmp(const char *s1, const char *s2, size_t n); in strncasecmp_l() 57 return (ascii_strncasecmp(s1, s2, n)); in strncasecmp_l()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | ascii_strncasecmp.c | 47 ascii_strncasecmp(const char *s1, const char *s2, size_t n) in ascii_strncasecmp() function
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | external.c | 602 extern int ascii_strncasecmp(const char *, const char *, size_t); in strncasecmp() 604 return (ascii_strncasecmp(s1, s2, n)); in strncasecmp()
|
/titanic_50/usr/src/lib/libc/amd64/ |
H A D | Makefile | 350 ascii_strncasecmp.o \
|
/titanic_50/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 368 ascii_strncasecmp.o \
|
/titanic_50/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 382 ascii_strncasecmp.o \
|
/titanic_50/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 407 ascii_strncasecmp.o \
|