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
45 static char *err_string(void);218 err_string(void) in err_string() function458 return(err_string()); in kill_procs()518 return(err_string()); in renice_procs()
177 const char *err_string = GetCString(); in GetDescription() local179 (err_string != nullptr ? err_string : "")); in GetDescription()
575 const char *err_string; in print_error() local629 err_string = svn_strerror(err->apr_err, errbuf, sizeof(errbuf)); in print_error()632 (&err_string, apr_strerror(err->apr_err, errbuf, in print_error()636 err_string = _("Can't recode error string from APR"); in print_error()641 prefix, err->apr_err, err_string)); in print_error()
29 auto err_string = packet_ref.substr(4); in GetResponseType() local30 for (auto e : err_string) in GetResponseType()