Searched refs:strbuf_addch (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/util/
H A Dquote.c27 strbuf_addch(dst, '\'');
34 strbuf_addch(dst, *src++);
35 strbuf_addch(dst, '\'');
38 strbuf_addch(dst, '\'');
49 strbuf_addch(dst, ' ');
H A Dstrbuf.h73 static inline void strbuf_addch(struct strbuf *sb, int c) { function
H A Dexec_cmd.c78 strbuf_addch(out, PATH_SEP);
/external/linux-tools-perf/
H A Dbuiltin-help.c330 strbuf_addch(&new_path, ':');

Completed in 131 milliseconds