Searched refs:strbuf_detach (Results 1 – 4 of 4) sorted by relevance
25 to_free = strbuf_detach(dst, NULL); in sq_quote_buf()
55 extern char *strbuf_detach(struct strbuf *, size_t *);
21 path = strbuf_detach(&d, NULL); in system_path()
36 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() function