Searched refs:FTS_LOGICAL (Results 1 - 6 of 6) sorted by relevance
/third_party/FreeBSD/include/ |
H A D | fts.h | 92 #define FTS_LOGICAL 0x002 /* logical walk */ macro
|
/third_party/elfutils/libdwfl/ |
H A D | linux-kernel-modules.c | 399 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_report_offline() 669 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL); in check_module_notes() 803 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_find_elf()
|
/third_party/FreeBSD/lib/libc/gen/ |
H A D | fts.c | 144 if (ISSET(FTS_LOGICAL)) in fts_open() 909 if (ISSET(FTS_LOGICAL) || follow) { in fts_stat()
|
/third_party/libabigail/tools/ |
H A D | abipkgdiff.cc | 1909 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_kabi_whitelists_from_arch_under_dir() 2286 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_interesting_files_under_dir()
|
/third_party/libabigail/src/ |
H A D | abg-tools-utils.cc | 1955 if (FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL)) in gen_suppr_spec_from_headers_root_dir()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 3640 (traverse_logical ? FTS_LOGICAL : FTS_PHYSICAL|FTS_XDEV) in scan_source_paths()
|
Completed in 17 milliseconds