Searched refs:dir_pointer (Results 1 – 2 of 2) sorted by relevance
65 && (strcmp(dir_pointer->d_name, "cpu.shares") == 0)) { in scan_shares_files()88 while ((dir_pointer = readdir(dp)) != NULL) { /* Error in reading directory */ in scan_shares_files()89 if ((strcmp(dir_pointer->d_name, ".") == 0) in scan_shares_files()90 || (strcmp(dir_pointer->d_name, "..") == 0)) in scan_shares_files()94 strcpy(path_pointer, dir_pointer->d_name); /* append name to fullpath */ in scan_shares_files()
66 struct dirent *dir_pointer; variable