Home
last modified time | relevance | path

Searched refs:best_option (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dinit.c1917 int best_option, best_distance; in show_closest_option() local
1923 best_option = -1; in show_closest_option()
1930 best_option = i; in show_closest_option()
1935 if (best_option != -1) in show_closest_option()
1936 log_err("Did you mean %s?\n", l_opts[best_option].name); in show_closest_option()
Doptions.c3914 int best_option, best_distance; in show_closest_option() local
3927 best_option = -1; in show_closest_option()
3934 best_option = i; in show_closest_option()
3939 if (best_option != -1) in show_closest_option()
3940 log_err("Did you mean %s?\n", fio_options[best_option].name); in show_closest_option()