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

/freebsd-current/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
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c164 * Returns -1 if short_too is set and the option does not match long_options.
168 const struct option *long_options, int *idx, int short_too)
201 if (short_too && current_argv_len == 1)
262 if (short_too) {
289 int optchar, short_too; local
402 short_too = 0;
406 short_too = 1; /* could be short option too */
409 idx, short_too);
167 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too) argument
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c187 * Returns -1 if short_too is set and the option does not match long_options.
191 const struct option *long_options, int *idx, int short_too)
224 if (short_too && current_argv_len == 1)
285 if (short_too) {
312 int optchar, short_too; local
425 short_too = 0;
429 short_too = 1; /* could be short option too */
432 idx, short_too);
190 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too) argument
/freebsd-current/contrib/tcpdump/missing/
H A Dgetopt_long.c206 * Returns -1 if short_too is set and the option does not match long_options.
210 const struct option *long_options, int *idx, int short_too, int flags)
265 if (short_too && current_argv_len == 1)
349 if (short_too) {
380 int optchar, short_too; local
500 short_too = 0;
510 short_too = 1; /* could be short option too */
513 idx, short_too, flags);
209 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too, int flags) argument
/freebsd-current/lib/libc/stdlib/
H A Dgetopt_long.c181 * Returns -1 if short_too is set and the option does not match long_options.
185 const struct option *long_options, int *idx, int short_too, int flags)
240 if (short_too && current_argv_len == 1)
322 if (short_too) {
353 int optchar, short_too; local
470 short_too = 0;
482 short_too = 1; /* could be short option too */
485 idx, short_too, flags);
184 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too, int flags) argument

Completed in 190 milliseconds