Lines Matching refs:ret
48 bool ret = false;
52 return ret;
58 ret = fstat(fd1, &st1);
59 if (ret)
61 ret = fstat(fd2, &st2);
62 if (ret)
79 ret = true;
85 return ret;
1033 int ret;
1035 ret = snprintf(name, sizeof(name), "%s.cmd", autoconf_name);
1036 if (ret >= sizeof(name)) /* check truncation */
1042 ret = snprintf(tmp, sizeof(tmp), "%s.cmd.tmp", autoconf_name);
1043 if (ret >= sizeof(tmp)) /* check truncation */
1063 ret = ferror(out); /* error check for all fprintf() calls */
1065 if (ret)
1160 int ret, i;
1165 ret = snprintf(tmp, sizeof(tmp), "%s.tmp", filename);
1166 if (ret >= sizeof(tmp)) /* check truncation */
1183 ret = ferror(file);
1185 if (ret)
1200 int ret, i;
1205 ret = conf_write_autoconf_cmd(autoconf_name);
1206 if (ret)
1215 ret = __conf_write_autoconf(conf_get_autoheader_name(),
1218 if (ret)
1219 return ret;
1221 ret = __conf_write_autoconf(conf_get_rustccfg_name(),
1224 if (ret)
1225 return ret;
1232 ret = __conf_write_autoconf(conf_get_autoconfig_name(),
1235 if (ret)
1236 return ret;