Searched refs:l2 (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/san/memory/ |
| H A D | kasan-memintrinsics.c | 151 size_t l2 = __asan_strlen(s2); 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() 156 (void)l2; in __asan_strcmp() 166 size_t l2 = __asan_strnlen(s2, 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() 171 (void)l2; in __asan_strncmp() 180 size_t l2 = __asan_strlen(s2); 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() 185 (void)l2; in __asan_strlcmp() 194 size_t l2 = __asan_strnlen(s2, s2len); in __asan_strbufcmp() local [all …]
|
| /xnu-12377.41.6/security/ |
| H A D | mac_framework.h | 550 void mac_vnode_label_copy(struct label *l1, struct label *l2);
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | mbufs.py | 128 pkt = scapy.layers.l2.Ether(full_buf)
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_newsysctl.c | 2483 SYSCTL_NODE(_debug_test_sysctl_node_test, OID_AUTO, l2, CTLFLAG_RW | CTLFLAG_LOCKED,
|