Searched refs:single_format (Results 1 – 2 of 2) sorted by relevance
32 static const char *single_format; variable48 (!single_format || !strcmp(single_format, fmt->name)) in probe()105 if (!strcmp(argv[i], "-f") && i+1<argc && !single_format) { in main()106 single_format = argv[++i]; in main()
425 static const char *const single_format = "%s%s"; in generate_path_with_suffix() local438 snprintf(xfer->paths[index], len, single_format, template, in generate_path_with_suffix()452 static const char *const single_format = "%s"; in generate_path_without_suffix() local465 snprintf(xfer->paths[index], len, single_format, template); in generate_path_without_suffix()