Searched refs:__readlinkat_chk (Results 1 – 3 of 3) sorted by relevance
/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/porting/linux/user/src/fortify/ |
D | fortify.c | 347 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 | 185 __readlinkat_chk;
|