Searched refs:opt_match (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | auth-options.c | 358 } 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()
|
D | misc.h | 174 int opt_match(const char **opts, const char *term);
|
D | sshsig.c | 639 } else if (opt_match(&opts, "namespaces")) { in sshsigopt_parse()
|
D | misc.c | 2247 opt_match(const char **opts, const char *term) in opt_match() function
|