Searched defs:chk_size (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/osfmk/device/ |
| H A D | subrs.c | 645 __memcpy_chk(void *dst, void const *src, size_t s, size_t chk_size) in __memcpy_chk() 654 __memmove_chk(void *dst, void const *src, size_t s, size_t chk_size) in __memmove_chk() 664 __memset_chk(void *dst, int c, size_t s, size_t chk_size) in __memset_chk() 673 __strlcat_chk(char *dst, char const *src, size_t s, size_t chk_size) in __strlcat_chk() 682 __strlcpy_chk(char *dst, char const *src, size_t s, size_t chk_size) in __strlcpy_chk() 692 size_t len, size_t chk_size) in __strncpy_chk() 702 size_t len, size_t chk_size) in __strncat_chk() 713 __strcpy_chk(char *restrict dst, const char *restrict src, size_t chk_size) in __strcpy_chk() 724 __strcat_chk(char *restrict dst, const char *restrict src, size_t chk_size) in __strcat_chk()
|
| /xnu-8019.80.24/bsd/libkern/ |
| H A D | copyio.h | 49 __copyin_chk(const user_addr_t uaddr, void *kaddr, size_t len, size_t chk_size) in __copyin_chk() 58 __copyout_chk(const void *kaddr, user_addr_t uaddr, size_t len, size_t chk_size) in __copyout_chk()
|