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

/external/mesa3d/src/getopt/
H A Dgetopt_long.c156 * Returns -1 if short_too is set and the option does not match long_options.
160 const struct option *long_options, int *idx, int short_too)
193 if (short_too && current_argv_len == 1)
254 if (short_too) {
281 int optchar, short_too; local
394 short_too = 0;
398 short_too = 1; /* could be short option too */
401 idx, short_too);
159 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too) argument
/external/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

Completed in 117 milliseconds