Lines Matching defs:res
34 int res;39 res = fstat(fi->fh, stbuf);41 res = lstat(path, stbuf);42 if (res == -1)50 int res;52 res = unlink(path);53 if (res == -1)61 int res;68 res = rename(from, to);69 if (res == -1)