Home | History | Annotate | Download | only in wrapsim

Lines Matching refs:stat

12 #include <sys/stat.h>
49 typedef int (*Func_lstat)(const char*, struct stat*);
50 typedef int (*Func_lstat64)(const char*, struct stat*);
51 typedef int (*Func___lxstat)(int version, const char*, struct stat*);
52 typedef int (*Func___lxstat64)(int version, const char*, struct stat*);
57 typedef int (*Func_stat)(const char*, struct stat*);
58 typedef int (*Func_stat64)(const char*, struct stat*);
59 typedef int (*Func___xstat)(int version, const char*, struct stat*);
60 typedef int (*Func___xstat64)(int version, const char*, struct stat*);
77 int (*fn) (const char*, const struct stat*, int),