Lines Matching full:stderr
31 fprintf(stderr, "Usage: %s [options] <base name>\n", filename);
32 fprintf(stderr, "\t-h: This message\n");
33 fprintf(stderr, "\t-E <dir>: generate encoder into dir\n");
34 fprintf(stderr, "\t-D <dir>: generate decoder into dir\n");
35 fprintf(stderr, "\t-i: input dir, local directory by default\n");
36 fprintf(stderr, "\t-T : generate attribute template into the input directory\n\t\tno other files are generated\n");
37 fprintf(stderr, "\t-W : generate wrapper into dir\n");
71 fprintf(stderr, "Missing argument !!\n");
80 fprintf(stderr, "Usage: %s [options] <base name> \n", argv[0]);
88 fprintf(stderr, "No output specified - aborting\n");
99 fprintf(stderr, "missing or error reading types file: %s...ignored\n", typesFilename.c_str());
117 fprintf(stderr, "failed to parse attributes\n");