Searched refs:optsp (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-sk.c | 398 sshsk_add_option(struct sk_option ***optsp, size_t *noptsp, in sshsk_add_option() argument 401 struct sk_option **opts = *optsp; in sshsk_add_option() 409 *optsp = opts; in sshsk_add_option() 426 struct sk_option ***optsp) in make_options() argument 443 *optsp = opts; in make_options()
|
H A D | auth-options.c | 255 handle_permit(const char **optsp, int allow_bare_port, in handle_permit() argument 266 if ((opt = opt_dequote(optsp, &errstr)) == NULL) { in handle_permit() 850 sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **optsp) in sshauthopt_deserialise() argument 907 *optsp = opts; in sshauthopt_deserialise()
|
H A D | misc.h | 212 int opt_flag(const char *opt, int allow_negate, const char **optsp);
|
H A D | misc.c | 2605 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() argument 2608 const char *opts = *optsp; in opt_flag() 2616 *optsp = opts + opt_len; in opt_flag()
|