Home
last modified time | relevance | path

Searched refs:astrcat (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/lib/subcmd/
Dexec-cmd.c132 astrcat(out, path); in add_path()
134 astrcat(out, make_nonrelative_path(path)); in add_path()
136 astrcat(out, ":"); in add_path()
151 astrcat(&new_path, old_path); in setup_path()
153 astrcat(&new_path, "/usr/local/bin:/usr/bin:/bin"); in setup_path()
Dsubcmd-util.h66 static inline void astrcat(char **out, const char *add) in astrcat() function
Dparse-options.c645 astrcat(&buf, "|"); in parse_options_subcommand()
646 astrcat(&buf, subcommands[i]); in parse_options_subcommand()
648 astrcat(&buf, "}"); in parse_options_subcommand()
Dhelp.c180 astrcat(&buf, de->d_name); in list_commands_in_dir()