Searched refs:errstrp (Results 1 – 7 of 7) sorted by relevance
251 char ***permitsp, size_t *npermitsp, const char **errstrp) in handle_permit() argument258 *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() argument327 if (errstrp != NULL) in sshauthopt_parse()328 *errstrp = NULL; in sshauthopt_parse()[all …]
99 const struct sshauthopt *additional, const char **errstrp);
90 const char *path, u_long linenum, const char **errstrp);
173 char *opt_dequote(const char **sp, const char **errstrp);
2214 opt_dequote(const char **sp, const char **errstrp) in opt_dequote() argument2220 *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()
624 const char **errstrp) in sshsigopt_parse() argument668 if (errstrp != NULL) in sshsigopt_parse()669 *errstrp = errstr; in sshsigopt_parse()
35 const char **errstrp) in strtonum() argument63 if (errstrp != NULL) in strtonum()64 *errstrp = ev[error].errstr; in strtonum()