HomeSort by: relevance | last modified time | path
    Searched refs:opt_match (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth-options.c 367 } else if (opt_match(&opts, "command")) {
375 } else if (opt_match(&opts, "principals")) {
383 } else if (opt_match(&opts, "from")) {
392 } else if (opt_match(&opts, "expiry-time")) {
405 } else if (opt_match(&opts, "environment")) {
453 } else if (opt_match(&opts, "permitopen")) {
457 } else if (opt_match(&opts, "permitlisten")) {
461 } else if (opt_match(&opts, "tunnel")) {
misc.h 224 int opt_match(const char **opts, const char *term);
sshsig.c 659 } else if (opt_match(&opts, "namespaces")) {
667 } else if (opt_match(&opts, "valid-after")) {
681 } else if (opt_match(&opts, "valid-before")) {
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 18173 int opt_match = OPT_EXACT; local
18214 opt_match = option;
18225 opt_match = option;
18263 if (opt_match == OPT_REGEXP) {
18302 switch (opt_match) {
19291 OPT_MATCH,
19426 case OPT_MATCH:

Completed in 33 milliseconds