Searched defs:optstring (Results 1 – 3 of 3) sorted by relevance
| /third_party/ulib/musl/src/misc/ |
| A D | getopt_long.c | 23 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 D | getopt.c | 23 int getopt(int argc, char* const argv[], const char* optstring) { in getopt()
|
| /third_party/uapp/dash/src/ |
| A D | options.c | 530 nextopt(const char *optstring) in nextopt()
|
Completed in 7 milliseconds