Home
last modified time | relevance | path

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

/external/openssh/
Dauth-options.c358 } else if (opt_match(&opts, "command")) { in sshauthopt_parse()
366 } else if (opt_match(&opts, "principals")) { in sshauthopt_parse()
374 } else if (opt_match(&opts, "from")) { in sshauthopt_parse()
383 } else if (opt_match(&opts, "expiry-time")) { in sshauthopt_parse()
396 } else if (opt_match(&opts, "environment")) { in sshauthopt_parse()
428 } else if (opt_match(&opts, "permitopen")) { in sshauthopt_parse()
432 } else if (opt_match(&opts, "permitlisten")) { in sshauthopt_parse()
436 } else if (opt_match(&opts, "tunnel")) { in sshauthopt_parse()
Dmisc.h174 int opt_match(const char **opts, const char *term);
Dsshsig.c639 } else if (opt_match(&opts, "namespaces")) { in sshsigopt_parse()
Dmisc.c2247 opt_match(const char **opts, const char *term) in opt_match() function