Lines Matching refs:errorf
285 if (fp->disc->errorf) in findopen()
286 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: cannot locate codes", file ? file : findcodes[2]); in findopen()
299 if (fp->disc->errorf) in findopen()
300 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "cannot create tmp file"); in findopen()
320 if (fp->disc->errorf) in findopen()
321 …(*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot create tmp file in this directory", … in findopen()
328 if (fp->disc->errorf) in findopen()
329 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot open tmp file", fp->encode.temp); in findopen()
346 if (fp->disc->errorf) in findopen()
347 (*fp->disc->errorf)(fp, fp->disc, 2, "cannot allocate type table"); in findopen()
421 if (fp->disc->errorf) in findopen()
422 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: cannot locate codes", file ? file : findcodes[2]); in findopen()
427 if (fp->disc->errorf) in findopen()
428 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: cannot stat codes", path); in findopen()
577 if (fp->disc->errorf) in findopen()
578 …(*fp->disc->errorf)(fp, fp->disc, 2, "%s: %s code format does not support directory verification",… in findopen()
648 if (disc->errorf) in findopen()
651 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: %s", pattern, fp->decode.temp); in findopen()
672 if (disc->errorf) in findopen()
673 (*fp->disc->errorf)(fp, fp->disc, 2, "out of space"); in findopen()
683 if (fp->disc->errorf) in findopen()
684 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: invalid codes", path); in findopen()
931 if (fp->disc->errorf) in findread()
934 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: %s", fp->decode.pattern, fp->decode.temp); in findread()
1060 if (fp->disc->errorf) in finddone()
1061 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: write error [sfsync]", fp->encode.file); in finddone()
1066 if (fp->disc->errorf) in finddone()
1067 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: write error [sferror]", fp->encode.file); in finddone()
1074 if (fp->disc->errorf) in finddone()
1075 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: write error [sfclose]", fp->encode.file); in finddone()
1111 if (fp->disc->errorf) in findsync()
1112 …(*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot rename from tmp file %s", fp->encode… in findsync()
1157 if (fp->disc->errorf) in findsync()
1158 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "cannot rewind tmp file"); in findsync()
1214 if (fp->disc->errorf) in findsync()
1215 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot read tmp file", fp->encode.temp); in findsync()
1249 if (fp->disc->errorf) in findsync()
1250 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: cannot append codes", fp->encode.file); in findsync()
1262 if (fp->disc->errorf) in findsync()
1263 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: cannot write codes", fp->encode.file); in findsync()