Home
last modified time | relevance | path

Searched refs:argh (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/lib/subcmd/
Dparse-options.h106 const char *argh; member
140 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h) }
143 .value = check_vtype(v, const char **), .argh =(a), .help = (h), \
147 .value = check_vtype(v, const char **), .argh = (a), .help = (h), \
150 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h),…
152 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel…
154 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
156 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
158 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
160 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
[all …]
Dparse-options.c744 if (opts->argh) { in print_option_help()
747 pos += fprintf(stderr, "[=<%s>]", opts->argh); in print_option_help()
749 pos += fprintf(stderr, "[<%s>]", opts->argh); in print_option_help()
751 pos += fprintf(stderr, " <%s>", opts->argh); in print_option_help()