Home
last modified time | relevance | path

Searched refs:match_flag (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() function
135 if ((r = match_flag("cert-authority", 0, &opts, NULL)) != -1) { in auth_parse_options()
139 if ((r = match_flag("restrict", 0, &opts, NULL)) != -1) { in auth_parse_options()
148 if ((r = match_flag("port-forwarding", 1, &opts, in auth_parse_options()
153 if ((r = match_flag("agent-forwarding", 1, &opts, in auth_parse_options()
158 if ((r = match_flag("x11-forwarding", 1, &opts, in auth_parse_options()
163 if ((r = match_flag("pty", 1, &opts, in auth_parse_options()
168 if ((r = match_flag("user-rc", 1, &opts, in auth_parse_options()