Searched refs:fts (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 344 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_report_offline() local 347 if (fts == NULL) in dwfl_linux_kernel_report_offline() 354 while ((f = fts_read (fts)) != NULL) in dwfl_linux_kernel_report_offline() 361 fts_set (fts, f, FTS_SKIP); in dwfl_linux_kernel_report_offline() 434 fts_close (fts); in dwfl_linux_kernel_report_offline() 584 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL); in check_module_notes() local 585 if (fts == NULL) in check_module_notes() 593 while ((f = fts_read (fts)) != NULL) in check_module_notes() 622 fts_close (fts); in check_module_notes() 721 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_find_elf() local [all …]
|
D | ChangeLog | 126 fopen64 when needed, since the early fts.h include breaks that. 1864 * linux-kernel-modules.c: Include <fts.h> before <config.h>.
|
/external/libselinux/src/ |
D | android.c | 1294 FTS *fts; in selinux_android_restorecon_common() local 1381 fts = fts_open(paths, ftsflags, NULL); in selinux_android_restorecon_common() 1382 if (!fts) { in selinux_android_restorecon_common() 1388 while ((ftsent = fts_read(fts)) != NULL) { in selinux_android_restorecon_common() 1401 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common() 1406 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common() 1411 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common() 1415 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common() 1423 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common() 1434 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common() [all …]
|
/external/elfutils/tests/ |
D | lfs-symbols | 4 # fts* - linux-kernel-modules.c is careful with FTS_NOSTAT
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 486 * setfiles converted to fts from Thomas Liu.
|
/external/curl/ |
D | CHANGES.0 | 16775 libcurl-request@listserv.fts.frontec.se. Curl bug reports, the usual curl 16778 www.fts.frontec.se/~dast/libcurl/.
|