Searched defs:cachefile (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/pzip/ |
H A D | pin.c | 213 char* cachefile; member in struct:__anon193 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; [all...] |
Completed in 10 milliseconds