Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dauth-options.c361 } else if (opt_match(&opts, "command")) { in sshauthopt_parse()
369 } else if (opt_match(&opts, "principals")) { in sshauthopt_parse()
377 } else if (opt_match(&opts, "from")) { in sshauthopt_parse()
386 } else if (opt_match(&opts, "expiry-time")) { in sshauthopt_parse()
399 } else if (opt_match(&opts, "environment")) { in sshauthopt_parse()
447 } else if (opt_match(&opts, "permitopen")) { in sshauthopt_parse()
451 } else if (opt_match(&opts, "permitlisten")) { in sshauthopt_parse()
455 } else if (opt_match(&opts, "tunnel")) { in sshauthopt_parse()
Dmisc.h212 int opt_match(const char **opts, const char *term);
Dsshsig.c655 } else if (opt_match(&opts, "namespaces")) { in sshsigopt_parse()
663 } else if (opt_match(&opts, "valid-after")) { in sshsigopt_parse()
677 } else if (opt_match(&opts, "valid-before")) { in sshsigopt_parse()
Dmisc.c2550 opt_match(const char **opts, const char *term) in opt_match() function