Lines Matching refs:readdir
34 * @tc.desc : set the position of the next readdir() call in the directory stream
47 while ((result = readdir(dir)) != NULL) {
56 result = readdir(dir);
58 t_error("%s failed: readdir\n", __func__);
70 result = readdir(dir);
72 t_error("%s failed: readdir\n", __func__);
84 * @tc.desc : set the position of the next readdir() call in the directory stream to zero
94 struct dirent *result = readdir(dir);
96 t_error("%s failed: readdir\n", __func__);
108 result = readdir(dir);
110 t_error("%s failed: readdir\n", __func__);
122 * @tc.desc : set the position of the next readdir() call in the directory stream with NULL