Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/libsa/
H A Dstring.h225 __xnu_struct_size_check(__VA_ARGS__)
230 #define __xnu_struct_size_check(ptr, size, how) ((void)0) macro
248 #define __xnu_struct_size_check(ptr, size, how) ({ \
297 __xnu_struct_size_check(s1, n, read); in bcmp()
298 __xnu_struct_size_check(s2, n, read); in bcmp()
323 __xnu_struct_size_check(s1, n, read); in memcmp()
324 __xnu_struct_size_check(s2, n, read); in memcmp()
359 __xnu_struct_size_check(s, n, write); in bzero()
437 __xnu_struct_size_check(dst, n, write); in __sized_by()
438 __xnu_struct_size_check(src, n, read); in __sized_by()