Lines Matching defs:ret
340 int ret = conf->parse(file_path, app_path);
341 if (ret < 0) {
520 int ret = !strcmp(verinfo->v, strings + aux->vda_name);
522 if (!ret) {
527 return ret;
1337 int ret;
1343 ret = read(fd, buf, buflen);
1344 if (ret < 0) {
3609 int ret = 0;
3626 ret = ENOKEY;
3630 return ret;
4325 int ret = 0;
4337 ret = (callback)(&info, sizeof (info), data);
4339 if (ret != 0) break;
4345 return ret;
5116 int ret = snprintf(proc_self_fd, sizeof(proc_self_fd), "/proc/self/fd/%d", task->fd);
5117 if (ret < 0 || ret >= sizeof(proc_self_fd)) {