Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/misc/
A Dgetopt_long.c23 static int __getopt_long(int argc, char* const* argv, const char* optstring, in __getopt_long() function
125 return __getopt_long(argc, argv, optstring, longopts, idx, 0); in getopt_long()
130 return __getopt_long(argc, argv, optstring, longopts, idx, 1); in getopt_long_only()

Completed in 2 milliseconds