Lines Matching defs:res
184 char *res = buf + buflen;
187 prepend(&res, &buflen, "\0", 1);
188 error = prepend_path(path, root, &res, &buflen);
194 return res;
201 char *res = buf + buflen;
204 prepend(&res, &buflen, "\0", 1);
205 error = prepend_path(path, &root, &res, &buflen);
211 return res;
264 char *res = buf + buflen;
285 error = path_with_deleted(path, &root, &res, &buflen);
289 res = ERR_PTR(error);
290 return res;