Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBError.cpp184 const char *err_string = GetCString(); in GetDescription() local
186 (err_string != nullptr ? err_string : "")); in GetDescription()
/freebsd-14-stable/usr.bin/newkey/
HDnewkey.c88 static const char *err_string(int);
160 status, err_string(status)); in main()
202 err_string(int code) in err_string() function
/freebsd-14-stable/usr.bin/top/
HDcommands.c43 static char *err_string(void);
216 err_string(void) in err_string() function
456 return(err_string()); in kill_procs()
516 return(err_string()); in renice_procs()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDStringExtractorGDBRemote.cpp30 auto err_string = packet_ref.substr(4); in GetResponseType() local
31 for (auto e : err_string) in GetResponseType()
/freebsd-14-stable/crypto/libecc/scripts/
HDexpand_libecc.py1848err_string = (prime == None)*"prime "+(a == None)*"a "+(b == None)*"b "+(gx == None)*"gx "+(gy == …
1849 …print("Error: missing "+err_string+" in explicit curve definition (name, prime, a, b, gx, gy, orde…
1862 err_string = (a > prime)*"a "+(b > prime)*"b "+(gx > prime)*"gx "+(gy > prime)*"gy "
1863 print("Error: "+err_string+"is > prime")