Lines Matching defs:inform
167 const char *inform = NULL;
187 inform = optarg;
297 if (inform == NULL)
298 inform = guess_input_format(arg, "dts");
302 if (streq(inform, "dts"))
308 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
310 if (streq(inform, "dts"))
312 else if (streq(inform, "fs"))
314 else if(streq(inform, "dtb"))
317 die("Unknown input format \"%s\"\n", inform);
365 if (!streq(inform, "dts"))