Home | History | Annotate | Download | only in util

Lines Matching full:stderr

443 	fprintf(stderr, "\n usage: %s\n", *usagestr++);
445 fprintf(stderr, " or: %s\n", *usagestr++);
447 fprintf(stderr, "%s%s\n",
454 fputc('\n', stderr);
461 fputc('\n', stderr);
463 fprintf(stderr, "%s\n", opts->help);
469 pos = fprintf(stderr, " ");
471 pos += fprintf(stderr, "-%c", opts->short_name);
473 pos += fprintf(stderr, " ");
476 pos += fprintf(stderr, ", ");
478 pos += fprintf(stderr, "--%s", opts->long_name);
489 pos += fprintf(stderr, "[=<n>]");
491 pos += fprintf(stderr, "[<n>]");
493 pos += fprintf(stderr, " <n>");
503 pos += fprintf(stderr, "[=<%s>]", opts->argh);
505 pos += fprintf(stderr, "[<%s>]", opts->argh);
507 pos += fprintf(stderr, " <%s>", opts->argh);
511 pos += fprintf(stderr, "[=...]");
513 pos += fprintf(stderr, "[...]");
515 pos += fprintf(stderr, " ...");
532 fputc('\n', stderr);
535 fprintf(stderr, "%*s%s\n", pad + USAGE_GAP, "", opts->help);
537 fputc('\n', stderr);