Home
last modified time | relevance | path

Searched refs:execl_cmd (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/lib/subcmd/
Dexec-cmd.h12 extern int execl_cmd(const char *cmd, ...);
Dexec-cmd.c187 int execl_cmd(const char *cmd,...) in execl_cmd() function
/linux-5.19.10/tools/perf/
Dbuiltin-help.c410 execl_cmd("web--browse", "-c", "help.browser", path, NULL); in open_html()