Home
last modified time | relevance | path

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

/external/openssh/
Dauth-options.c96 match_flag(const char *opt, int allow_negate, char **optsp, const char *msg) in match_flag() argument
102 if (allow_negate && strncasecmp(opts, "no-", 3) == 0) { in match_flag()