Searched refs:strncasecmp (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/libsa/
H A Dstring.h83 extern int strncasecmp(const char *s1, const char *s2, size_t n);
/darwin-on-arm/xnu/osfmk/device/
H A Dsubrs.c216 // Lame implementation just for use by strcasecmp/strncasecmp
240 strncasecmp(const char *s1, const char *s2, size_t n) function
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_ctx.c263 else if (strncasecmp(sched, "CUSTOM ", strlen("CUSTOM ")) == 0) {
265 } else if (strncasecmp(sched, "CUSTOM_UNIQUE ", strlen("CUSTOM_UNIQUE ")) == 0) {
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dprofile_prvd.c478 if (strncasecmp(suffixes[i].name, suffix, strlen(suffixes[i].name) + 1) == 0) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c346 cmp = nfs_case_insensitive(mp) ? strncasecmp : strncmp;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c2639 if (strncasecmp(name_ext, ptr, extlen) == 0 && name_ext[extlen] == '\0') {

Completed in 43 milliseconds