Searched refs:slp_strcasecmp (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_utf8.c37 * slp_strcasecmp: same semantics as strcasecmp, but also folds white
123 int slp_strcasecmp(const char *s1, const char *s2) { function
152 slp_err(LOG_CRIT, 0, "slp_strcasecmp", "out of memory");
160 slp_err(LOG_CRIT, 0, "slp_strcasecmp", "out of memory");
H A DSLPUtils.c198 (int (*)(const void *, const void *)) slp_strcasecmp);
393 (int (*)(const void *, const void *)) slp_strcasecmp);
H A DSLPFindSrvTypes.c238 (int (*)(const void *, const void *)) slp_strcasecmp);
H A Dslp-internal.h237 extern int slp_strcasecmp(const char *, const char *);
H A DSLPFindAttrs.c441 return slp_strcasecmp(
H A DSLPFindSrvs.c472 return (slp_strcasecmp(s1->surl, s2->surl));
H A DSLPReg.c798 if (slp_strcasecmp(p->url, url) == 0) {

Completed in 29 milliseconds