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

/seL4-test-master/projects/musllibc/src/misc/
H A Dgetopt.c15 void __getopt_msg(const char *a, const char *b, const char *c, size_t l) function
83 __getopt_msg(argv[0], ": unrecognized option: ", optchar, k);
90 if (opterr) __getopt_msg(argv[0],
H A Dgetopt_long.c19 void __getopt_msg(const char *, const char *, const char *, size_t);
83 __getopt_msg(argv[0],
94 __getopt_msg(argv[0],
111 __getopt_msg(argv[0], cnt ?

Completed in 25 milliseconds