Searched refs:vperror (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 444 static void vperror(int exit_status, char *fmt, ...); 1072 vperror(1, gettext("tar: out of memory, " in main() 1079 vperror(1, "%s", tname); in main() 1081 vperror(1, "%s", tname); in main() 1100 vperror(1, "%s", usefile); in main() 1162 vperror(1, "%s", usefile); in main() 1174 vperror(1, gettext("can't change " in main() 1319 vperror(1, gettext("tar: out of memory, " in dorep() 1353 vperror(0, gettext("A parent directory cannot be read")); in dorep() 1366 vperror(0, "%s", argv[-1]); in dorep() [all …]
|