Searched refs:_STAT_VER (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/sys/
H A Dstat.h4 #define _STAT_VER 0 macro
28 return __xstat (_STAT_VER, __path, __statbuf);
43 #define stat(fname, buf) __xstat (_STAT_VER, fname, buf)
44 #define lstat(fname, buf) __lxstat (_STAT_VER, fname, buf)
45 #define __lstat(fname, buf) __lxstat (_STAT_VER, fname, buf)
46 #define lstat64(fname, buf) __lxstat64 (_STAT_VER, fname, buf)
47 #define stat64(fname, buf) __xstat64 (_STAT_VER, fname, buf)
48 #define fstat64(fd, buf) __fxstat64 (_STAT_VER, fd, buf)
49 #define fstat(fd, buf) __fxstat (_STAT_VER, fd, buf)
50 #define __fstat(fd, buf) __fxstat (_STAT_VER, f
[all...]

Completed in 62 milliseconds