Searched refs:strcasecmp (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.41.9/tests/vm/ |
| H A D | perf_compressor.c | 272 if (strcasecmp(curr, kCompressArgument) == 0) { in parse_arguments() 274 } else if (strcasecmp(curr, kCompressAndDecompressArgument) == 0) { in parse_arguments() 281 if (strcasecmp(curr, kAllocZeroes) == 0) { in parse_arguments() 283 } else if (strcasecmp(curr, kAllocRandom) == 0) { in parse_arguments() 285 } else if (strcasecmp(curr, kAllocTypical) == 0) { in parse_arguments()
|
| H A D | perf_madvise.c | 169 if (strcasecmp(argv[current_argument], kMadviseFreeArgument) == 0) { in parse_arguments()
|
| /xnu-10002.41.9/osfmk/libsa/ |
| H A D | string.h | 250 extern int strcasecmp(const char *__null_terminated s1, const char *__null_terminated s2) __statefu… 251 #if XNU_USE_STRING_BUILTIN(strcasecmp) 252 #define strcasecmp(s1, s2) __builtin_strcasecmp(s1, s2) macro
|
| /xnu-10002.41.9/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 538 if (strcasecmp(str, typemap[i].str) == 0) { in map_type()
|
| /xnu-10002.41.9/osfmk/i386/ |
| H A D | trap.c | 1486 if (strcasecmp(panic_on_trap_procname, procnamebuf) == 0 && in copy_instruction_stream()
|