Lines Matching defs:catfile
219 char* catfile;
257 if (error_info.errors || !(catfile = *argv++))
261 * set and list only need catfile
266 sfprintf(sfstdout, "%d\n", mcindex(catfile, NiL, NiL, NiL));
271 if (!(sp = sfopen(NiL, catfile, "r")))
272 error(ERROR_SYSTEM|3, "%s: cannot read catalog", catfile);
274 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile);
361 sp = sfopen(NiL, catfile, "r");
363 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile);
512 error(ERROR_SYSTEM|3, "%s: cannot write catalog file", catfile);
518 remove(catfile);
519 if (rename(s, catfile))
520 error(ERROR_SYSTEM|3, "%s: cannot rename from temporary catalog file %s", catfile, s);