Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/stdlib/
Dgetopt_long.c122 static const char illoptchar[] = "illegal option -- %c"; /* From P1003.2 */ variable
525 warnx(posixly_correct ? illoptchar : gnuoptchar,
529 warnx(illoptchar, optchar);
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dgetopt_long.c112 static const char illoptchar[] = "unknown option -- %c"; variable
438 warnx(illoptchar, optchar); in getopt_internal()
/freebsd-9-stable/contrib/file/src/
Dgetopt_long.c107 static const char illoptchar[] = "unknown option -- %c"; variable
266 warnx(illoptchar, optchar);