Searched refs:opt_match (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dauth-options.c366 } else if (opt_match(&opts, "command")) {
374 } else if (opt_match(&opts, "principals")) {
382 } else if (opt_match(&opts, "from")) {
391 } else if (opt_match(&opts, "expiry-time")) {
404 } else if (opt_match(&opts, "environment")) {
452 } else if (opt_match(&opts, "permitopen")) {
456 } else if (opt_match(&opts, "permitlisten")) {
460 } else if (opt_match(&opts, "tunnel")) {
H A Dmisc.h205 int opt_match(const char **opts, const char *term);
H A Dsshsig.c652 } else if (opt_match(&opts, "namespaces")) {
660 } else if (opt_match(&opts, "valid-after")) {
674 } else if (opt_match(&opts, "valid-before")) {
H A Dssh_namespace.h446 #define opt_match Fssh_opt_match macro
H A Dmisc.c2611 opt_match(const char **opts, const char *term) function

Completed in 198 milliseconds