Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/fortify/
Dunistd.h51 ssize_t __readlinkat_chk(int dirfd, const char*, char*, size_t, size_t);
161 return __readlinkat_chk(dirfd, path, buf, size, bos); in readlinkat()
/third_party/musl/porting/linux/user/include/fortify/
Dunistd.h51 ssize_t __readlinkat_chk(int dirfd, const char*, char*, size_t, size_t);
161 return __readlinkat_chk(dirfd, path, buf, size, bos); in readlinkat()
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_readlinkat_chk_test.cpp30 … ssize_t length = __readlinkat_chk(AT_FDCWD, "readlinkat_test", path, sizeof(path), sizeof(path));
/third_party/musl/Benchmark/musl/
Dlibc_unistd.cpp195 extern "C" ssize_t __readlinkat_chk(int dirfd, const char*, char*, size_t, size_t);
211 len = __readlinkat_chk(fd, "./tmplink", path, sizeof(path), __builtin_object_size(path, 1)); in Bm_function_Readlinkat_chk()
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c336 ssize_t __readlinkat_chk(int dirfd, const char* path, char* buf, size_t size, size_t buf_size) in __readlinkat_chk() function
/third_party/musl/
Dlibc.map.txt189 __readlinkat_chk;