Searched refs:outform (Results 1 – 1 of 1) sorted by relevance
168 const char *outform = NULL; in main() local190 outform = optarg; in main()297 if (outform == NULL) { in main()298 outform = guess_type_by_name(outname, NULL); in main()299 if (outform == NULL) { in main()301 outform = "dtb"; in main()303 outform = "dts"; in main()306 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()359 if (streq(outform, "dts")) { in main()362 } else if (streq(outform, "yaml")) { in main()[all …]