Searched refs:strcasecmp (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dstrcasecmp.c60 "notes: measures strcasecmp()\n",
122 *sum += strcasecmp(src, src2);
123 *sum += strcasecmp(src, src2);
124 *sum += strcasecmp(src, src2);
125 *sum += strcasecmp(src, src2);
126 *sum += strcasecmp(src, src2);
127 *sum += strcasecmp(src, src2);
128 *sum += strcasecmp(src, src2);
129 *sum += strcasecmp(src, src2);
130 *sum += strcasecmp(sr
[all...]
H A DMakefile.benchmarks100 strcasecmp \
H A Dbench.sh320 strcasecmp $OPTS -N "scasecmp_10" -s 10 -I 50 -B 2000
321 strcasecmp $OPTS -N "scasecmp_1k" -s 1k -I 20000 -B 100
H A Dcoreos_bench.sh346 strcasecmp $OPTS -N "scasecmp_10" -s 10 -I 50 -B 2000
347 strcasecmp $OPTS -N "scasecmp_1k" -s 1k -I 20000 -B 100
H A Dembd_bench.sh326 strcasecmp $OPTS -N "scasecmp_10" -s 10 -I 50 -B 2000
327 strcasecmp $OPTS -N "scasecmp_1k" -s 1k -I 20000 -B 100
/darwin-on-arm/xnu/osfmk/libsa/
H A Dstring.h82 extern int strcasecmp(const char *s1, const char *s2);
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_ctx.c225 if (!sched || strcasecmp(sched, "DEFAULT") == 0) {
228 } else if (strcasecmp(sched, "SINGLE") == 0) {
231 } else if (strcasecmp(sched, "BALANCED") == 0) {
237 } else if (strcasecmp(sched, "BALANCED_SPREAD") == 0) {
246 } else if (strcasecmp(sched, "UNIQUE") == 0) {
252 } else if (strcasecmp(sched, "UNIQUE_SPREAD") == 0) {
H A Dod_query_create_with_node.c110 if (strcasecmp("u", name) == 0) {
112 } else if (strcasecmp("g", name) == 0) {
114 } else if (strcasecmp("h", name) == 0) {
/darwin-on-arm/xnu/osfmk/device/
H A Dsubrs.c216 // Lame implementation just for use by strcasecmp/strncasecmp
228 strcasecmp(const char *s1, const char *s2) function
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dprofile_prvd.c473 if (strcasecmp(suffixes[i].name, suffix) == 0) {

Completed in 44 milliseconds