Home
last modified time | relevance | path

Searched defs:optstring (Results 1 – 3 of 3) 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()
55 static int __getopt_long_core(int argc, char* const* argv, const char* optstring, in __getopt_long_core()
123 int getopt_long(int argc, char* const* argv, const char* optstring, const struct option* longopts, in getopt_long()
128 int getopt_long_only(int argc, char* const* argv, const char* optstring, in getopt_long_only()
A Dgetopt.c23 int getopt(int argc, char* const argv[], const char* optstring) { in getopt()
/third_party/uapp/dash/src/
A Doptions.c530 nextopt(const char *optstring) in nextopt()

Completed in 7 milliseconds