Home
last modified time | relevance | path

Searched refs:FTW_DEPTH (Results 76 – 100 of 117) sorted by relevance

12345

/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgcov-tool.c85 return nftw(path, unlink_gcda_file, 64, FTW_DEPTH | FTW_PHYS); in unlink_profile_dir()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgcov-tool.c85 return nftw(path, unlink_gcda_file, 64, FTW_DEPTH | FTW_PHYS); in unlink_profile_dir()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgcov-tool.c85 return nftw(path, unlink_gcda_file, 64, FTW_DEPTH | FTW_PHYS); in unlink_profile_dir()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgcov-tool.c85 return nftw(path, unlink_gcda_file, 64, FTW_DEPTH | FTW_PHYS); in unlink_profile_dir()
/dports/databases/iowow/iowow-1.4.13/src/platform/unix/
H A Dunix.c317 if (nftw(path, _rmfile, 10, FTW_DEPTH | FTW_MOUNT | FTW_PHYS) < 0) { in iwp_removedir()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/utils/
H A Dio.c283 path, unlink_cb, 64, FTW_DEPTH | FTW_PHYS); in io_rmdir()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/tests/
H A Dcache_test.cpp76 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/bench/
H A Dcyrdbbench.c211 return nftw(path, recursive_rm_cb, 64, FTW_DEPTH | FTW_PHYS); in recursive_rm()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/bench/
H A Dcyrdbbench.c211 return nftw(path, recursive_rm_cb, 64, FTW_DEPTH | FTW_PHYS); in recursive_rm()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgcov-tool.c85 return nftw(path, unlink_gcda_file, 64, FTW_DEPTH | FTW_PHYS); in unlink_profile_dir()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/tests/cache/
H A Dcache_test.c136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/dports/lang/clover/mesa-21.3.6/src/util/tests/cache/
H A Dcache_test.c136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/dports/graphics/libosmesa/mesa-21.3.6/src/util/tests/cache/
H A Dcache_test.c136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/tests/cache/
H A Dcache_test.c136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/tests/cache/
H A Dcache_test.c136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/tests/cache/
H A Dcache_test.c136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/tests/cache/
H A Dcache_test.c136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/tests/cache/
H A Dcache_test.c136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/tests/cache/
H A Dcache_test.c136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/base/
H A Dfile.cpp203 nftw(path, callback, 128, FTW_DEPTH | FTW_MOUNT | FTW_PHYS); in ~TemporaryDir()
/dports/security/klee/klee-2.2/tools/klee-replay/
H A Dfile-creator.c446 FTW_DEPTH | FTW_PHYS) == -1) { in replay_delete_files()
/dports/misc/librepo/librepo-1.14.2/librepo/
H A Dutil.c308 return nftw(path, lr_remove_dir_cb, 64, FTW_DEPTH | FTW_PHYS); in lr_remove_dir()
/dports/sysutils/fileprune/fileprune-2dd22fc/
H A Dfileprune.c588 if (nftw(f->name, unlink_cb, 64, FTW_DEPTH | FTW_PHYS | FTW_MOUNT) < 0)
/dports/lang/nim/nim-1.6.2/tools/detect/
H A Dmacosx_consts.nim165 FTW_DEPTH* = cint(4)
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filesystem/
H A Dposix.cc226 int rc = nftw(path.c_str(), unlink_cb, 64, FTW_DEPTH | FTW_PHYS); in remove_dir()

12345