Searched defs:STDERR (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DNoLaunchOptionTest.java44 public static final int STDERR = 2; field in class:NoLaunchOptionTest
56 * standard err in result[NoLaunchOptionTest.STDERR]
121 CR + result[STDERR]);
145 (results[STDERR].startsWith("ERROR:"))) {
H A DOptionTest.java45 public static final int STDERR = 2; field in class:OptionTest
57 * standard err in result[OptionTest.STDERR]
122 CR + result[STDERR]);
156 (results[STDERR].startsWith("ERROR:"))) {
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtest.c137 /* #define STDERR stderr */
138 #define STDERR stdout /* For DOS */ macro
555 fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
558 fprintf(STDERR, "%s: libpng warning: %s\n", test, message);
666 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
671 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
689 fprintf(STDERR, "Duplicate free of memory\n");
700 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr);
822 fprintf(STDERR, "Could not find input file %s\n", inname);
828 fprintf(STDERR, "Coul
[all...]

Completed in 33 milliseconds