Searched refs:astrcatf (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/lib/subcmd/ |
D | subcmd-util.h | 58 #define astrcatf(out, fmt, ...) \ macro
|
D | exec-cmd.c | 82 astrcatf(&buf, "%s/%s", subcmd_config.prefix, path); in system_path()
|
D | parse-options.c | 641 astrcatf(&buf, "%s %s [<options>] {", subcmd_config.exec_name, argv[0]); in parse_options_subcommand() 676 astrcatf(&error_buf, "unknown option `%s'", in parse_options_subcommand() 679 astrcatf(&error_buf, "unknown switch `%c'", *ctx.opt); in parse_options_subcommand()
|
D | help.c | 172 astrcatf(&buf, "%s/", path); in list_commands_in_dir()
|