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

/freebsd-13-stable/crypto/openssh/
H A Dauth-options.c43 * Match flag 'opt' in *optsp, and if allow_negate is set then also match
46 * If the option or negated option matches, then *optsp is updated to
50 opt_flag(const char *opt, int allow_negate, const char **optsp) argument
53 const char *opts = *optsp;
61 *optsp = opts + opt_len;
316 handle_permit(const char **optsp, int allow_bare_port, argument
327 if ((opt = opt_dequote(optsp, &errstr)) == NULL) {
877 sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **optsp) argument
930 *optsp = opts;

Completed in 107 milliseconds