| /netbsd-src/external/bsd/am-utils/dist/fixmount/ |
| H A D | fixmount.c | 76 int remove_all(CLIENT *, char *); 222 remove_all(CLIENT *client, char *host) in remove_all() function 451 remove_all(client, host); in main()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| H A D | fs_ops.h | 264 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 265 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | fs_ops.h | 278 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 279 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| H A D | fs_ops.h | 319 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 320 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | fs_fwd.h | 358 uintmax_t remove_all(const path&); in _GLIBCXX_VISIBILITY() 359 uintmax_t remove_all(const path&, error_code&); in _GLIBCXX_VISIBILITY()
|
| H A D | fs_ops.h | 341 uintmax_t remove_all(const path& __p); in _GLIBCXX_VISIBILITY() 342 uintmax_t remove_all(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
|
| H A D | fs_dir.h | 591 filesystem::remove_all(const path&, error_code&); in _GLIBCXX_VISIBILITY() 593 filesystem::remove_all(const path&); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/ |
| H A D | filesystem | 201 uintmax_t remove_all(const path& p); 202 uintmax_t remove_all(const path& p, error_code& ec);
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops.cc | 1099 fs::remove_all(const path& p) in remove_all() function in fs 1102 const auto result = remove_all(p, ec); in remove_all() 1109 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs 1112 return std::filesystem::remove_all(p.native(), ec); in remove_all()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops.cc | 1089 fs::remove_all(const path& p) in remove_all() function in fs 1092 const auto result = remove_all(p, ec); in remove_all() 1099 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs 1115 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
|
| H A D | std-ops.cc | 1331 fs::remove_all(const path& p) in remove_all() function in fs 1334 const auto result = remove_all(p, ec); in remove_all() 1341 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs 1357 const auto removed = fs::remove_all(d->path(), ec); in remove_all()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/ |
| H A D | ttm_bo.c | 625 static bool ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all) in ttm_bo_delayed_delete() argument 642 if (remove_all || bo->base.resv != &bo->base._resv) { in ttm_bo_delayed_delete() 647 ttm_bo_cleanup_refs(bo, false, !remove_all, true); in ttm_bo_delayed_delete() 650 ttm_bo_cleanup_refs(bo, false, !remove_all, true); in ttm_bo_delayed_delete()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_ops.cc | 1289 fs::remove_all(const path& p) in remove_all() function in fs 1327 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_ops.cc | 1369 fs::remove_all(const path& p) in remove_all() function in fs 1375 fs::remove_all(const path& p, error_code& ec) in remove_all() function in fs
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog | 2627 (fs::remove_all) [__AVR__]: Likewise. 4428 * src/c++17/fs_ops.cc (fs::remove_all(const path&)): Use similar 4430 (fs::remove_all(const path&, error_code&)): Add comments. 4448 (fs::remove_all): Likewise. 4451 (fs::remove_all): Likewise. 4461 remove_all overloads as friends. 4464 * include/bits/fs_fwd.h (remove, remove_all): Declare. 4485 (fs::remove_all): Use new recursive_directory_iterator::__erase 4502 * src/filesystem/ops.cc (fs::remove_all): Use C++17 remove_all. 4651 * src/filesystem/ops.cc (remove_all): Use nofollow option for
|
| H A D | ChangeLog-2018 | 5563 * testsuite/experimental/filesystem/operations/remove_all.cc: Likewise. 6123 (remove_all(const path&, error_code&)): Use filesystem::remove. 6133 (remove_all(const path&)): Fix type of result variable. 6134 (remove_all(const path&, error_code&)): Use non-throwing increment 6138 * testsuite/27_io/filesystem/operations/remove_all.cc: Test throwing 6140 * testsuite/experimental/filesystem/operations/remove_all.cc: 6148 (remove_all(const path&, error_code&))): Do not return an error for 6152 * testsuite/27_io/filesystem/operations/remove_all.cc: Fix expected 6155 * testsuite/experimental/filesystem/operations/remove_all.cc: Fix
|
| H A D | ChangeLog-2020 | 1881 * testsuite/27_io/filesystem/operations/remove_all.cc: Avoid 1885 * testsuite/experimental/filesystem/operations/remove_all.cc: 8716 detailed error reporting for remove_all. Check result of recursive 8718 (remove_all(const path&), remove_all(const path&, error_code&)): Use 8720 * src/filesystem/ops.cc (remove_all(const path&, error_code&)): Check 8722 * testsuite/27_io/filesystem/operations/remove_all.cc: Check errors 8724 * testsuite/experimental/filesystem/operations/remove_all.cc: Likewise.
|
| H A D | ChangeLog-2017 | 713 (is_empty, remove_all): Remove noexcept (LWG 3013 and LWG 3014). 717 (is_empty, remove_all): Remove noexcept 977 * testsuite/27_io/filesystem/operations/remove_all.cc: New test.
|
| H A D | ChangeLog-2021 | 3226 * testsuite/27_io/filesystem/operations/remove_all.cc: Likewise. 3242 * testsuite/experimental/filesystem/operations/remove_all.cc: 6320 * testsuite/27_io/filesystem/operations/remove_all.cc: Likewise. 8432 * testsuite/27_io/filesystem/operations/remove_all.cc: Remove 8434 * testsuite/experimental/filesystem/operations/remove_all.cc:
|
| H A D | ChangeLog-2019 | 3532 * testsuite/27_io/filesystem/operations/remove_all.cc: Check path 6611 * testsuite/27_io/filesystem/operations/remove_all.cc: Do not test 6613 * testsuite/experimental/filesystem/operations/remove_all.cc: 6967 * testsuite/27_io/filesystem/operations/remove_all.cc: Likewise.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | filesystem | 201 uintmax_t remove_all(const path& p); 202 uintmax_t remove_all(const path& p, error_code& ec); 2238 inline _LIBCPP_INLINE_VISIBILITY uintmax_t remove_all(const path& __p) { 2242 inline _LIBCPP_INLINE_VISIBILITY uintmax_t remove_all(const path& __p,
|
| /netbsd-src/external/gpl2/lvm2/dist/ |
| H A D | WHATS_NEW_DM | 250 dmsetup remove_all also performs mknodes.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 7426 bool remove_all = false; in omp_declare_variant_finalize() local 7435 remove_all = true; in omp_declare_variant_finalize() 7440 remove_all = true; in omp_declare_variant_finalize() 7445 remove_all = true; in omp_declare_variant_finalize() 7450 remove_all = true; in omp_declare_variant_finalize() 7455 remove_all = true; in omp_declare_variant_finalize() 7467 if (remove_all || omp_declare_variant_finalize_one (decl, *list)) in omp_declare_variant_finalize()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 7996 bool remove_all = false; in omp_declare_variant_finalize() local 8005 remove_all = true; in omp_declare_variant_finalize() 8010 remove_all = true; in omp_declare_variant_finalize() 8015 remove_all = true; in omp_declare_variant_finalize() 8020 remove_all = true; in omp_declare_variant_finalize() 8025 remove_all = true; in omp_declare_variant_finalize() 8037 if (remove_all || omp_declare_variant_finalize_one (decl, *list)) in omp_declare_variant_finalize()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | Cxx1zStatusIssuesStatus.csv | 177 "`2721 <https://wg21.link/LWG2721>`__","remove_all has incorrect post conditions","Oulu","|Complete…
|