Home
last modified time | relevance | path

Searched refs:strbuf_addstr (Results 1 – 6 of 6) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dexec_cmd.c74 strbuf_addstr(out, path); in add_path()
76 strbuf_addstr(out, make_nonrelative_path(path)); in add_path()
91 strbuf_addstr(&new_path, old_path); in setup_path()
93 strbuf_addstr(&new_path, "/usr/local/bin:/usr/bin:/bin"); in setup_path()
Dquote.c33 strbuf_addstr(dst, "'\\"); in sq_quote_buf()
Dstrbuf.h82 static inline void strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr() function
Dhelp.c143 strbuf_addstr(&buf, de->d_name); in list_commands_in_dir()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-help.c319 strbuf_addstr(&new_path, system_path(PERF_MAN_PATH)); in setup_man_path()
322 strbuf_addstr(&new_path, old_path); in setup_man_path()
Dperf.c247 strbuf_addstr(&buf, alias_string); in handle_alias()