Searched refs:opt_match (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | auth-options.c | 361 } 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()
|
| D | misc.h | 212 int opt_match(const char **opts, const char *term);
|
| D | sshsig.c | 655 } 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()
|
| D | misc.c | 2550 opt_match(const char **opts, const char *term) in opt_match() function
|