Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/libsa/ !
H A Dstring.h204 # define __xnu_struct_size_precondition(ptr, size, message) macro
207 # define __xnu_struct_size_precondition(ptr, size, message) \
222 __xnu_struct_size_precondition(__VA_ARGS__)
288 __xnu_struct_size_precondition(s1, n, "read overflow (first argument)") in bcmp()
289 __xnu_struct_size_precondition(s2, n, "read overflow (second argument)") in bcmp()
314 __xnu_struct_size_precondition(s1, n, "read overflow (first argument)") in memcmp()
315 __xnu_struct_size_precondition(s2, n, "read overflow (second argument)") in memcmp()
352 __xnu_struct_size_precondition(s, n, "write overflow") in bzero()
428 __xnu_struct_size_precondition(dst, n, "write overflow") in __sized_by()
429 __xnu_struct_size_precondition(src, n, "read overflow") in __sized_by()
[all …]