Home
last modified time | relevance | path

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

/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/porting/linux/user/src/fortify/
Dfortify.c347 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.txt185 __readlinkat_chk;