Lines Matching defs:ret
153 int ret = -1;
219 ret = handle_file(argv[optind], start, end, draw);
220 if (ret) {
227 if (ret)
241 return ret;
260 int sz, ret = 0;
291 ret = io_readn(io, arr, 8);
292 if (ret <= 0)
296 ret = io_readn(io, arr, 8);
297 if (ret <= 0)
305 ret = -1;
315 ret = io_readn(io, buf, sz);
316 if (ret < 0)
404 if (ret < 0) {