quite
void quite(int, const char *, ...) __printflike(2, 3);
quite(errno, "fs_mapinodes: cannot allocate memory.");
quite(errno, "cannot allocate inode memory.");
quite(errno, "cannot rewrite %s", dumpdates);
quite(errno, "can't fseek %s", dumpdates);
quite(errno, "can't flush %s", dumpdates);
quite(errno, "can't ftruncate %s", dumpdates);
quite(errno, "can't write %s", dumpdates);
quite(errno, "cannot read %s even after creating it",
quite(errno, "can't stat %s", argv[i]);
quite(errno, "can't statvfs %s", argv[i]);
quite(errno, "can't resolve mount %s (%s)", dt->fs_spec,
quite(errno, "can't get disk raw name for %s", buf);
quite(errno, "can't get disk raw name for %s",
quite(errno, "Can't allocate %zu bytes", size * number);
quite(errno, "Can't allocate %zu bytes", size);
quite(errno, "Can't copy %s", str);
quite(errno, "Can't get mount list");
quite(errno, "fopen on %s fails", _PATH_TTY);
quite(errno, "error writing command pipe");
quite(errno, "too many workers, %d (recompile smaller)",
quite(errno, "worker couldn't reopen disk");
quite(errno, "error reading command pipe");