Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/
H A Dgetopt.c120 const struct option *long_options, int *idx, int short_too) in parse_long_options() argument
155 if (short_too && current_argv_len == 1) in parse_long_options()
216 if (short_too) { in parse_long_options()
243 int optchar, short_too; in getopt_internal() local
358 short_too = 0; in getopt_internal()
362 short_too = 1; /* could be short option too */ in getopt_internal()
365 idx, short_too); in getopt_internal()