Lines Matching defs:suffix
423 const char *suffix)
429 len = strlen(template) + strlen(suffix) + 1;
439 suffix);
442 index, suffix);
451 const char *suffix ATTRIBUTE_UNUSED)
476 unsigned int index, const char *suffix)
479 unsigned int index, const char *suffix);
482 if (strlen(suffix) > 0) {
483 pos = template + strlen(template) - strlen(suffix);
484 // Separate filename and suffix.
485 if (!strcmp(pos, suffix))
490 if (strlen(suffix) > 0)
495 return generator(xfer, template, index, suffix);
501 const char *suffix;
524 suffix = container_suffix_from_format(xfer->cntr_format);
535 err = generate_path(xfer, template, i, suffix);
547 const char *suffix;
552 suffix = container_suffix_from_format(xfer->cntr_format);
565 err = generate_path(xfer, template, i, suffix);