Searched refs:errorStr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DVMInspector.cpp153 const char* errorStr; local
183 errorStr = buffer;
196 errorStr = buffer;
214 errorStr = p - 2;
226 errorStr = p - 2; // Rewind to % in "%J\0"
234 errorStr = p - 3; // Rewind to % in "%J+\0"
343 errorStr = buffer;
355 errorStr = buffer;
375 // The errorStr may be pointing into the middle of buffer, or the original
378 if (errorStr !
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclLoadDl.c101 const char *errorStr = dlerror();
104 Tcl_GetString(pathPtr), "\": ", errorStr, NULL);
100 const char *errorStr = dlerror(); local
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DDefaultPolicyDelegate.cpp184 BString errorStr; local
185 error->localizedDescription(&errorStr);
190 LOG_ERROR("called unableToImplementPolicyWithError:%S inFrame:%S", errorStr ? errorStr : TEXT(""), frameName ? frameName : TEXT(""));
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclLoadDl.c99 CONST char *errorStr = dlerror();
102 Tcl_GetString(pathPtr), "\": ", errorStr, (char *) NULL);
98 CONST char *errorStr = dlerror(); local
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pop3/
H A Dpop3.tcl137 if {[catch {::pop3::send $chan "DELE $index"} errorStr]} {
138 error "POP3 DELETE ERROR: $errorStr"
165 } errorStr]} {
166 error "POP3 LAST ERROR: $errorStr"
192 if {[catch {::pop3::send $chan "LIST"} errorStr]} {
193 error "POP3 LIST ERROR: $errorStr"
304 if {[catch {::pop3::send $chan {}} errorStr]} {
306 error "POP3 CONNECT ERROR: $errorStr"
322 } errorStr]} {
324 error "POP3 LOGIN ERROR: $errorStr"
[all...]

Completed in 285 milliseconds