H A D | xfer-options.c | 422 const char *template, unsigned int index, in generate_path_with_suffix() 429 len = strlen(template) + strlen(suffix) + 1; in generate_path_with_suffix() 438 snprintf(xfer->paths[index], len, single_format, template, in generate_path_with_suffix() 441 snprintf(xfer->paths[index], len, multiple_format, template, in generate_path_with_suffix() 449 const char *template, in generate_path_without_suffix() 457 len = strlen(template) + 1; in generate_path_without_suffix() 466 snprintf(xfer->paths[index], len, single_format, template); in generate_path_without_suffix() 468 snprintf(xfer->paths[index], len, multiple_format, template, in generate_path_without_suffix() 475 static int generate_path(struct xfer_context *xfer, char *template, in generate_path() argument 478 int (*generator)(struct xfer_context *xfer, const char *template, in generate_path() 421 generate_path_with_suffix(struct xfer_context *xfer, const char *template, unsigned int index, const char *suffix) generate_path_with_suffix() argument 448 generate_path_without_suffix(struct xfer_context *xfer, const char *template, unsigned int index, const char *suffix ATTRIBUTE_UNUSED) generate_path_without_suffix() argument 500 char *template; create_paths() local 548 char *template; fixup_paths() local [all...] |