Searched refs:astrcatf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/lib/subcmd/ |
H A D | subcmd-util.h | 57 #define astrcatf(out, fmt, ...) \ macro
|
H A D | exec-cmd.c | 84 astrcatf(&buf, "%s/%s", subcmd_config.prefix, path); in system_path()
|
H A 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()
|
H A D | help.c | 194 astrcatf(&buf, "%s/", path); in list_commands_in_dir()
|