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

/freebsd-current/crypto/openssh/
H A Dauth-options.c266 if ((opt = opt_dequote(optsp, &errstr)) == NULL) {
371 ret->force_command = opt_dequote(&opts, &errstr);
379 ret->cert_principals = opt_dequote(&opts, &errstr);
387 ret->required_from_host_keys = opt_dequote(&opts,
392 if ((opt = opt_dequote(&opts, &errstr)) == NULL)
409 if ((opt = opt_dequote(&opts, &errstr)) == NULL)
461 if ((opt = opt_dequote(&opts, &errstr)) == NULL)
H A Dmisc.h204 char *opt_dequote(const char **sp, const char **errstrp);
H A Dsshsig.c657 ret->namespaces = opt_dequote(&opts, &errstr);
665 if ((opt = opt_dequote(&opts, &errstr)) == NULL)
679 if ((opt = opt_dequote(&opts, &errstr)) == NULL)
H A Dssh_namespace.h444 #define opt_dequote Fssh_opt_dequote macro
H A Dmisc.c2578 opt_dequote(const char **sp, const char **errstrp) function

Completed in 92 milliseconds