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

  /src/external/gpl2/groff/dist/src/utils/tfmtodit/
tfmtodit.cpp 749 const char *font_file = argv[optind + 2]; local
757 if (!freopen(font_file, "w", stdout)) {
758 error("can't open `%1' for writing: %2", font_file, strerror(errno));
761 printf("name %s\n", font_file);

Completed in 14 milliseconds