Searched refs:shortopt (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.c | 1005 find_option(struct option *opts, int shortopt, const char *longopt) in find_option() argument 1008 if ((shortopt && opts->short_name == shortopt) || in find_option() 1016 void set_option_flag(struct option *opts, int shortopt, const char *longopt, in set_option_flag() argument 1019 struct option *opt = find_option(opts, shortopt, longopt); in set_option_flag() 1026 void set_option_nobuild(struct option *opts, int shortopt, in set_option_nobuild() argument 1031 struct option *opt = find_option(opts, shortopt, longopt); in set_option_nobuild()
|
H A D | parse-options.h | 240 void set_option_nobuild(struct option *opts, int shortopt, const char *longopt,
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 25551 +# func_split_short_opt shortopt
|