| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| ops-common.h | 121 using stat_type = struct ::__stat64; 123 inline int stat(const wchar_t* path, stat_type* buffer) 126 inline int lstat(const wchar_t* path, stat_type* buffer) 187 using stat_type = struct ::stat; 192 inline int lstat(const char* path, stat_type* buffer) 261 using __gnu_posix::stat_type; 264 file_time(const stat_type& st, std::error_code& ec) noexcept 314 using std::filesystem::__gnu_posix::stat_type; 320 stat_type* from_st, stat_type* to_st [all...] |
| ops.cc | 252 using posix::stat_type; 263 fs::equiv_files([[maybe_unused]] const char_type* p1, const stat_type& st1, 264 [[maybe_unused]] const char_type* p2, const stat_type& st2, 284 stat_type from_st, to_st; 559 stat_type st; 755 stat_type st1, st2; 812 stat_type st; 832 S(const stat_type& st) : type(make_file_type(st)), size(st.st_size) { } 863 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink), 1024 stat_type st [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_mutex.h | 45 explicit Mutex(MutexType type, StatType stat_type);
|
| tsan_mutex.cc | 211 Mutex::Mutex(MutexType type, StatType stat_type) { 218 stat_type_ = stat_type;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| ops-common.h | 117 typedef struct ::__stat64 stat_type; typedef in namespace:filesystem::__gnu_posix 119 inline int stat(const wchar_t* path, stat_type* buffer) 122 inline int lstat(const wchar_t* path, stat_type* buffer) 183 typedef struct ::stat stat_type; 188 inline int lstat(const char* path, stat_type* buffer) 257 using __gnu_posix::stat_type; 260 file_time(const stat_type& st, std::error_code& ec) noexcept 311 using std::filesystem::__gnu_posix::stat_type; 317 stat_type* from_st, stat_type* to_st [all...] |
| ops.cc | 251 using posix::stat_type; 269 stat_type from_st, to_st; 544 stat_type st; 740 stat_type st1, st2; 797 stat_type st; 817 S(const stat_type& st) : type(make_file_type(st)), size(st.st_size) { } 848 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink), 1009 stat_type st; 1218 stat_type st; 1264 stat_type st [all...] |
| std-ops.cc | 276 stat_type* from_st, stat_type* to_st, 279 stat_type st1, st2; 478 stat_type from_st, to_st; 773 stat_type st; 958 stat_type st1, st2; 1015 fs::stat_type st; 1035 S(const stat_type& st) : type(make_file_type(st)), size(st.st_size) { } 1245 stat_type st; 1458 stat_type st [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| fs_ops.cc | 305 from_stat(const fs::stat_type& st, std::error_code& ec) noexcept 327 stat_type from_st, to_st; 634 stat_type st; 870 fs::equiv_files([[maybe_unused]] const char_type* p1, const stat_type& st1, 871 [[maybe_unused]] const char_type* p2, const stat_type& st2, 902 stat_type st1, st2; 951 posix::stat_type st; 972 S(const stat_type& st) : type(make_file_type(st)), size(st.st_size) { } 1015 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink), 1210 stat_type st [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_ops.cc | 305 from_stat(const fs::stat_type& st, std::error_code& ec) noexcept 327 stat_type from_st, to_st; 634 stat_type st; 831 stat_type st1, st2; 930 posix::stat_type st; 951 S(const stat_type& st) : type(make_file_type(st)), size(st.st_size) { } 986 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink), 1181 stat_type st; 1508 stat_type st; 1553 stat_type st [all...] |
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| operation.c | 721 int stat_type = op->o_tag == LDAP_REQ_BIND ? LLOAD_STATS_OPS_BIND : local 726 b->b_counters[stat_type].lc_ops_completed++; 728 b->b_counters[stat_type].lc_ops_failed++;
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| fs_test.c | 460 ATF_TC(stat_type); variable 461 ATF_TC_HEAD(stat_type, tc) 466 ATF_TC_BODY(stat_type, tc) 1064 ATF_TP_ADD_TC(tp, stat_type);
|