Searched refs:err_string (Results 1 – 5 of 5) sorted by relevance
90 static const char *err_string(int);161 status, err_string(status)); in main()203 err_string(int code) in err_string() function
166 const char *err_string = GetCString(); in GetDescription() local167 description.Printf("error: %s", (err_string != NULL ? err_string : "")); in GetDescription()
45 static char *err_string(void);217 err_string(void) in err_string() function457 return(err_string()); in kill_procs()517 return(err_string()); in renice_procs()
573 const char *err_string; in print_error() local627 err_string = svn_strerror(err->apr_err, errbuf, sizeof(errbuf)); in print_error()630 (&err_string, apr_strerror(err->apr_err, errbuf, in print_error()634 err_string = _("Can't recode error string from APR"); in print_error()639 prefix, err->apr_err, err_string)); in print_error()
27 auto err_string = packet_ref.substr(4); in GetResponseType() local28 for (auto e : err_string) in GetResponseType()