Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc.c101 const char *outname = "-"; in main() local
123 outname = optarg; in main()
209 if (streq(outname, "-")) { in main()
212 outf = fopen(outname, "w"); in main()
215 outname, strerror(errno)); in main()