Searched refs:wrong_option (Results 1 – 2 of 2) sorted by relevance
29 _dl_usage (const char *argv0, const char *wrong_option) in _dl_usage() argument31 if (wrong_option != NULL) in _dl_usage()32 _dl_error_printf ("%s: unrecognized option '%s'\n", argv0, wrong_option); in _dl_usage()
114 _Noreturn void _dl_usage (const char *argv0, const char *wrong_option)
Completed in 3 milliseconds