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

/freebsd-11-stable/lib/libc/stdlib/
H A Dgetopt_long.c189 * Returns -1 if short_too is set and the option does not match long_options.
193 const struct option *long_options, int *idx, int short_too, int flags)
248 if (short_too && current_argv_len == 1)
330 if (short_too) {
361 int optchar, short_too; local
478 short_too = 0;
488 short_too = 1; /* could be short option too */
491 idx, short_too, flags);
192 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too, int flags) argument
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c173 * Returns -1 if short_too is set and the option does not match long_options.
177 const struct option *long_options, int *idx, int short_too)
210 if (short_too && current_argv_len == 1)
271 if (short_too) {
298 int optchar, short_too; local
411 short_too = 0;
415 short_too = 1; /* could be short option too */
418 idx, short_too);
176 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too) argument
/freebsd-11-stable/contrib/tcpdump/missing/
H A Dgetopt_long.c186 * Returns -1 if short_too is set and the option does not match long_options.
190 const struct option *long_options, int *idx, int short_too, int flags)
245 if (short_too && current_argv_len == 1)
327 if (short_too) {
358 int optchar, short_too; local
478 short_too = 0;
488 short_too = 1; /* could be short option too */
491 idx, short_too, flags);
189 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too, int flags) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp110 * Returns -1 if short_too is set and the option does not match long_options.
114 int short_too) {
145 if (short_too && current_argv_len == 1)
201 if (short_too) {
227 int optchar, short_too; local
335 short_too = 0;
339 short_too = 1; /* could be short option too */
341 optchar = parse_long_options(nargv, options, long_options, idx, short_too);
112 parse_long_options(char *const *nargv, const char *options, const struct option *long_options, int *idx, int short_too) argument

Completed in 85 milliseconds