Searched defs:chk_size (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/osfmk/device/ |
| H A D | subrs.c | 603 __memcpy_chk(void *dst, void const *src, size_t s, size_t chk_size) in __memcpy_chk() 612 __memmove_chk(void *dst, void const *src, size_t s, size_t chk_size) in __memmove_chk() 622 __memset_chk(void *dst, int c, size_t s, size_t chk_size) in __memset_chk() 631 __strlcat_chk(char *dst, char const *src, size_t s, size_t chk_size) in __strlcat_chk() 640 __strlcpy_chk(char *dst, char const *src, size_t s, size_t chk_size) in __strlcpy_chk() 650 size_t len, size_t chk_size) in __strncpy_chk() 660 size_t len, size_t chk_size) in __strncat_chk() 671 __strcpy_chk(char *restrict dst, const char *restrict src, size_t chk_size) in __strcpy_chk() 682 __strcat_chk(char *restrict dst, const char *restrict src, size_t chk_size) in __strcat_chk()
|
| /xnu-8020.101.4/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()
|