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

/ndk/sources/host-tools/make-3.81/
H A Dgetopt.c507 const struct option *longopts, int *longind, int long_only)
720 if (longind != NULL)
721 *longind = option_index;
892 if (longind != NULL)
893 *longind = option_index;
503 _getopt_internal(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only) argument
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dgetopt.c352 const struct option *longopts, int *longind,
669 if (longind != NULL)
670 *longind = option_index;
1003 if (longind != NULL)
1004 *longind = option_index;
1088 const struct option *longopts, int *longind,
1096 result = _getopt_internal_r (argc, argv, optstring, longopts, longind,
347 _getopt_internal_r(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct, struct _getopt_data *d) argument
1083 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument

Completed in 61 milliseconds