Searched refs:astrcat (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/tools/lib/subcmd/ |
D | exec-cmd.c | 132 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()
|
D | subcmd-util.h | 66 static inline void astrcat(char **out, const char *add) in astrcat() function
|
D | parse-options.c | 645 astrcat(&buf, "|"); in parse_options_subcommand() 646 astrcat(&buf, subcommands[i]); in parse_options_subcommand() 648 astrcat(&buf, "}"); in parse_options_subcommand()
|
D | help.c | 180 astrcat(&buf, de->d_name); in list_commands_in_dir()
|