Searched refs:FTS_LOGICAL (Results 1 – 7 of 7) sorted by relevance
/third_party/FreeBSD/include/ |
D | fts.h | 93 #define FTS_LOGICAL 0x002 /* logical walk */ macro
|
/third_party/elfutils/libdwfl/ |
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()
|
D | ChangeLog | 2762 FTS_LOGICAL here too. 2770 * linux-kernel-modules.c (check_module_notes): Use FTS_LOGICAL so 3041 FTS_LOGICAL.
|
/third_party/FreeBSD/lib/libc/gen/ |
D | fts.c | 144 if (ISSET(FTS_LOGICAL)) in fts_open() 909 if (ISSET(FTS_LOGICAL) || follow) { in fts_stat()
|
/third_party/libabigail/tools/ |
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/ |
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/ |
D | debuginfod.cxx | 3640 (traverse_logical ? FTS_LOGICAL : FTS_PHYSICAL|FTS_XDEV) in scan_source_paths()
|