Searched refs:sq_quote_argv (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dquote.c42 void sq_quote_argv(struct strbuf *dst, const char** argv, size_t maxlen) sq_quote_argv() function
H A Dquote.h27 extern void sq_quote_argv(struct strbuf *, const char **argv, size_t maxlen);
/linux-4.4.14/tools/perf/
H A Dperf.c310 sq_quote_argv(&buf, (*argv) + 1, PATH_MAX); handle_alias()

Completed in 143 milliseconds