Searched refs:__getopt_long_core (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dgetopt_long.c20 static int __getopt_long_core(int argc, char* const* argv, const char* optstring,
45 ret = __getopt_long_core(argc, argv, optstring, longopts, idx, longonly);
55 static int __getopt_long_core(int argc, char* const* argv, const char* optstring, function

Completed in 23 milliseconds