Lines Matching refs:fprintf
37 fprintf(stderr, "usage:\n"); in usage()
38 fprintf(stderr, "%s [-h] [-o <output file] section:file ...\n\n", binary); in usage()
40 fprintf(stderr, "Supported section types:\n"); in usage()
43 fprintf(stderr, "\t%s\n", types[n].cmd); in usage()
47 fprintf(stderr, "\nSupported string types:\n"); in usage()
50 fprintf(stderr, "\t%s\n", types[n].cmd); in usage()
74 fprintf(stderr, "unknown command '%s'\n", cmd); in process()
101 fprintf(stderr, "error: invalid argument '%s'\n", cmd); in main()
115 fprintf(stderr, "no sections to process\n"); in main()
122 fprintf(stderr, "error: cannot open '%s' for writing\n", outname); in main()
126 fprintf(stderr, "error: failed to write '%s'\n", outname); in main()