Home
last modified time | relevance | path

Searched defs:errstr (Results 1 – 21 of 21) sorted by relevance

/third_party/python/Parser/
Dpegen_errors.c18 PyObject *errstr = NULL; in _PyPegen_raise_tokenizer_init_error() local
129 PyObject *errstr; in _Pypegen_raise_decode_error() local
271 PyObject *errstr = NULL; in _PyPegen_raise_error_known_location() local
Dpegen.c268 PyObject *errstr; in raise_decode_error() local
306 PyObject *errstr = NULL; in raise_tokenizer_init_error() local
459 PyObject *errstr = NULL; in _PyPegen_raise_error_known_location() local
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dperror.c9 char *errstr = strerror(errno); in perror() local
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dperror.c9 char *errstr = strerror(errno); in perror() local
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dperror.c9 char *errstr = strerror(errno); in perror() local
/third_party/musl/src/stdio/
Dperror.c9 char *errstr = strerror(errno); in perror() local
/third_party/libsnd/tests/
Dlossy_comp_test.c1451 { const char * errstr ; in sdlcomp_test_short() local
1671 { const char * errstr ; in sdlcomp_test_int() local
1916 { const char * errstr ; in sdlcomp_test_float() local
2156 { const char * errstr ; in sdlcomp_test_double() local
Dcompression_size_test.c74 { const char * errstr ; in vorbis_test() local
Derror_test.c45 { const char *noerror, *errstr ; in error_number_test() local
/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_error.c127 SDL_GetErrorMsg(char *errstr, int maxlen) in SDL_GetErrorMsg()
/third_party/python/Modules/_ctypes/darwin/
Ddlfcn_simple.c84 static char errstr[ERR_STR_LEN]; in error() local
/third_party/ffmpeg/doc/examples/
Dfilter_audio.c276 uint8_t errstr[1024]; in main() local
/third_party/lwip/src/core/
Dmem.c107 char errstr[128]; in mem_overflow_check_raw() local
118 char errstr[128]; in mem_overflow_check_raw() local
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c80 char *errstr; in die() local
/third_party/libbpf/src/
Dskel_internal.h66 const char *errstr; member
/third_party/openssl/engines/
De_capi.c960 char errstr[10]; in capi_rsa_priv_dec() local
1114 char errstr[10]; in capi_adderror() local
/third_party/libsnd/src/
Dalac.c975 { static char errstr [128] ; in alac_error_string() local
/third_party/python/Modules/
D_ssl.c446 const char *errstr, int lineno, unsigned long errcode) in fill_and_set_sslerror()
588 char *errstr = NULL; in PySSL_SetError() local
688 _setSSLError (_sslmodulestate *state, const char *errstr, int errcode, const char *filename, int li… in _setSSLError()
5100 const char *errstr; in PySSL_RAND() local
/third_party/optimized-routines/math/test/rtest/
Ddotest.c1631 char *errstr = NULL; in docase() local
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c2652 char * errstr; in safe_strerror() local
/third_party/sqlite/include/
Dsqlite3ext.h242 const char *(*errstr)(int); member