Home
last modified time | relevance | path

Searched defs:ambig (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Dgetopt_long.c113 static const char ambig[] = "option `%s%.*s' is ambiguous"; variable
118 static const char ambig[] = "ambiguous option -- %.*s"; variable
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c107 static const char ambig[] = "option `%s%.*s' is ambiguous"; variable
112 static const char ambig[] = "ambiguous option -- %.*s"; variable
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c101 static const char ambig[] = "ambiguous option -- %.*s"; variable
/freebsd/contrib/file/src/
H A Dgetopt_long.c105 static const char ambig[] = "ambiguous option -- %.*s"; variable
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c124 static const char ambig[] = "ambiguous option -- %.*s"; variable
/freebsd/contrib/less/
H A Dopttbl.c796 int ambig = 0; findopt_name() local