Lines Matching defs:res
372 bool res;
374 res = _find.FindNext(si);
376 res = _find.FindFirst(_filePath, si);
377 if (res)
659 bool res = finder.FindFirst(path, *this);
661 || !res
663 return res;
931 int res;
936 res = lstat(path, st);
942 res = stat(path, st);
945 printf("\nres = %d\n", res);
957 return res;
1311 int res = fstatat(dirfd(_dir), de.Name, &st, followLink ? 0 : AT_SYMLINK_NOFOLLOW);
1316 int res = MY__lstat(path, &st, followLink);
1319 if (res != 0)