Searched refs:opt_match (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | auth-options.c | 366 } else if (opt_match(&opts, "command")) { in sshauthopt_parse() 374 } else if (opt_match(&opts, "principals")) { in sshauthopt_parse() 382 } else if (opt_match(&opts, "from")) { in sshauthopt_parse() 391 } else if (opt_match(&opts, "expiry-time")) { in sshauthopt_parse() 404 } else if (opt_match(&opts, "environment")) { in sshauthopt_parse() 452 } else if (opt_match(&opts, "permitopen")) { in sshauthopt_parse() 456 } else if (opt_match(&opts, "permitlisten")) { in sshauthopt_parse() 460 } else if (opt_match(&opts, "tunnel")) { in sshauthopt_parse()
|
| D | misc.h | 217 int opt_match(const char **opts, const char *term);
|
| D | sshsig.c | 659 } else if (opt_match(&opts, "namespaces")) { in sshsigopt_parse() 667 } else if (opt_match(&opts, "valid-after")) { in sshsigopt_parse() 681 } else if (opt_match(&opts, "valid-before")) { in sshsigopt_parse()
|
| D | misc.c | 2580 opt_match(const char **opts, const char *term) in opt_match() function
|
| /netbsd/src/crypto/external/bsd/openssh/lib/ |
| D | ssh.expsym | 285 opt_match
|