Lines Matching refs:ret
21 int ret = -1;75 ret = 0;95 ret = -1;99 ret = -1;101 return ret < 0 ? -1 : 1;106 int ret;113 ret = file_copy_to_tmp(srcpath, tmppath, try_hardlink);114 if (ret > 0) {118 ret = -1;121 if (ret < 0)124 return ret;