| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops-common.h | 74 typedef struct ::__stat64 stat_type; in _GLIBCXX_VISIBILITY() typedef 76 inline int stat(const wchar_t* path, stat_type* buffer) in _GLIBCXX_VISIBILITY() 79 inline int lstat(const wchar_t* path, stat_type* buffer) in _GLIBCXX_VISIBILITY() 135 typedef struct ::stat stat_type; in _GLIBCXX_VISIBILITY() 140 inline int lstat(const char* path, stat_type* buffer) in _GLIBCXX_VISIBILITY() 199 using __gnu_posix::stat_type; in _GLIBCXX_VISIBILITY() 202 file_time(const stat_type& st, std::error_code& ec) noexcept in _GLIBCXX_VISIBILITY() 253 using std::filesystem::__gnu_posix::stat_type; in _GLIBCXX_VISIBILITY() 259 stat_type* from_st, stat_type* to_st, in _GLIBCXX_VISIBILITY() 269 make_file_type(const stat_type& st) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | ops.cc | 245 using posix::stat_type; 263 stat_type from_st, to_st; in copy() 538 stat_type st; in create_directory() 734 stat_type st1, st2; in equivalent() 791 stat_type st; in do_stat() 811 S(const stat_type& st) : type(make_file_type(st)), size(st.st_size) { } in file_size() 842 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink), in hard_link_count() 999 stat_type st; in read_symlink() 1207 stat_type st; in status() 1231 stat_type st; in symlink_status()
|
| H A D | std-ops.cc | 276 stat_type* from_st, stat_type* to_st, in do_copy_file() 279 stat_type st1, st2; in do_copy_file() 478 stat_type from_st, to_st; in copy() 773 stat_type st; in create_directory() 958 stat_type st1, st2; in equivalent() 1015 fs::stat_type st; in do_stat() 1035 S(const stat_type& st) : type(make_file_type(st)), size(st.st_size) { } in file_size() 1245 stat_type st; in read_symlink() 1458 stat_type st; in status() 1482 stat_type st; in symlink_status()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops-common.h | 117 typedef struct ::__stat64 stat_type; in _GLIBCXX_VISIBILITY() typedef 119 inline int stat(const wchar_t* path, stat_type* buffer) in _GLIBCXX_VISIBILITY() 122 inline int lstat(const wchar_t* path, stat_type* buffer) in _GLIBCXX_VISIBILITY() 183 typedef struct ::stat stat_type; in _GLIBCXX_VISIBILITY() 188 inline int lstat(const char* path, stat_type* buffer) in _GLIBCXX_VISIBILITY() 257 using __gnu_posix::stat_type; in _GLIBCXX_VISIBILITY() 260 file_time(const stat_type& st, std::error_code& ec) noexcept in _GLIBCXX_VISIBILITY() 311 using std::filesystem::__gnu_posix::stat_type; in _GLIBCXX_VISIBILITY() 317 stat_type* from_st, stat_type* to_st, in _GLIBCXX_VISIBILITY() 327 make_file_type(const stat_type& st) noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | ops.cc | 251 using posix::stat_type; 269 stat_type from_st, to_st; in copy() 544 stat_type st; in create_directory() 740 stat_type st1, st2; in equivalent() 797 stat_type st; in do_stat() 817 S(const stat_type& st) : type(make_file_type(st)), size(st.st_size) { } in file_size() 848 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink), in hard_link_count() 1009 stat_type st; in read_symlink() 1218 stat_type st; in status() 1264 stat_type st; in symlink_status()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_ops.cc | 305 from_stat(const fs::stat_type& st, std::error_code& ec) noexcept in from_stat() 327 stat_type from_st, to_st; in copy() 634 stat_type st; in create_directory() 831 stat_type st1, st2; in equivalent() 930 posix::stat_type st; in do_stat() 951 S(const stat_type& st) : type(make_file_type(st)), size(st.st_size) { } in file_size() 986 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink), in hard_link_count() 1181 stat_type st; in read_symlink() 1496 stat_type st; in status() 1541 stat_type st; in symlink_status()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_ops.cc | 301 from_stat(const fs::stat_type& st, std::error_code& ec) noexcept in from_stat() 323 stat_type from_st, to_st; in copy() 630 stat_type st; in create_directory() 827 stat_type st1, st2; in equivalent() 926 posix::stat_type st; in do_stat() 947 S(const stat_type& st) : type(make_file_type(st)), size(st.st_size) { } in file_size() 982 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink), in hard_link_count() 1173 stat_type st; in read_symlink() 1509 stat_type st; in status() 1554 stat_type st; in symlink_status()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_mutex.cc | 209 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex() argument 216 stat_type_ = stat_type; in Mutex()
|
| H A D | tsan_mutex.h | 43 explicit Mutex(MutexType type, StatType stat_type);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_mutex.cc | 211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex() argument 218 stat_type_ = stat_type; in Mutex()
|
| H A D | tsan_mutex.h | 45 explicit Mutex(MutexType type, StatType stat_type);
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | operation.c | 693 int stat_type = op->o_tag == LDAP_REQ_BIND ? LLOAD_STATS_OPS_BIND : in operation_update_backend_counters() local 698 b->b_counters[stat_type].lc_ops_completed++; in operation_update_backend_counters() 700 b->b_counters[stat_type].lc_ops_failed++; in operation_update_backend_counters()
|
| /netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
| H A D | fs_test.c | 460 ATF_TC(stat_type); 461 ATF_TC_HEAD(stat_type, tc) in ATF_TC_HEAD() argument 466 ATF_TC_BODY(stat_type, tc) in ATF_TC_BODY() argument 1064 ATF_TP_ADD_TC(tp, stat_type); in ATF_TP_ADD_TCS()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2018 | 4644 (__gnu_posix::open, __gnu_posix::close, __gnu_posix::stat_type) 4651 (stat_type, do_copy_file): Qualify names to use declarations from
|
| H A D | ChangeLog-2015 | 3334 * src/filesystem/ops.cc (stat_type): Define alias for struct stat and
|
| H A D | ChangeLog-2020 | 4308 (stat_type): Change to __stat64.
|