Searched refs:do_stat (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc788 do_stat(const fs::path& p, std::error_code& ec, Accessor f, T deflt) function in namespace:__anon1684
816 auto s = do_stat(p, ec, [](const auto& st) { return S{st}; }, S{});
842 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink),
882 return do_stat(p, ec, [&ec](const auto& st) { return file_time(st, ec); },
920 times.actime = do_stat(p, ec, [](const auto& st) { return st.st_atime; },
H A Dstd-ops.cc1012 do_stat(const fs::path& p, std::error_code& ec, Accessor f, T deflt) function in namespace:__anon51
1040 auto s = do_stat(p, ec, [](const auto& st) { return S{st}; }, S{});
1066 return do_stat(p, ec, std::mem_fn(&stat::st_nlink),
1106 return do_stat(p, ec, [&ec](const auto& st) { return file_time(st, ec); },
1144 times.actime = do_stat(p, ec, [](const auto& st) { return st.st_atime; },
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc794 do_stat(const fs::path& p, std::error_code& ec, Accessor f, T deflt) function in namespace:__anon1987
822 auto s = do_stat(p, ec, [](const auto& st) { return S{st}; }, S{});
848 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink),
888 return do_stat(p, ec, [&ec](const auto& st) { return file_time(st, ec); },
926 times.actime = do_stat(p, ec, [](const auto& st) { return st.st_atime; },
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_netbsd.c858 #define do_stat 0 macro
861 do_stat(os_emul_data *emul, function
1528 /* 439 */ { do_stat, "__stat50" },
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_netbsd.c846 #define do_stat 0 macro
849 do_stat(os_emul_data *emul, function
1516 /* 439 */ { do_stat, "__stat50" },
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc923 do_stat(const fs::path& p, std::error_code& ec, Accessor f, T deflt) function in namespace:__anon1663
952 auto s = do_stat(p, ec, [](const auto& st) { return S{st}; }, S{});
982 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink),
1027 return do_stat(p, ec,
1072 times.actime = do_stat(p, ec, [](const auto& st) { return st.st_atime; },
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc927 do_stat(const fs::path& p, std::error_code& ec, Accessor f, T deflt) function in namespace:__anon1964
956 auto s = do_stat(p, ec, [](const auto& st) { return S{st}; }, S{});
986 return do_stat(p, ec, std::mem_fn(&stat_type::st_nlink),
1031 return do_stat(p, ec,
1076 times.actime = do_stat(p, ec, [](const auto& st) { return st.st_atime; },

Completed in 115 milliseconds