Lines Matching refs:__restrict
209 extern int stat (__const char *__restrict __file,
210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
217 extern int __REDIRECT_NTH (stat, (__const char *__restrict __file,
218 struct stat *__restrict __buf), stat64)
228 extern int stat64 (__const char *__restrict __file,
229 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
238 extern int fstatat (int __fd, __const char *__restrict __file,
239 struct stat *__restrict __buf, int __flag)
243 extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__restrict __file,
244 struct stat *__restrict __buf,
252 extern int fstatat64 (int __fd, __const char *__restrict __file,
253 struct stat64 *__restrict __buf, int __flag)
261 extern int lstat (__const char *__restrict __file,
262 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
266 (__const char *__restrict __file,
267 struct stat *__restrict __buf), lstat64)
274 extern int lstat64 (__const char *__restrict __file,
275 struct stat64 *__restrict __buf)