Home
last modified time | relevance | path

Searched refs:outputname (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpnmtologo.c27 static const char *outputname; variable
224 if (outputname) { in write_header()
225 out = fopen(outputname, "w"); in write_header()
227 die("Cannot create file %s: %s\n", outputname, strerror(errno)); in write_header()
259 if (outputname) in write_footer()
462 outputname = optarg; in main()