Searched refs:__fgets_chk (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/ndk_musl_include/fortify/ |
D | stdio.h | 37 char* __fgets_chk(char*, int, FILE*, size_t); 88 return __fgets_chk(dest, size, stream, bos); in fgets()
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | stdio.h | 37 char* __fgets_chk(char*, int, FILE*, size_t); 88 return __fgets_chk(dest, size, stream, bos); in fgets()
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_fgets_chk_test.cpp | 29 char* content = __fgets_chk(str, STR_SIZE, fptr, STR_SIZE);
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 365 char* __fgets_chk(char* dest, int supplied_size, FILE* stream, size_t dst_len_from_compiler) in __fgets_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 45 __fgets_chk;
|
/third_party/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 99 __fgets_chk __fread_chk fread_unlocked
|