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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c304 * Returns -1 if short_too is set and the option does not match long_options.
308 const struct option *long_options, int *idx, int short_too,
353 if (short_too && current_argv_len == 1)
425 if (short_too) {
460 int optchar, short_too; local
615 short_too = 0;
619 short_too = 1; /* could be short option too */
622 long_options, idx, short_too, flags);
307 parse_long_options(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too, uint_t flags) argument

Completed in 58 milliseconds