Searched refs:__fread_chk (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/porting/linux/user/include/fortify/ |
D | stdio.h | 35 size_t __fread_chk(void*, size_t, size_t, FILE*, size_t); 52 return __fread_chk(buf, size, count, stream, bos); in fread()
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 354 size_t __fread_chk(void* buf, size_t size, size_t count, FILE* stream, size_t buf_size) in __fread_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 56 __fread_chk;
|
/third_party/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 95 __fgets_chk __fread_chk fread_unlocked
|