Home
last modified time | relevance | path

Searched refs:__fgets_chk (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/ndk_musl_include/fortify/
Dstdio.h37 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/
Dstdio.h37 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/
Dfortify_fgets_chk_test.cpp29 char* content = __fgets_chk(str, STR_SIZE, fptr, STR_SIZE);
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c365 char* __fgets_chk(char* dest, int supplied_size, FILE* stream, size_t dst_len_from_compiler) in __fgets_chk() function
/third_party/musl/
Dlibc.map.txt45 __fgets_chk;
/third_party/icu/icu4c/source/test/depstest/
Ddependencies.txt99 __fgets_chk __fread_chk fread_unlocked