Home
last modified time | relevance | path

Searched refs:astrcat (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A 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()
H A Dsubcmd-util.h66 static inline void astrcat(char **out, const char *add) in astrcat() function
H A 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()
H A Dhelp.c190 astrcat(&buf, de->d_name); in list_commands_in_dir()
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dexec-cmd.c137 astrcat(out, path); in add_path()
141 astrcat(out, make_nonrelative_path(buf, sizeof(buf), path)); in add_path()
144 astrcat(out, ":"); in add_path()
159 astrcat(&new_path, old_path); in setup_path()
161 astrcat(&new_path, "/usr/local/bin:/usr/bin:/bin"); in setup_path()
H A Dsubcmd-util.h65 static inline void astrcat(char **out, const char *add) in astrcat() function
H A 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()
H A Dhelp.c202 astrcat(&buf, de->d_name); in list_commands_in_dir()

Completed in 5 milliseconds