Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dgetopt_long.c177 const struct option *long_options, int *idx, int short_too) in parse_long_options() argument
210 if (short_too && current_argv_len == 1) in parse_long_options()
271 if (short_too) { in parse_long_options()
298 int optchar, short_too; in getopt_internal() local
411 short_too = 0; in getopt_internal()
415 short_too = 1; /* could be short option too */ in getopt_internal()
418 idx, short_too); in getopt_internal()
/external/mesa3d/src/getopt/
Dgetopt_long.c160 const struct option *long_options, int *idx, int short_too) in parse_long_options() argument
193 if (short_too && current_argv_len == 1) in parse_long_options()
254 if (short_too) { in parse_long_options()
281 int optchar, short_too; in getopt_internal() local
394 short_too = 0; in getopt_internal()
398 short_too = 1; /* could be short option too */ in getopt_internal()
401 idx, short_too); in getopt_internal()
/external/llvm-project/lldb/source/Host/common/
DGetOptInc.cpp114 int short_too) { in parse_long_options() argument
145 if (short_too && current_argv_len == 1) in parse_long_options()
201 if (short_too) { in parse_long_options()
227 int optchar, short_too; in getopt_internal() local
335 short_too = 0; in getopt_internal()
339 short_too = 1; /* could be short option too */ in getopt_internal()
341 optchar = parse_long_options(nargv, options, long_options, idx, short_too); in getopt_internal()
/external/tcpdump/missing/
Dgetopt_long.c190 const struct option *long_options, int *idx, int short_too, int flags) in parse_long_options() argument
245 if (short_too && current_argv_len == 1) in parse_long_options()
327 if (short_too) { in parse_long_options()
358 int optchar, short_too; local
478 short_too = 0;
488 short_too = 1; /* could be short option too */
491 idx, short_too, flags);