Searched refs:dir_pointer (Results 1 – 2 of 2) sorted by relevance
47 struct dirent *dir_pointer; variable76 && (strcmp(dir_pointer->d_name, "cpu.shares") == 0)) { in scan_shares_files()99 while ((dir_pointer = readdir(dp)) != NULL) { /* Error in reading directory */ in scan_shares_files()100 if ((strcmp(dir_pointer->d_name, ".") == 0) in scan_shares_files()101 || (strcmp(dir_pointer->d_name, "..") == 0)) in scan_shares_files()105 strcpy(path_pointer, dir_pointer->d_name); /* append name to fullpath */ in scan_shares_files()
54 extern struct dirent *dir_pointer;