Lines Matching refs:found
70 int found = 0; local
79 while ((!found) && (srch_dirs[dirno] != NULL)) {
83 found = srch_dir(device, srch_dirs[dirno],
93 if (!found)
94 found = srch_dir(device, dev_dir, 0, srch_dirs);
99 if (found) {
129 int found = 0; local
156 while ((!found) && ((d = readdir(fdev)) != NULL))
172 found = 1;
179 found = srch_dir(device, file_name, depth+1, skip_dirs);
182 return(found);