Searched refs:next_fd (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | test_func.c | 34 extern int npathdats, ngoods, nbads, nmnem, visit, next_fd[4]; 570 if ((fd != next_fd[0]) && (fd != next_fd[1])) { in test_func21() 573 next_fd[0], next_fd[1]); in test_func21() 600 if (fd == next_fd[i]) in test_func22() 606 next_fd[0], next_fd[1], next_fd[2], next_fd[3]); in test_func22()
|
D | test_func64.c | 34 extern int npathdats, ngoods, nbads, nmnem, visit, next_fd[4]; 583 if ((fd != next_fd[0]) && (fd != next_fd[1])) { in test_func21() 586 next_fd[0], next_fd[1]); in test_func21() 613 if (fd == next_fd[i]) in test_func22() 619 next_fd[0], next_fd[1], next_fd[2], next_fd[3]); in test_func22()
|
D | test.c | 35 extern int npathdats, ngoods, nbads, nmnem, visit, s2, next_fd[4]; 850 if ((next_fd[0] = open(path, O_RDONLY)) == -1) { in test21A() 857 if ((next_fd[1] = open(path, O_RDONLY)) == -1) { in test21A() 863 if (close(next_fd[0]) == -1) { in test21A() 869 if (close(next_fd[1]) == -1) { in test21A() 902 if ((next_fd[i] = open(path, O_RDONLY)) == -1) { in test22A() 910 if (close(next_fd[i]) == -1) { in test22A()
|
D | test64.c | 35 extern int npathdats, ngoods, nbads, nmnem, visit, s2, next_fd[4]; 867 if ((next_fd[0] = open(path, O_RDONLY)) == -1) { in test21A() 874 if ((next_fd[1] = open(path, O_RDONLY)) == -1) { in test21A() 880 if (close(next_fd[0]) == -1) { in test21A() 886 if (close(next_fd[1]) == -1) { in test21A() 919 if ((next_fd[i] = open(path, O_RDONLY)) == -1) { in test22A() 927 if (close(next_fd[i]) == -1) { in test22A()
|
D | nftw64.c | 64 int next_fd[4]; variable
|
D | nftw.c | 64 int next_fd[4]; variable
|