Searched refs:getopt_long (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | getopt.h | 110 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 123 extern int getopt_long ();
|
D | getopt1.c | 69 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()
|
D | main.c | 2422 c = getopt_long (argc, argv, options, long_options, (int *) 0); in decode_switches()
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 421 while ((c = getopt_long (argc, argv, "ab:Ce:sfHhij:pVv", long_options, (int *) 0)) in addr2line_main()
|