Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth-options.c364 } 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 Dmisc.h221 int opt_match(const char **opts, const char *term);
H A Dsshsig.c657 } 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 Dssh_namespace.h467 #define opt_match Fssh_opt_match macro
H A Dmisc.c2729 opt_match(const char **opts, const char *term) in opt_match() function
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c18178 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()