Searched refs:share__getopt_long (Results 1 – 4 of 4) sorted by relevance
/external/flac/src/share/getopt/ |
D | getopt1.c | 83 share__getopt_long (argc, argv, options, long_options, opt_index) in share__getopt_long() function 139 c = share__getopt_long (argc, argv, "abc:d:0123456789",
|
/external/flac/include/share/ |
D | getopt.h | 155 extern int share__getopt_long (int argc, char *const *argv, const char *shortopts,
|
/external/flac/src/metaflac/ |
D | options.c | 167 while ((ret = share__getopt_long(argc, argv, "", long_options_, &option_index)) != -1) { in parse_options()
|
/external/flac/src/flac/ |
D | main.c | 654 …while ((short_option = share__getopt_long(argc, argv, short_opts, long_options_, &option_index)) !… in parse_options()
|