Lines Matching refs:res
50 size_t res;
68 res = iconv(fromfs ? ic->fromfs : ic->tofs, (char **) &path,
70 if (res == (size_t) -1) {
90 } while (res == (size_t) -1);
167 int res = 0;
169 res = dh->prev_filler(dh->prev_buf, newname, stbuf, off, flags);
172 return res;
563 int res = iconv_convpath(ic, path, &newpath, 0);
564 if (!res) {
565 res = fuse_fs_lseek(ic->next, newpath, off, whence, fi);
568 return res;