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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c115 static const char illoptchar[] = "illegal option -- %c"; /* From P1003.2 */ variable
518 warnx(posixly_correct ? illoptchar : gnuoptchar,
522 warnx(illoptchar, optchar);

Completed in 73 milliseconds