Searched refs:__getopt_msg (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/musl/src/misc/ |
| A D | getopt.c | 15 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 D | getopt_long.c | 18 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 4 milliseconds