HomeSort by: relevance | last modified time | path
    Searched defs:usageto (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gmake/dist/
main.c 2385 FILE *usageto;
2390 usageto = bad ? stderr : stdout;
2392 fprintf (usageto, _("Usage: %s [options] [target] ...\n"), program);
2395 fputs (_(*cpp), usageto);
2398 fprintf (usageto, _("\nThis program built for %s\n"), make_host);
2400 fprintf (usageto, _("\nThis program built for %s (%s)\n"),
2403 fprintf (usageto, _("Report bugs to <bug-make@gnu.org>\n"));
2380 FILE *usageto; local

Completed in 16 milliseconds