reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/glob.h
   80 struct stat;

References

lib/Support/Unix/Path.inc
  116   struct stat sb;
  375   struct stat buf;
  551     struct stat buf;
  651 static std::error_code fillStatus(int StatRet, const struct stat &Status,
  686   struct stat Status;
  692   struct stat Status;
lib/Support/Unix/Process.inc
  198     struct stat st;
lib/Support/Unix/Signals.inc
  165         struct stat buf;
lib/Support/raw_ostream.cpp
  788   struct stat statbuf;
projects/compiler-rt/lib/dfsan/dfsan_custom.cpp
   55 __dfsw_stat(const char *path, struct stat *buf, dfsan_label path_label,
   59     dfsan_set_label(0, buf, sizeof(struct stat));
   64 SANITIZER_INTERFACE_ATTRIBUTE int __dfsw_fstat(int fd, struct stat *buf,
   70     dfsan_set_label(0, buf, sizeof(struct stat));
projects/compiler-rt/lib/fuzzer/FuzzerIO.cpp
   27   struct stat St;
projects/compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
   28   struct stat St;
   35   struct stat St;
   42   struct stat St;
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
  371   struct stat st;
  454   struct stat st;
projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
  172   unsigned struct_stat_sz = sizeof(struct stat);
tools/lldb/source/Host/common/File.cpp
  240   struct stat file_stats;
usr/include/glob.h
   99     int (*gl_lstat) (const char *__restrict, struct stat *__restrict);
  100     int (*gl_stat) (const char *__restrict, struct stat *__restrict);
usr/include/x86_64-linux-gnu/sys/stat.h
  206 		 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
  210 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
  235 		    struct stat *__restrict __buf, int __flag)
  260 		  struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
  395 extern int __fxstat (int __ver, int __fildes, struct stat *__stat_buf)
  398 		    struct stat *__stat_buf) __THROW __nonnull ((2, 3));
  400 		     struct stat *__stat_buf) __THROW __nonnull ((2, 3));
  402 		       struct stat *__stat_buf, int __flag)
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 2347 typedef struct stat StatStruct;