Searched refs:__fwrite_chk (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/porting/linux/user/include/fortify/ |
D | stdio.h | 36 size_t __fwrite_chk(const void*, size_t, size_t, FILE*, size_t); 71 return __fwrite_chk(buf, size, count, stream, bos); in fwrite()
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 365 size_t __fwrite_chk(const void* buf, size_t size, size_t count, FILE* stream, size_t buf_size) in __fwrite_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 72 __fwrite_chk;
|