Searched refs:vperror (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/tar/ |
H A D | tar.c | 451 static void vperror(int exit_status, char *fmt, ...); 1073 vperror(1, gettext("tar: out of memory, " in main() 1080 vperror(1, "%s", tname); in main() 1082 vperror(1, "%s", tname); in main() 1101 vperror(1, "%s", usefile); in main() 1163 vperror(1, "%s", usefile); in main() 1175 vperror(1, gettext("can't change " in main() 1277 vperror(1, gettext("tar: out of memory, " in dorep() 1311 vperror(0, gettext("A parent directory cannot be read")); in dorep() 1324 vperror(0, "%s", argv[-1]); in dorep() [all …]
|