Home
last modified time | relevance | path

Searched refs:tempPathLength (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/nftw/
Dlib.c180 int pathLength, tempPathLength; in test_ENAMETOOLONG_path() local
202 tempPathLength = pathLength + 1; in test_ENAMETOOLONG_path()
205 pcPathMax = pcPathMax - tempPathLength - 5; in test_ENAMETOOLONG_path()
210 pathLength += tempPathLength; in test_ENAMETOOLONG_path()
214 pcPathMax = pcPathMax + tempPathLength + 5; in test_ENAMETOOLONG_path()
Dlib64.c180 int pathLength, tempPathLength; in test_ENAMETOOLONG_path() local
202 tempPathLength = pathLength + 1; in test_ENAMETOOLONG_path()
205 pcPathMax = pcPathMax - tempPathLength - 5; in test_ENAMETOOLONG_path()
210 pathLength += tempPathLength; in test_ENAMETOOLONG_path()
214 pcPathMax = pcPathMax + tempPathLength + 5; in test_ENAMETOOLONG_path()