Searched refs:dtrace_strncmp (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | dtrace.c | 1327 dtrace_strncmp(const char *s1, const char *s2, size_t limit) in dtrace_strncmp() function 3890 if (dtrace_strncmp(dest, elem, in dtrace_json() 3976 if (dtrace_strncmp(dest, "true", 5) == 0 || in dtrace_json() 3977 dtrace_strncmp(dest, "false", 6) == 0 || in dtrace_json() 3978 dtrace_strncmp(dest, "null", 5) == 0) { in dtrace_json() 4671 if (dtrace_strncmp(addr, substr, sublen) == 0) { in dtrace_dif_subr() 6063 cc_r = dtrace_strncmp((char *)s1, (char *)s2, in dtrace_dif_emulate()
|