Searched refs:_STAT_VER (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | stat.h | 388 #ifndef _STAT_VER 389 # define _STAT_VER 0 macro 453 return __xstat (_STAT_VER, __path, __statbuf); in __NTH() 460 return __lxstat (_STAT_VER, __path, __statbuf); in __NTH() 467 return __fxstat (_STAT_VER, __fd, __statbuf); in __NTH() 475 return __fxstatat (_STAT_VER, __fd, __filename, __statbuf, __flag); in __NTH() 502 return __xstat64 (_STAT_VER, __path, __statbuf); in __NTH() 509 return __lxstat64 (_STAT_VER, __path, __statbuf); in __NTH() 516 return __fxstat64 (_STAT_VER, __fd, __statbuf); in __NTH() 524 return __fxstatat64 (_STAT_VER, __fd, __filename, __statbuf, __flag); in __NTH()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | _G_config.h | 80 #define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf)
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | stat.h | 31 #define _STAT_VER _STAT_VER_LINUX /* The one defined below. */ macro
|