Searched defs:chk_size (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.1.13/osfmk/device/ |
| H A D | subrs.c | 713 __memcpy_chk(void *dst, void const *src, size_t s, size_t chk_size) in __memcpy_chk() 722 __memmove_chk(void *dst, void const *src, size_t s, size_t chk_size) in __memmove_chk() 732 __memset_chk(void *dst, int c, size_t s, size_t chk_size) in __memset_chk() 741 __strlcat_chk(char *dst, char const *src, size_t s, size_t chk_size) in __strlcat_chk() 750 __strlcpy_chk(char *dst, char const *src, size_t s, size_t chk_size) in __strlcpy_chk() 760 size_t len, size_t chk_size) in __strncpy_chk() 770 size_t len, size_t chk_size) in __strncat_chk() 781 __strcpy_chk(char *restrict dst, const char *restrict src, size_t chk_size) in __strcpy_chk() 792 __strcat_chk(char *restrict dst, const char *restrict src, size_t chk_size) in __strcat_chk()
|
| /xnu-10002.1.13/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()
|