Lines Matching refs:report
701 mkdirpath(char *filename, void (*report)(const char *, ...)) {
713 (*report)("couldn't stat '%s': %s", filename,
717 if (mkdirpath(filename, report) == -1)
733 (*report)("couldn't mkdir '%s': %s", filename,
741 (*report)("couldn't chown '%s': %s", filename,
880 void (*report)(const char *, ...);
886 report = first_time ? ns_main_earlyfatal : ns_main_earlywarning;
896 (*report)("couldn't strdup() '%s': %s", filename, strbuf);
912 (*report)("fprintf() to pid file '%s' failed", filename);
918 (*report)("fflush() to pid file '%s' failed", filename);