Searched refs:__getopt_long (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/src/misc/ |
H A D | getopt_long.c | 24 static int __getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx, int longonly) in __getopt_long() function 142 return __getopt_long(argc, argv, optstring, longopts, idx, 0); in getopt_long() 147 return __getopt_long(argc, argv, optstring, longopts, idx, 1); in getopt_long_only()
|
Completed in 1 milliseconds