Home | History | Annotate | Download | only in qt

Lines Matching refs:stderr

64         fprintf(stderr, "%s\n", message);
70 // We only support -v or --pixel-tests or --stdout or --stderr or -, all the others will be
75 || str == QString("--stdout") || str == QString("--stderr")
92 fprintf(stderr, "Usage: DumpRenderTree [-v|--pixel-tests] [--stdout output_filename] [-stderr error_filename] filename [filename2..n]\n");
93 fprintf(stderr, "Or folder containing test files: DumpRenderTree [-v|--pixel-tests] dirpath\n");
94 fflush(stderr);
126 fprintf(stderr, "%s\n", strsignal(sig));
127 fprintf(stderr, "%s\n", get_backtrace().toLatin1().constData());
200 fprintf(stderr, "STDOUT redirection failed.");
204 index = args.indexOf(QLatin1String("--stderr"));
208 if (!freopen(qPrintable(fileName), "w", stderr)) {
209 fprintf(stderr, "STDERR redirection failed.");