Searched refs:opt_dequote (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | auth-options.c | 266 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 D | namespace.h | 62 #define opt_dequote ssh_opt_dequote macro
|
| H A D | misc.h | 215 char *opt_dequote(const char **sp, const char **errstrp);
|
| H A D | sshsig.c | 659 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 D | misc.c | 2525 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() function
|