Home
last modified time | relevance | path

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

/system/core/logcat/
Dgetopt_long.cpp117 bool short_too, struct getopt_context* context) { in parse_long_options_r() argument
163 if (short_too && current_argv_len == 1) continue; in parse_long_options_r()
220 if (short_too) { in parse_long_options_r()
325 bool short_too = false; in getopt_long_r() local
331 short_too = true; // could be short option too in getopt_long_r()
335 short_too, context); in getopt_long_r()