strbuf_expand     267 builtin/cat-file.c 	strbuf_expand(&buf, opt->format, expand_format, data);
strbuf_expand     369 builtin/cat-file.c 	strbuf_expand(&buf, opt->format, expand_format, &data);
strbuf_expand     343 convert.c      	strbuf_expand(&cmd, params->cmd, strbuf_expand_dict_cb, &dict);
strbuf_expand     209 daemon.c       		strbuf_expand(&expanded_path, interpolated_path,
strbuf_expand     198 ll-merge.c     	strbuf_expand(&cmd, fn->cmdline, strbuf_expand_dict_cb, &dict);
strbuf_expand    1463 pretty.c       	strbuf_expand(&dummy, fmt, userformat_want_item, w);
strbuf_expand    1487 pretty.c       	strbuf_expand(sb, format, format_commit_item, &context);
strbuf_expand     303 strbuf.h       extern void strbuf_expand(struct strbuf *sb, const char *format, expand_fn_t fn, void *context);