Searched refs:optsp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | ssh-sk.c | 396 sshsk_add_option(struct sk_option ***optsp, size_t *noptsp, in sshsk_add_option() argument 399 struct sk_option **opts = *optsp; in sshsk_add_option() 407 *optsp = opts; in sshsk_add_option() 424 struct sk_option ***optsp) in make_options() argument 441 *optsp = opts; in make_options()
|
| H A D | auth-options.c | 253 handle_permit(const char **optsp, int allow_bare_port, in handle_permit() argument 264 if ((opt = opt_dequote(optsp, &errstr)) == NULL) { in handle_permit() 848 sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **optsp) in sshauthopt_deserialise() argument 905 *optsp = opts; in sshauthopt_deserialise()
|
| H A D | misc.h | 219 int opt_flag(const char *opt, int allow_negate, const char **optsp);
|
| H A D | misc.c | 2678 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() argument 2681 const char *opts = *optsp; in opt_flag() 2689 *optsp = opts + opt_len; in opt_flag()
|