Searched refs:__fwrite_chk (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/ndk_musl_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/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/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_fwrite_chk_test.cpp | 24 int result = __fwrite_chk(buf, sizeof(char), strlen(buf), fptr, sizeof(buf));
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 354 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;
|