Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdlib/
HDgetopt_long.c123 static const char illoptstring[] = "unrecognized option `%s%s'"; variable
128 static const char illoptstring[] = "unknown option -- %s"; variable
335 warnx(illoptstring, in parse_long_options()
/NextBSD/contrib/tcpdump/missing/
HDgetopt_long.c107 static const char illoptstring[] = "unrecognized option `%s%s'"; variable
112 static const char illoptstring[] = "unknown option -- %s"; variable
332 warnx(illoptstring, in parse_long_options()
/NextBSD/crypto/openssh/openbsd-compat/
HDgetopt_long.c113 static const char illoptstring[] = "unknown option -- %s"; variable
276 warnx(illoptstring, current_argv); in parse_long_options()
/NextBSD/contrib/file/src/
HDgetopt_long.c108 static const char illoptstring[] = "unknown option -- %s"; variable
484 warnx(illoptstring, current_argv);