Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/libsa/
H A Dstring.h205 # define __xnu_struct_size_precondition(ptr, size, message) macro
208 # define __xnu_struct_size_precondition(ptr, size, message) \
223 __xnu_struct_size_precondition(__VA_ARGS__)
289 __xnu_struct_size_precondition(s1, n, "read overflow (first argument)") in bcmp()
290 __xnu_struct_size_precondition(s2, n, "read overflow (second argument)") in bcmp()
315 __xnu_struct_size_precondition(s1, n, "read overflow (first argument)") in memcmp()
316 __xnu_struct_size_precondition(s2, n, "read overflow (second argument)") in memcmp()
353 __xnu_struct_size_precondition(s, n, "write overflow") in bzero()
429 __xnu_struct_size_precondition(dst, n, "write overflow") in __sized_by()
430 __xnu_struct_size_precondition(src, n, "read overflow") in __sized_by()
[all …]