Searched refs:argh (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 102 const char *argh; member 136 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h) } 139 .value = check_vtype(v, const char **), .argh =(a), .help = (h), \ 143 .value = check_vtype(v, const char **), .argh = (a), .help = (h), \ 146 …rt_name = (s), .long_name = (l), .value = check_vtype(v, const char **), .argh = (a), .help = (h),… 148 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel… 150 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 152 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =… 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 =… [all …]
|
H A D | parse-options.c | 744 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()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-watchdog_6.0.0.bb | 2 DEPENDS = "python3-argh" 12 python3-argh \
|
H A D | python3-argh_0.31.3.bb | 3 'argh!' while struggling with the API of argparse? Don't like the complexity \
|
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | regs-mmc.h | 28 uint32_t argh; member
|
/openbmc/u-boot/drivers/mmc/ |
H A D | pxa_mmc_gen.c | 126 writel(cmd->cmdarg >> 16, ®s->argh); in pxa_mmc_start_cmd()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/ |
H A D | packagegroup-meta-python.bb | 33 python3-argh \
|