vers              581 plugin/ipc/file/filewrappers.cpp extern "C" int __xstat(int vers, const char *path, struct stat *buf)
vers              587 plugin/ipc/file/filewrappers.cpp   int retval = _real_xstat(vers, newpath, buf);
vers              592 plugin/ipc/file/filewrappers.cpp extern "C" int __xstat64(int vers, const char *path, struct stat64 *buf)
vers              598 plugin/ipc/file/filewrappers.cpp   int retval = _real_xstat64(vers, newpath, buf);
vers              604 plugin/ipc/file/filewrappers.cpp extern "C" int __fxstat(int vers, int fd, struct stat *buf)
vers              607 plugin/ipc/file/filewrappers.cpp   int retval = _real_fxstat(vers, fd, buf);
vers              612 plugin/ipc/file/filewrappers.cpp extern "C" int __fxstat64(int vers, int fd, struct stat64 *buf)
vers              615 plugin/ipc/file/filewrappers.cpp   int retval = _real_fxstat64(vers, fd, buf);
vers              621 plugin/ipc/file/filewrappers.cpp extern "C" int __lxstat(int vers, const char *path, struct stat *buf)
vers              627 plugin/ipc/file/filewrappers.cpp   int retval = _real_lxstat(vers, newpath, buf);
vers              632 plugin/ipc/file/filewrappers.cpp extern "C" int __lxstat64(int vers, const char *path, struct stat64 *buf)
vers              638 plugin/ipc/file/filewrappers.cpp   int retval = _real_lxstat64(vers, newpath, buf);
vers              155 plugin/pid/pid_filewrappers.cpp extern "C" int __xstat(int vers, const char *path, struct stat *buf)
vers              160 plugin/pid/pid_filewrappers.cpp   int retval = _real_xstat( vers, newpath, buf );
vers              164 plugin/pid/pid_filewrappers.cpp extern "C" int __xstat64(int vers, const char *path, struct stat64 *buf)
vers              169 plugin/pid/pid_filewrappers.cpp   int retval = _real_xstat64( vers, newpath, buf );
vers              174 plugin/pid/pid_filewrappers.cpp extern "C" int __fxstat(int vers, int fd, struct stat *buf)
vers              176 plugin/pid/pid_filewrappers.cpp   int retval = _real_fxstat(vers, fd, buf);
vers              180 plugin/pid/pid_filewrappers.cpp extern "C" int __fxstat64(int vers, int fd, struct stat64 *buf)
vers              182 plugin/pid/pid_filewrappers.cpp   int retval = _real_fxstat64(vers, fd, buf);
vers              187 plugin/pid/pid_filewrappers.cpp extern "C" int __lxstat(int vers, const char *path, struct stat *buf)
vers              192 plugin/pid/pid_filewrappers.cpp   int retval = _real_lxstat( vers, newpath, buf );
vers              196 plugin/pid/pid_filewrappers.cpp extern "C" int __lxstat64(int vers, const char *path, struct stat64 *buf)
vers              201 plugin/pid/pid_filewrappers.cpp   int retval = _real_lxstat64( vers, newpath, buf );
vers              394 plugin/pid/pid_syscallsreal.c int _real_xstat(int vers, const char *path, struct stat *buf) {
vers              395 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH(__xstat) (vers, path, buf);
vers              398 plugin/pid/pid_syscallsreal.c int _real_xstat64(int vers, const char *path, struct stat64 *buf) {
vers              399 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH(__xstat64) (vers, path, buf);
vers              402 plugin/pid/pid_syscallsreal.c int _real_lxstat(int vers, const char *path, struct stat *buf) {
vers              403 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH(__lxstat) (vers, path, buf);
vers              406 plugin/pid/pid_syscallsreal.c int _real_lxstat64(int vers, const char *path, struct stat64 *buf) {
vers              407 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH(__lxstat64) (vers, path, buf);
vers              219 plugin/pid/pidwrappers.h   int _real_xstat(int vers, const char *path, struct stat *buf);
vers              220 plugin/pid/pidwrappers.h   int _real_xstat64(int vers, const char *path, struct stat64 *buf);
vers              221 plugin/pid/pidwrappers.h   int _real_lxstat(int vers, const char *path, struct stat *buf);
vers              222 plugin/pid/pidwrappers.h   int _real_lxstat64(int vers, const char *path, struct stat64 *buf);
vers              893 syscallsreal.c int _real_xstat(int vers, const char *path, struct stat *buf) {
vers              894 syscallsreal.c   REAL_FUNC_PASSTHROUGH (__xstat) (vers, path, buf);
vers              898 syscallsreal.c int _real_xstat64(int vers, const char *path, struct stat64 *buf) {
vers              899 syscallsreal.c   REAL_FUNC_PASSTHROUGH (__xstat64) (vers, path, buf);
vers              903 syscallsreal.c int _real_lxstat(int vers, const char *path, struct stat *buf) {
vers              904 syscallsreal.c   REAL_FUNC_PASSTHROUGH (__lxstat) (vers, path, buf);
vers              908 syscallsreal.c int _real_lxstat64(int vers, const char *path, struct stat64 *buf) {
vers              909 syscallsreal.c   REAL_FUNC_PASSTHROUGH (__lxstat64) (vers, path, buf);
vers              391 syscallwrappers.h   int _real_xstat(int vers, const char *path, struct stat *buf);
vers              392 syscallwrappers.h   int _real_xstat64(int vers, const char *path, struct stat64 *buf);
vers              393 syscallwrappers.h   int _real_lxstat(int vers, const char *path, struct stat *buf);
vers              394 syscallwrappers.h   int _real_lxstat64(int vers, const char *path, struct stat64 *buf);