Home | History | Annotate | Download | only in tests

Lines Matching refs:ftw

17 #include <ftw.h>
63 void sanity_check_nftw(const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) {
78 int check_nftw(const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) {
83 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, struct FTW* ftwbuf) {
88 TEST(ftw, ftw) {
91 ASSERT_EQ(0, ftw(root.dirname, check_ftw, 128));
94 TEST(ftw, ftw64) {
100 TEST(ftw, nftw) {
106 TEST(ftw, nftw64) {