Home
last modified time | relevance | path

Searched defs:options (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long()
81 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only()
Dmain.c2234 static char options[1 + sizeof (switches) / sizeof (switches[0]) * 3]; variable