Searched refs:option_matches (Results 1 – 3 of 3) sorted by relevance
28 static inline const char *option_matches(const char *arg_str, in option_matches() function87 opt_end = option_matches(carg+2, lo->name, 0); in getopt_long_only()103 ret = option_matches(carg+2, lo->name, 1); in getopt_long_only()
24 static inline const char *option_matches(const char *arg_str, in option_matches() function81 if ((opt_end = option_matches(carg+2, lo->name))) in getopt_long()