Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dgetopt.h110 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
123 extern int getopt_long ();
Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function
115 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
Dmain.c2422 c = getopt_long (argc, argv, options, long_options, (int *) 0); in decode_switches()
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c421 while ((c = getopt_long (argc, argv, "ab:Ce:sfHhij:pVv", long_options, (int *) 0)) in addr2line_main()