Searched refs:FTW_CHDIR (Results 1 – 9 of 9) sorted by relevance
21 #define FTW_CHDIR 4 macro
58 int flag[TEST_FLAG_SIZE] = {FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH}; in nftw_0100()
20 C(FTW_CHDIR) in f()
278 ret_val = nftw(path, test_func5, MAX_FD, FTW_CHDIR); in test6A()
280 ret_val = nftw64(path, test_func5, MAX_FD, FTW_CHDIR); in test6A()