HomeSort by: relevance | last modified time | path
    Searched refs:quite (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/dump/
itime.c 90 quite(errno, "cannot read %s even after creating it",
178 quite(errno, "cannot rewrite %s", dumpdates);
187 quite(errno, "can't fseek %s", dumpdates);
214 quite(errno, "can't flush %s", dumpdates);
216 quite(errno, "can't ftruncate %s", dumpdates);
230 quite(errno, "can't write %s", dumpdates);
main.c 334 quite(errno, "can't stat %s", argv[i]);
348 quite(errno, "can't statvfs %s", argv[i]);
452 quite(errno, "can't resolve mount %s (%s)", dt->fs_spec,
455 quite(errno, "can't get disk raw name for %s", buf);
462 quite(errno, "can't get disk raw name for %s",
855 quite(errno, "Can't allocate %zu bytes", size * number);
866 quite(errno, "Can't allocate %zu bytes", size);
877 quite(errno, "Can't copy %s", str);
optr.c 97 quite(errno, "fopen on %s fails", _PATH_TTY);
298 quite(int e, const char *fmt, ...) function
455 quite(errno, "Can't get mount list");
ffs_inode.c 178 quite(errno, "fs_mapinodes: cannot allocate memory.");
235 quite(errno, "cannot allocate inode memory.");
tape.c 287 quite(errno, "error writing command pipe");
772 quite(errno, "too many workers, %d (recompile smaller)",
826 quite(errno, "worker couldn't reopen disk");
929 quite(errno, "error reading command pipe");
dump.h 193 void quite(int, const char *, ...) __printflike(2, 3);
  /src/usr.bin/make/unit-tests/
cond-short.mk 206 # error. Since numeric conditions are quite rare, this subtle difference

Completed in 19 milliseconds