Lines Matching defs:index
422 const char *template, unsigned int index,
433 xfer->paths[index] = malloc(len);
434 if (xfer->paths[index] == NULL)
438 snprintf(xfer->paths[index], len, single_format, template,
441 snprintf(xfer->paths[index], len, multiple_format, template,
442 index, suffix);
450 unsigned int index,
461 xfer->paths[index] = malloc(len);
462 if (xfer->paths[index] == NULL)
466 snprintf(xfer->paths[index], len, single_format, template);
468 snprintf(xfer->paths[index], len, multiple_format, template,
469 index);
476 unsigned int index, const char *suffix)
479 unsigned int index, const char *suffix);
495 return generator(xfer, template, index, suffix);