Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/misc/
A Dgetopt.c15 void __getopt_msg(const char* a, const char* b, const char* c, size_t l) { in __getopt_msg() function
82 __getopt_msg(argv[0], ": unrecognized option: ", optchar, k); in getopt()
92 __getopt_msg(argv[0], ": option requires an argument: ", optchar, k); in getopt()
A Dgetopt_long.c18 void __getopt_msg(const char*, const char*, const char*, size_t);
87 __getopt_msg(argv[0], ": option does not take an argument: ", longopts[i].name, in __getopt_long_core()
98 __getopt_msg(argv[0], ": option requires an argument: ", longopts[i].name, in __getopt_long_core()
114 __getopt_msg(argv[0], cnt ? ": option is ambiguous: " : ": unrecognized option: ", in __getopt_long_core()

Completed in 3 milliseconds