Searched refs:err_string (Results 1 – 4 of 4) sorted by relevance
184 const char *err_string = GetCString(); in GetDescription() local186 (err_string != nullptr ? err_string : "")); in GetDescription()
43 static char *err_string(void);216 err_string(void) in err_string() function456 return(err_string()); in kill_procs()516 return(err_string()); in renice_procs()
30 auto err_string = packet_ref.substr(4); in GetResponseType() local31 for (auto e : err_string) in GetResponseType()
1848 …err_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")