Home
last modified time | relevance | path

Searched refs:OPTION_STRING (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.h21 OPTION_STRING, enumerator
136 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), …
138 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
142 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
146 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name…
H A Dparse-options.c115 case OPTION_STRING: in get_value()
166 case OPTION_STRING: in get_value()
211 case OPTION_STRING: in get_value()
743 case OPTION_STRING: in print_option_help()
/openbmc/ipmitool/lib/
H A Dipmi_main.c78 # define OPTION_STRING "I:hVvcgsEKYao:H:d:P:f:U:p:C:L:A:t:T:m:z:S:l:b:B:e:k:y:O:R:N:D:" macro
80 # define OPTION_STRING "I:hVvcH:f:U:p:d:S:D:" macro
412 while ((argflag = getopt(argc, (char **)argv, OPTION_STRING)) != -1) in ipmi_main()