/third_party/selinux/libselinux/src/ |
D | selinux_restorecon.c | 877 FTS *fts; member 890 FTS *fts = state->fts; in selinux_restorecon_thread() local 907 while (((void)(errno = 0), ftsent = fts_read(fts)) != NULL) { in selinux_restorecon_thread() 932 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon_thread() 941 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon_thread() 950 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon_thread() 956 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon_thread() 961 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon_thread() 975 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon_thread() 991 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon_thread() [all …]
|
/third_party/selinux/libselinux/utils/ |
D | selabel_get_digests_all_partial_matches.c | 34 FTS *fts; in main() local 86 fts = fts_open(paths, fts_flags, NULL); in main() 87 if (!fts) { in main() 93 while ((ftsent = fts_read(fts)) != NULL) { in main() 168 (void) fts_close(fts); in main()
|
/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() local 402 if (fts == NULL) in dwfl_linux_kernel_report_offline() 409 while ((f = fts_read (fts)) != NULL) in dwfl_linux_kernel_report_offline() 416 fts_set (fts, f, FTS_SKIP); in dwfl_linux_kernel_report_offline() 489 fts_close (fts); in dwfl_linux_kernel_report_offline() 669 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL); in check_module_notes() local 670 if (fts == NULL) in check_module_notes() 678 while ((f = fts_read (fts)) != NULL) in check_module_notes() 707 fts_close (fts); in check_module_notes() 803 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_find_elf() local [all …]
|
/third_party/skia/tests/ |
D | PathOpsOpRectThreadedTest.cpp | 26 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testPathOpsRectsMain() local 33 for (auto e : fts) { in testPathOpsRectsMain() 34 for (auto f : fts) { in testPathOpsRectsMain() 115 const SkPathFillType fts[] = { in testPathOpsFastMain() local 126 for (auto e : fts) { in testPathOpsFastMain() 127 for (auto f : fts) { in testPathOpsFastMain()
|
D | PathOpsInverseTest.cpp | 11 const SkPathFillType fts[] = { in DEF_TEST() local 18 for (auto oneFill : fts) { in DEF_TEST() 23 for (auto twoFill : fts) { in DEF_TEST()
|
D | PathOpsOpCircleThreadedTest.cpp | 19 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testOpCirclesMain() local 26 for (auto e : fts) { in testOpCirclesMain() 27 for (auto f : fts) { in testOpCirclesMain()
|
D | PathOpsOpCubicThreadedTest.cpp | 19 const SkPathFillType fts[] = { SkPathFillType::kWinding, SkPathFillType::kEvenOdd }; in testOpCubicsMain() local 26 for (auto e : fts) { in testOpCubicsMain() 27 for (auto f : fts) { in testOpCubicsMain()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | canned-2.txt | 3 ../minimal-examples/api-tests/api-test-fts/the-picture-of-dorian-gray.txt: (8904 lines) 32 hits 36 ../minimal-examples/api-tests/api-test-fts/les-mis-utf8.txt: (14399 lines) 3 hits
|
D | README.md | 1 # lws api test fts 24 $ ./lws-api-test-fts -c ./the-picture-of-dorian-gray.txt 32 $ ./lws-api-test-fts b
|
D | CMakeLists.txt | 1 project(lws-api-test-fts C) 8 set(SAMP lws-api-test-fts)
|
/third_party/lzma/CPP/Windows/ |
D | TimeUtils.h | 123 inline void PropVariant_SetFrom_FiTime(NWindows::NCOM::CPropVariant &prop, const CFiTime &fts) in PropVariant_SetFrom_FiTime() argument 126 PropVariant_SetFrom_NtfsTime(prop, fts); in PropVariant_SetFrom_FiTime() 130 FiTime_To_FILETIME_ns100(fts, ft, ns100); in PropVariant_SetFrom_FiTime()
|
/third_party/FreeBSD/include/ |
D | fts.h | 169 #define fts_get_clientptr(fts) ((fts)->fts_clientptr) argument
|
/third_party/libwebsockets/lib/misc/ |
D | CMakeLists.txt | 54 misc/fts/trie.c 55 misc/fts/trie-fd.c)
|
/third_party/libwebsockets/minimal-examples/api-tests/ |
D | README.md | 8 api-test-fts|LWS Full-text Search api
|
/third_party/libwebsockets/lib/misc/fts/ |
D | README.md | 5 ![lwsac flow](/doc-assets/lws-fts.svg) 22 …ic API|[include/libwebsockets/lws-fts.h](https://libwebsockets.org/git/libwebsockets/tree/include/… 23 …l-examples/api-tests/api-test-fts](https://libwebsockets.org/git/libwebsockets/tree/minimal-exampl…
|
/third_party/elfutils/tests/ |
D | lfs-symbols | 4 # fts* - linux-kernel-modules.c is careful with FTS_NOSTAT
|
/third_party/FreeBSD/ |
D | BUILD.gn | 24 sources = [ "lib/libc/gen/fts.c" ]
|
/third_party/elfutils/debuginfod/ |
D | debuginfod-client.c | 324 FTS *fts = fts_open(dirs, 0, NULL); in debuginfod_clean_cache() local 325 if (fts == NULL) in debuginfod_clean_cache() 336 while ((f = fts_read(fts)) != NULL) in debuginfod_clean_cache() 366 fts_close (fts); in debuginfod_clean_cache()
|
D | debuginfod.cxx | 3639 FTS *fts = fts_open ((char * const *)sps.data(), in scan_source_paths() local 3643 if (fts == NULL) in scan_source_paths() 3645 defer_dtor<FTS*,int> fts_cleanup (fts, fts_close); in scan_source_paths() 3652 while ((f = fts_read (fts)) != NULL) in scan_source_paths()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 3199 FTS *fts = NULL; in cpuset_fts_open() local 3214 fts = fts_open(path_argv, fts_flags, NULL); in cpuset_fts_open() 3215 if (fts == NULL) in cpuset_fts_open() 3224 while ((ftsent = fts_read(fts)) != NULL) { in cpuset_fts_open() 3269 (void)fts_close(fts); in cpuset_fts_open() 3276 if (fts) in cpuset_fts_open() 3277 (void)fts_close(fts); in cpuset_fts_open()
|
/third_party/libabigail/ |
D | configure.ac | 248 dnl Older glibc had a broken fts that didn't work with Large File Systems. 252 AC_CACHE_CHECK([whether including fts.h with _FILE_OFFSET_BITS set breaks], ac_cv_bad_fts, 255 #include <fts.h> 262 dnl On musl, we need to find fts-standalone 265 PKG_CHECK_MODULES([FTS], [fts-standalone])
|
/third_party/elfutils/ |
D | configure.ac | 226 dnl Older glibc had a broken fts that didn't work with Large File Systems. 230 AC_CACHE_CHECK([whether fts.h is bad when included (with LFS)], ac_cv_bad_fts, 231 [AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <fts.h>]])], 584 AC_SEARCH_LIBS([fts_close], [fts])
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 2432 for fts in [self.theclass.fromtimestamp, 2434 zero = fts(0) 2437 one = fts(1e-6) 2439 minus_one = fts(-1e-6) 2447 t = fts(-1e-8) 2449 t = fts(-9e-7) 2451 t = fts(-1e-7) 2453 t = fts(-1/2**7) 2457 t = fts(1e-7) 2459 t = fts(9e-7) [all …]
|
/third_party/libwebsockets/ |
D | libwebsockets.dox | 121 include/libwebsockets/lws-fts.h \
|
/third_party/ltp/ |
D | configure.ac | 84 AC_CHECK_HEADERS(fts.h, [have_fts=1])
|