Searched refs:error_buf (Results 1 – 1 of 1) sorted by relevance
18 char *error_buf; variable 676 astrcatf(&error_buf, "unknown option `%s'", in parse_options_subcommand() 679 astrcatf(&error_buf, "unknown switch `%c'", *ctx.opt); in parse_options_subcommand() 892 if (error_buf) { in usage_with_options_internal() 893 fprintf(stderr, " Error: %s\n", error_buf); in usage_with_options_internal() 894 zfree(&error_buf); in usage_with_options_internal() 938 char *tmp = error_buf; in usage_with_options_msg() 941 if (vasprintf(&error_buf, fmt, ap) == -1) in usage_with_options_msg()