Lines Matching defs:inform
163 const char *inform = NULL;
183 inform = optarg;
286 if (inform == NULL)
287 inform = guess_input_format(arg, "dts");
291 if (streq(inform, "dts"))
297 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
299 if (streq(inform, "dts"))
301 else if (streq(inform, "fs"))
303 else if(streq(inform, "dtb"))
306 die("Unknown input format \"%s\"\n", inform);
354 if (!streq(inform, "dts"))