Home
last modified time | relevance | path

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

/scripts/dtc/
A Ddtc.c171 const char *outname = "-"; in main() local
195 outname = optarg; in main()
286 fprintf(depfile, "%s:", outname); in main()
292 outform = guess_type_by_name(outname, NULL); in main()
309 dti->outname = outname; in main()
342 if (streq(outname, "-")) { in main()
345 outf = fopen(outname, "wb"); in main()
348 outname, strerror(errno)); in main()
A Ddtc.h258 const char *outname; /* filename being written to, "-" for stdout */ member
A Dchecks.c86 strcmp(dti->outname, "-") ? dti->outname : "<stdout>", in check_msg()

Completed in 9 milliseconds