Lines Matching refs:__restrict
124 extern ssize_t __readlink_chk (__const char *__restrict __path,
125 char *__restrict __buf, size_t __len,
129 (__const char *__restrict __path,
130 char *__restrict __buf, size_t __len), readlink)
133 (__const char *__restrict __path,
134 char *__restrict __buf, size_t __len,
140 __NTH (readlink (__const char *__restrict __path, char *__restrict __buf, in __NTH()
156 extern ssize_t __readlinkat_chk (int __fd, __const char *__restrict __path,
157 char *__restrict __buf, size_t __len,
161 (int __fd, __const char *__restrict __path,
162 char *__restrict __buf, size_t __len),
166 (int __fd, __const char *__restrict __path,
167 char *__restrict __buf, size_t __len,
174 __NTH (readlinkat (int __fd, __const char *__restrict __path, in __NTH()
175 char *__restrict __buf, size_t __len)) in __NTH()