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

/freebsd-13-stable/crypto/openssh/
H A Dauth-options.c43 * Match flag 'opt' in *optsp, and if allow_negate is set then also match
50 opt_flag(const char *opt, int allow_negate, const char **optsp) argument
56 if (allow_negate && strncasecmp(opts, "no-", 3) == 0) {

Completed in 52 milliseconds