Searched refs:opt_match (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | auth-options.c | 364 } else if (opt_match(&opts, "command")) { in sshauthopt_parse() 372 } else if (opt_match(&opts, "principals")) { in sshauthopt_parse() 380 } else if (opt_match(&opts, "from")) { in sshauthopt_parse() 389 } else if (opt_match(&opts, "expiry-time")) { in sshauthopt_parse() 402 } else if (opt_match(&opts, "environment")) { in sshauthopt_parse() 450 } else if (opt_match(&opts, "permitopen")) { in sshauthopt_parse() 454 } else if (opt_match(&opts, "permitlisten")) { in sshauthopt_parse() 458 } else if (opt_match(&opts, "tunnel")) { in sshauthopt_parse()
|
| H A D | misc.h | 221 int opt_match(const char **opts, const char *term);
|
| H A D | sshsig.c | 657 } else if (opt_match(&opts, "namespaces")) { in sshsigopt_parse() 665 } else if (opt_match(&opts, "valid-after")) { in sshsigopt_parse() 679 } else if (opt_match(&opts, "valid-before")) { in sshsigopt_parse()
|
| H A D | ssh_namespace.h | 467 #define opt_match Fssh_opt_match macro
|
| H A D | misc.c | 2729 opt_match(const char **opts, const char *term) in opt_match() function
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 18178 int opt_match = OPT_EXACT; in Jim_LsearchCoreCommand() local 18219 opt_match = option; in Jim_LsearchCoreCommand() 18230 opt_match = option; in Jim_LsearchCoreCommand() 18268 if (opt_match == OPT_REGEXP) { in Jim_LsearchCoreCommand() 18307 switch (opt_match) { in Jim_LsearchCoreCommand()
|