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

/freebsd-10-stable/crypto/openssh/
H A Dauth-options.c88 * Match flag 'opt' in *optsp, and if allow_negate is set then also match
96 match_flag(const char *opt, int allow_negate, char **optsp, const char *msg) argument
102 if (allow_negate && strncasecmp(opts, "no-", 3) == 0) {

Completed in 102 milliseconds