Home
last modified time | relevance | path

Searched refs:errstrp (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dauth-options.c251 char ***permitsp, size_t *npermitsp, const char **errstrp) in handle_permit() argument
258 *errstrp = "too many permission directives"; in handle_permit()
271 *errstrp = "memory allocation failed"; in handle_permit()
279 *errstrp = "memory allocation failed"; in handle_permit()
288 *errstrp = "invalid permission hostname"; in handle_permit()
299 *errstrp = "invalid permission port"; in handle_permit()
309 *errstrp = "memory allocation failed"; in handle_permit()
319 sshauthopt_parse(const char *opts, const char **errstrp) in sshauthopt_parse() argument
327 if (errstrp != NULL) in sshauthopt_parse()
328 *errstrp = NULL; in sshauthopt_parse()
[all …]
Dauth-options.h99 const struct sshauthopt *additional, const char **errstrp);
Dsshsig.h90 const char *path, u_long linenum, const char **errstrp);
Dmisc.h173 char *opt_dequote(const char **sp, const char **errstrp);
Dmisc.c2214 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() argument
2220 *errstrp = NULL; in opt_dequote()
2222 *errstrp = "missing start quote"; in opt_dequote()
2227 *errstrp = "memory allocation failed"; in opt_dequote()
2236 *errstrp = "missing end quote"; in opt_dequote()
Dsshsig.c624 const char **errstrp) in sshsigopt_parse() argument
668 if (errstrp != NULL) in sshsigopt_parse()
669 *errstrp = errstr; in sshsigopt_parse()
/external/openssh/openbsd-compat/
Dstrtonum.c35 const char **errstrp) in strtonum() argument
63 if (errstrp != NULL) in strtonum()
64 *errstrp = ev[error].errstr; in strtonum()