Lines Matching defs:ret
374 int ret = conf->parse(file_path, app_path);
375 if (ret < 0) {
554 int ret = !strcmp(verinfo->v, strings + aux->vda_name);
556 if (!ret) {
561 return ret;
1372 int ret;
1378 ret = read(fd, buf, buflen);
1379 if (ret < 0) {
1459 int ret;
1466 ret = ioctl(encaps_fd, LOAD_ENCAPS_CMD, &fd);
1468 if (ret != 0) {
3590 int ret = snprintf(asan_file, sizeof asan_file, "%.*s/asan%s", (int)(place - file), file, place);
3591 if (ret > 0 && access(asan_file, F_OK) == 0) {
3926 int ret = 0;
3943 ret = ENOKEY;
3947 return ret;
4668 int ret = 0;
4682 ret = (callback)(&info, sizeof (info), data);
4685 if (ret != 0) break;
4691 return ret;
5505 int ret = snprintf(proc_self_fd, sizeof(proc_self_fd), "/proc/self/fd/%d", task->fd);
5506 if (ret < 0 || ret >= sizeof(proc_self_fd)) {