Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/usr.bin/top/
H A Dcommands.c45 static char *err_string(void);
218 err_string(void) in err_string() function
458 return(err_string()); in kill_procs()
518 return(err_string()); in renice_procs()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp177 const char *err_string = GetCString(); in GetDescription() local
179 (err_string != nullptr ? err_string : "")); in GetDescription()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Derror.c575 const char *err_string; in print_error() local
629 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp29 auto err_string = packet_ref.substr(4); in GetResponseType() local
30 for (auto e : err_string) in GetResponseType()