Searched refs:errstrp (Results 1 – 10 of 10) sorted by relevance
256 char ***permitsp, size_t *npermitsp, const char **errstrp) in handle_permit() argument263 *errstrp = "too many permission directives"; in handle_permit()276 *errstrp = "memory allocation failed"; in handle_permit()284 *errstrp = "memory allocation failed"; in handle_permit()293 *errstrp = "invalid permission hostname"; in handle_permit()304 *errstrp = "invalid permission port"; in handle_permit()314 *errstrp = "memory allocation failed"; in handle_permit()324 sshauthopt_parse(const char *opts, const char **errstrp) in sshauthopt_parse() argument333 if (errstrp != NULL) in sshauthopt_parse()334 *errstrp = NULL; in sshauthopt_parse()[all …]
104 const struct sshauthopt *additional, const char **errstrp);
93 const char *path, u_long linenum, const char **errstrp);
213 char *opt_dequote(const char **sp, const char **errstrp);
636 const char **errstrp) in sshsigopt_parse() argument715 if (errstrp != NULL) in sshsigopt_parse()716 *errstrp = errstr; in sshsigopt_parse()
2623 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() argument2629 *errstrp = NULL; in opt_dequote()2631 *errstrp = "missing start quote"; in opt_dequote()2636 *errstrp = "memory allocation failed"; in opt_dequote()2645 *errstrp = "missing end quote"; in opt_dequote()
32 const char **errstrp) in strtonum() argument60 if (errstrp != NULL) in strtonum()61 *errstrp = ev[error].errstr; in strtonum()
35 const char **errstrp) in strtonum() argument63 if (errstrp != NULL) in strtonum()64 *errstrp = ev[error].errstr; in strtonum()
30 const char **errstrp) in strtonum() argument58 if (errstrp != NULL) in strtonum()59 *errstrp = ev[error].errstr; in strtonum()
45 const char **errstrp);