Searched refs:__readlinkat_chk (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/ndk_musl_include/fortify/ |
D | unistd.h | 51 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/ |
D | unistd.h | 51 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/ |
D | fortify_readlinkat_chk_test.cpp | 30 … ssize_t length = __readlinkat_chk(AT_FDCWD, "readlinkat_test", path, sizeof(path), sizeof(path));
|
/third_party/musl/Benchmark/musl/ |
D | libc_unistd.cpp | 195 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/ |
D | fortify.c | 336 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/ |
D | libc.map.txt | 189 __readlinkat_chk;
|