Lines Matching defs:stat
95 #include <sys/stat.h>
187 #undef stat
209 typedef int (*Xstat_f)(int, const char*, struct stat*);
210 typedef int (*Fxstat_f)(const int, int, struct stat*);
211 typedef int (*Lxstat_f)(const int, const char*, struct stat*);
218 typedef int (*Fstat_f)(int, struct stat*);
219 typedef int (*Lstat_f)(const char*, struct stat*);
220 typedef int (*Stat_f)(const char*, struct stat*);
1083 warp_xst(register Call_t* p, const int ver, register struct stat* st)
1114 static char msg[] = "warp: stat version 0\n";
1123 _fxstat(const int ver, int fd, struct stat* st)
1136 __fxstat(const int ver, int fd, struct stat* st)
1149 _lxstat(const int ver, const char* path, struct stat* st)
1162 __lxstat(const int ver, const char* path, struct stat* st)
1175 _xstat(const int ver, const char* path, struct stat* st)
1188 __xstat(const int ver, const char* path, struct stat* st)
1234 static char msg[] = "warp: stat version 0\n";
1324 warp_st(register Call_t* p, register struct stat* st)
1340 warp_fstat(register Call_t* p, int fd, struct stat* st)
1351 fstat(int fd, struct stat* st)
1361 _fstat(int fd, struct stat* st)
1369 __fstat(int fd, struct stat* st)
1377 _libc_fstat(int fd, struct stat* st)
1385 __libc_fstat(int fd, struct stat* st)
1395 __fstat32(int fd, struct stat* st)
1407 warp_lstat(register Call_t* p, const char* path, struct stat* st)
1418 lstat(const char* path, struct stat* st)
1428 _lstat(const char* path, struct stat* st)
1436 __lstat(const char* path, struct stat* st)
1444 _libc_lstat(const char* path, struct stat* st)
1452 __libc_lstat(const char* path, struct stat* st)
1462 __lstat32(const char* path, struct stat* st)
1470 __statlstat32(const char* path, struct stat* st)
1482 warp_stat(register Call_t* p, const char* path, struct stat* st)
1493 stat(const char* path, struct stat* st)
1495 static Call_t call = { "stat", "stat" };
1503 _stat(const char* path, struct stat* st)
1505 static Call_t call = { "stat", "_stat" };
1511 __stat(const char* path, struct stat* st)
1513 static Call_t call = { "stat", "__stat" };
1519 _libc_stat(const char* path, struct stat* st)
1521 static Call_t call = { "stat", "_libc_stat" };
1527 __libc_stat(const char* path, struct stat* st)
1529 static Call_t call = { "stat", "__libc_stat" };
1537 __stat32(const char* path, struct stat* st)