Lines Matching refs:print_format
135 static char *print_format;
3968 { "print_format", OPT_STRING | HAS_ARG, { &print_format },
3970 { "of", OPT_STRING | HAS_ARG, { &print_format }, "alias for -print_format", "format" },
4089 if (!print_format)
4090 print_format = av_strdup("default");
4091 if (!print_format) {
4095 w_name = av_strtok(print_format, "=", &buf);
4164 av_freep(&print_format);