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

/external/tcpdump/missing/
H A Dgetopt_long.c99 static const char illoptchar[] = "illegal option -- %c"; /* From P1003.2 */ variable
512 warnx(posixly_correct ? illoptchar : gnuoptchar,
516 warnx(illoptchar, optchar);
/external/mesa3d/src/getopt/
H A Dgetopt_long.c95 static const char illoptchar[] = "unknown option -- %c"; variable
421 fprintf(stderr, illoptchar, optchar);

Completed in 220 milliseconds