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

/bionic/libc/upstream-freebsd/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
484 short_too = 0;
494 short_too = 1; /* could be short option too */
497 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

Completed in 33 milliseconds