Searched refs:errstrm (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dmain.cpp114 //fprintf(u->errstrm, "readInputFn(%d,%d) => %d\n",
164 fprintf(u->errstrm, usage_lines[i], progname);
166 fprintf(u->errstrm,
309 fprintf(u.errstrm, VERSION_STRING, nbasename(argv[0]), sccsver);
320 fprintf(u.errstrm, "Missing option string%s: %s\n", inenv, arg);
322 fprintf(u.errstrm, "Unrecognized argument%s: %s\n", inenv, arg);
346 fprintf(u.errstrm,
357 fprintf(u.errstrm,
365 if (u.errstrm == stdout) // do not mix output
424 fprintf(u.errstrm, "Erro
[all...]
H A Dunpack.cpp598 fprintf(errstrm, "Copy-mode.\n");
656 fprintf(errstrm, "Warning: Illegal archive options 0x%x\n",
852 fprintf(errstrm,
857 fprintf(errstrm,
861 fprintf(errstrm,
868 if (errstrm != null) {
869 if (errstrm == stdout || errstrm == stderr) {
870 fflush(errstrm);
872 fclose(errstrm);
[all...]
H A Dbands.cpp168 fprintf(u->errstrm, "band %s[%d]%s", b_name, length, (length==0?"\n":" {"));
172 fprintf(u->errstrm, "%s%d", eol, vs[0].getInt());
174 fprintf(u->errstrm, " }\n");
H A Dzip.cpp90 fprintf(u->errstrm, "Error: write on output file failed err=%d\n",errno);
255 fprintf(u->errstrm, "Error: Could not open jar file: %s\n",fname);
481 //fprintf(u->errstrm, "readInputFn(%d,%d) => %d (gunzip)\n",
H A Dunpack.h187 FILE* errstrm; member in struct:unpacker

Completed in 43 milliseconds