Home
last modified time | relevance | path

Searched refs:err_string (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/usr.bin/newkey/
H A Dnewkey.c90 static const char *err_string(int);
161 status, err_string(status)); in main()
203 err_string(int code) in err_string() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBError.cpp166 const char *err_string = GetCString(); in GetDescription() local
167 description.Printf("error: %s", (err_string != NULL ? err_string : "")); in GetDescription()
/freebsd-12.1/usr.bin/top/
H A Dcommands.c45 static char *err_string(void);
217 err_string(void) in err_string() function
457 return(err_string()); in kill_procs()
517 return(err_string()); in renice_procs()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Derror.c573 const char *err_string; in print_error() local
627 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp27 auto err_string = packet_ref.substr(4); in GetResponseType() local
28 for (auto e : err_string) in GetResponseType()