Home
last modified time | relevance | path

Searched refs:illoptstring (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Dgetopt_long.c115 static const char illoptstring[] = "unrecognized option `%s%s'"; variable
120 static const char illoptstring[] = "unknown option -- %s"; variable
327 warnx(illoptstring, in parse_long_options()
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c109 static const char illoptstring[] = "unrecognized option `%s%s'"; variable
114 static const char illoptstring[] = "unknown option -- %s"; variable
354 warnx(illoptstring, in parse_long_options()
/freebsd/contrib/pkgconf/cli/
H A Dgetopt_long.c122 static const char illoptstring[] = "unrecognized option `%s%s'"; variable
127 static const char illoptstring[] = "unknown option -- %s"; variable
344 fprintf(stderr, illoptstring, in parse_long_options()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c104 static const char illoptstring[] = "unknown option -- %s"; variable
267 warnx(illoptstring, current_argv); in parse_long_options()
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c127 static const char illoptstring[] = "unknown option -- %s"; variable
290 warnx(illoptstring, current_argv); in parse_long_options()
/freebsd/contrib/file/src/
H A Dgetopt_long.c108 static const char illoptstring[] = "unknown option -- %s"; variable
484 warnx(illoptstring, current_argv);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp206 warnx(illoptstring, current_argv); in parse_long_options()