Home
last modified time | relevance | path

Searched refs:allow_negate (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssh/
HDmisc.h212 int opt_flag(const char *opt, int allow_negate, const char **optsp);
HDmisc.c2605 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() argument
2611 if (allow_negate && strncasecmp(opts, "no-", 3) == 0) { in opt_flag()