Lines Matching refs:cachefile
213 char* cachefile;
565 if (state.cache && (sp = sfopen(NiL, state.cachefile, "r")))
571 sfprintf(sfstderr, "filter using %s for frequencies\n", state.cachefile);
572 error_info.file = state.cachefile;
642 error_info.file = state.cachefile;
644 if (!(sp = sfopen(NiL, state.cachefile, "w")))
848 if (state.cache && (sp = sfopen(NiL, state.cachefile, "r")))
851 sfprintf(sfstderr, "reorder using %s for pair compress sizes\n", state.cachefile);
852 error_info.file = state.cachefile;
894 error_info.file = state.cachefile;
1708 if (!(state.cachefile = strdup(sfprints("%s-%s", error_info.id, s))))
1710 if (!stat(state.cachefile, &cs) && cs.st_mtime < is.st_mtime && remove(state.cachefile))
1711 error(ERROR_SYSTEM|3, "%s: cannot update intermediate data cache", state.cachefile);