Lines Matching refs:direntry
1302 struct dirent *direntry;
1317 direntry = readdir(idsdir);
1319 while (direntry) {
1320 if (direntry->d_name[0] == '.') {
1321 direntry = readdir(idsdir);
1324 len = strlen(direntry->d_name);
1326 if (strncmp(&(direntry->d_name[len - 4]), ".ids", 4) == 0) {
1329 PCI_TXT_IDS_PATH, direntry->d_name);
1365 strlen(direntry->d_name) - 3);
1374 for (j = 0; j < (strlen(direntry->d_name) - 3); j++) {
1375 if (direntry->d_name[j] == '.') {
1380 tmpMatch[j] = direntry->d_name[j];
1385 tmpMatch, direntry->d_name);
1395 direntry = readdir(idsdir);