Searched defs:strncasecmp_l (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrncasecmp.c44 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t loc) function
74 return (strncasecmp_l(s1, s2, n, uselocale(NULL)));
/illumos-gate/usr/src/man/man3c/
H A DMakefile1225 strncasecmp_l.3c \
2286 strncasecmp_l.3c := LINKSRC = string.3c

Completed in 82 milliseconds