Home
last modified time | relevance | path

Searched defs:__statbuf (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h451 __NTH (stat (__const char *__path, struct stat *__statbuf)) in __NTH()
458 __NTH (lstat (__const char *__path, struct stat *__statbuf)) in __NTH()
465 __NTH (fstat (int __fd, struct stat *__statbuf)) in __NTH()
472 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf, in __NTH()
500 __NTH (stat64 (__const char *__path, struct stat64 *__statbuf)) in __NTH()
507 __NTH (lstat64 (__const char *__path, struct stat64 *__statbuf)) in __NTH()
514 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) in __NTH()
521 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, in __NTH()