Lines Matching refs:errstrp
256 char ***permitsp, size_t *npermitsp, const char **errstrp) in handle_permit() argument
263 *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() argument
333 if (errstrp != NULL) in sshauthopt_parse()
334 *errstrp = NULL; in sshauthopt_parse()
489 if (errstrp != NULL) in sshauthopt_parse()
490 *errstrp = NULL; in sshauthopt_parse()
497 if (errstrp != NULL) in sshauthopt_parse()
498 *errstrp = errstr; in sshauthopt_parse()
535 const struct sshauthopt *additional, const char **errstrp) in sshauthopt_merge() argument
541 if (errstrp != NULL) in sshauthopt_merge()
542 *errstrp = NULL; in sshauthopt_merge()
644 if (errstrp != NULL) in sshauthopt_merge()
645 *errstrp = NULL; in sshauthopt_merge()
651 if (errstrp != NULL) in sshauthopt_merge()
652 *errstrp = errstr; in sshauthopt_merge()