Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.h214 int opt_flag(const char *opt, int allow_negate, const char **optsp);
H A Dmisc.c2507 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() argument
2513 if (allow_negate && strncasecmp(opts, "no-", 3) == 0) { in opt_flag()