Lines Matching defs:inform
165 const char *inform = NULL;
185 inform = optarg;
288 if (inform == NULL)
289 inform = guess_input_format(arg, "dts");
293 if (streq(inform, "dts"))
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
301 if (streq(inform, "dts"))
303 else if (streq(inform, "fs"))
305 else if(streq(inform, "dtb"))
308 die("Unknown input format \"%s\"\n", inform);
356 if (!streq(inform, "dts"))