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

/freebsd-10-stable/crypto/openssh/
H A Dauth-options.c96 match_flag(const char *opt, int allow_negate, char **optsp, const char *msg) function
135 if ((r = match_flag("cert-authority", 0, &opts, NULL)) != -1) {
139 if ((r = match_flag("restrict", 0, &opts, NULL)) != -1) {
148 if ((r = match_flag("port-forwarding", 1, &opts,
153 if ((r = match_flag("agent-forwarding", 1, &opts,
158 if ((r = match_flag("x11-forwarding", 1, &opts,
163 if ((r = match_flag("pty", 1, &opts,
168 if ((r = match_flag("user-rc", 1, &opts,

Completed in 96 milliseconds