Searched refs:__getopt_long_core (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/src/misc/ |
D | getopt_long.c | 22 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct opti… 43 ret = __getopt_long_core(argc, argv, optstring, longopts, idx, longonly); in __getopt_long() 53 static int __getopt_long_core(int argc, char *const *argv, const char *optstring, const struct opti… in __getopt_long_core() function
|