Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dgetopt_long.c107 static const char illoptchar[] = "illegal option -- %c"; /* From P1003.2 */ variable
506 warnx(posixly_correct ? illoptchar : gnuoptchar,
510 warnx(illoptchar, optchar);
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c101 static const char illoptchar[] = "illegal option -- %c"; /* From P1003.2 */ variable
533 warnx(posixly_correct ? illoptchar : gnuoptchar,
537 warnx(illoptchar, optchar);
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c103 static const char illoptchar[] = "unknown option -- %c"; variable
429 warnx(illoptchar, optchar); in getopt_internal()
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c126 static const char illoptchar[] = "unknown option -- %c"; variable
452 warnx(illoptchar, optchar); in getopt_internal()
/freebsd/contrib/file/src/
H A Dgetopt_long.c107 static const char illoptchar[] = "unknown option -- %c"; variable
266 warnx(illoptchar, optchar);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp361 warnx(illoptchar, optchar); in getopt_internal()