Searched refs:l1 (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/san/memory/ |
| H A D | kasan-memintrinsics.c | 150 size_t l1 = __asan_strlen(s1); in __asan_strcmp() local 153 kcov_trace_cmp_func(__builtin_return_address(0), KCOV_CMP_FUNC_STRCMP, s1, l1, s2, l2, false); in __asan_strcmp() 155 (void)l1; in __asan_strcmp() 165 size_t l1 = __asan_strnlen(s1, n); in __asan_strncmp() local 168 kcov_trace_cmp_func(__builtin_return_address(0), KCOV_CMP_FUNC_STRNCMP, s1, l1, s2, l2, false); in __asan_strncmp() 170 (void)l1; in __asan_strncmp() 179 size_t l1 = __asan_strnlen(s1, n); in __asan_strlcmp() local 182 kcov_trace_cmp_func(__builtin_return_address(0), KCOV_CMP_FUNC_STRNCMP, s1, l1, s2, l2, false); in __asan_strlcmp() 184 (void)l1; in __asan_strlcmp() 193 size_t l1 = __asan_strnlen(s1, s1len); in __asan_strbufcmp() local [all …]
|
| /xnu-12377.1.9/security/ |
| H A D | mac_framework.h | 550 void mac_vnode_label_copy(struct label *l1, struct label *l2);
|