Lines Matching defs:stat64
131 static int (*_stat64)(const char *, struct stat64 *) = NULL;
133 static int (*___xstat64)(int, const char *, struct stat64 *) = NULL;
214 _stat64 = (int (*)(const char *, struct stat64 *)) dlsym_fn(RTLD_NEXT, "stat64"); \
230 ___xstat64 = (int (*)(int, const char *, struct stat64 *)) dlsym_fn(RTLD_NEXT, "__xstat64"); \
2486 struct stat64 parent;
2510 ret = stat64("/dev", &parent);
2538 #undef stat64
2540 int stat64(const char *pathname, struct stat64 *buf) {
2542 int stat64(const char *pathname, struct stat *buf) {
2547 debug(DEBUG_LEVEL_VERBOSE, __FILE__": stat64(%s)\n", pathname?pathname:"NULL");
2638 int __xstat64(int ver, const char *pathname, struct stat64 *buf) {
2653 return stat64(pathname, buf);