Home
last modified time | relevance | path

Searched refs:opt_dequote (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/openssh/
H A Dauth-options.c262 if ((opt = opt_dequote(optsp, &errstr)) == NULL) { in handle_permit()
367 ret->force_command = opt_dequote(&opts, &errstr); in sshauthopt_parse()
375 ret->cert_principals = opt_dequote(&opts, &errstr); in sshauthopt_parse()
383 ret->required_from_host_keys = opt_dequote(&opts, in sshauthopt_parse()
388 if ((opt = opt_dequote(&opts, &errstr)) == NULL) in sshauthopt_parse()
405 if ((opt = opt_dequote(&opts, &errstr)) == NULL) in sshauthopt_parse()
457 if ((opt = opt_dequote(&opts, &errstr)) == NULL) in sshauthopt_parse()
H A Dmisc.h201 char *opt_dequote(const char **sp, const char **errstrp);
H A Dsshsig.c646 ret->namespaces = opt_dequote(&opts, &errstr); in sshsigopt_parse()
654 if ((opt = opt_dequote(&opts, &errstr)) == NULL) in sshsigopt_parse()
668 if ((opt = opt_dequote(&opts, &errstr)) == NULL) in sshsigopt_parse()
H A Dmisc.c2513 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() function