Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp184 const char *err_string = GetCString(); in GetDescription() local
186 (err_string != nullptr ? err_string : "")); in GetDescription()
/freebsd/usr.bin/top/
H A Dcommands.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/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp30 auto err_string = packet_ref.substr(4); in GetResponseType() local
31 for (auto e : err_string) in GetResponseType()
/freebsd/crypto/libecc/scripts/
H A Dexpand_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")