Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-options.c266 if ((opt = opt_dequote(optsp, &errstr)) == NULL) { in handle_permit()
371 ret->force_command = opt_dequote(&opts, &errstr); in sshauthopt_parse()
379 ret->cert_principals = opt_dequote(&opts, &errstr); in sshauthopt_parse()
387 ret->required_from_host_keys = opt_dequote(&opts, in sshauthopt_parse()
392 if ((opt = opt_dequote(&opts, &errstr)) == NULL) in sshauthopt_parse()
409 if ((opt = opt_dequote(&opts, &errstr)) == NULL) in sshauthopt_parse()
461 if ((opt = opt_dequote(&opts, &errstr)) == NULL) in sshauthopt_parse()
H A Dnamespace.h62 #define opt_dequote ssh_opt_dequote macro
H A Dmisc.h215 char *opt_dequote(const char **sp, const char **errstrp);
H A Dsshsig.c659 ret->namespaces = opt_dequote(&opts, &errstr); in sshsigopt_parse()
667 if ((opt = opt_dequote(&opts, &errstr)) == NULL) in sshsigopt_parse()
681 if ((opt = opt_dequote(&opts, &errstr)) == NULL) in sshsigopt_parse()
H A Dmisc.c2525 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() function