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

/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dgetopt.c15 void __getopt_msg(const char* a, const char* b, const char* c, size_t l) { function
82 __getopt_msg(argv[0], ": unrecognized option: ", optchar, k);
92 __getopt_msg(argv[0], ": option requires an argument: ", optchar, k);
H 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,
98 __getopt_msg(argv[0], ": option requires an argument: ", longopts[i].name,
114 __getopt_msg(argv[0], cnt ? ": option is ambiguous: " : ": unrecognized option: ",

Completed in 79 milliseconds