Home
last modified time | relevance | path

Searched refs:__xnu_struct_size_check (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.61.5/osfmk/libsa/
H A Dstring.h224 __xnu_struct_size_check(__VA_ARGS__)
229 #define __xnu_struct_size_check(ptr, size, how) ((void)0) macro
247 #define __xnu_struct_size_check(ptr, size, how) ({ \
296 __xnu_struct_size_check(s1, n, read); in bcmp()
297 __xnu_struct_size_check(s2, n, read); in bcmp()
322 __xnu_struct_size_check(s1, n, read); in memcmp()
323 __xnu_struct_size_check(s2, n, read); in memcmp()
358 __xnu_struct_size_check(s, n, write); in bzero()
436 __xnu_struct_size_check(dst, n, write); in __sized_by()
437 __xnu_struct_size_check(src, n, read); in __sized_by()