Home
last modified time | relevance | path

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

/external/fio/oslib/
Dgetopt_long.c28 static inline const char *option_matches(const char *arg_str, in option_matches() function
87 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()
/external/syslinux/com32/lib/
Dgetopt_long.c24 static inline const char *option_matches(const char *arg_str, in option_matches() function
81 if ((opt_end = option_matches(carg+2, lo->name))) in getopt_long()
/external/syslinux/libinstaller/getopt/
Dgetopt_long.c24 static inline const char *option_matches(const char *arg_str, in option_matches() function
81 if ((opt_end = option_matches(carg+2, lo->name))) in getopt_long()