Home
last modified time | relevance | path

Searched refs:__xstat64 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/sys/
H A Dstat.h24 hidden_proto (__xstat64)
47 #define stat64(fname, buf) __xstat64 (_STAT_VER, fname, buf)
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c100 # define __xstat64(version, path, buf) stat (path, buf) macro