Home
last modified time | relevance | path

Searched refs:strError (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/win32/wince/
Dwincecompat.c13 char *strError[]= {"Error 0","","No such file or directory","","","","","Arg list too long", variable
65 return strError[MAX_STRERROR]; in strerror()
67 return strError[errnum]; in strerror()
/third_party/libsnd/include/
Dsndfile.hh114 const char * strError (void) const ;
296 SndfileHandle::strError (void) const in strError() function in SndfileHandle
/third_party/libsnd/tests/
Dcpp_test.cc234 if (file.strError () == NULL) in ceeplusplus_extra_test()