Home
last modified time | relevance | path

Searched refs:next_fd (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/nftw/
Dtest_func.c34 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()
Dtest_func64.c34 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()
Dtest.c35 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()
Dtest64.c35 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()
Dnftw64.c64 int next_fd[4]; variable
Dnftw.c64 int next_fd[4]; variable