Home
last modified time | relevance | path

Searched defs:errstr (Results 1 – 20 of 20) 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
291 PyObject *errstr = NULL; in _PyPegen_raise_error_known_location() local
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dperror.c9 char *errstr = strerror(errno); in perror() 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/src/stdio/
Dperror.c9 char *errstr = strerror(errno); in perror() local
/third_party/libsnd/tests/
Dlossy_comp_test.c1459 { const char * errstr ; in sdlcomp_test_short() local
1681 { const char * errstr ; in sdlcomp_test_int() local
1928 { const char * errstr ; in sdlcomp_test_float() local
2171 { const char * errstr ; in sdlcomp_test_double() local
Dcompression_size_test.c78 { const char * errstr ; in vorbis_test() local
Derror_test.c41 { const char *noerror, *errstr ; in error_number_test() local
/third_party/curl/lib/vquic/
Dvquic.c346 char errstr[STRERROR_LEN]; in recvmmsg_packets() local
421 char errstr[STRERROR_LEN]; in recvmsg_packets() local
487 char errstr[STRERROR_LEN]; in recvfrom_packets() local
/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.c275 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/node/deps/openssl/openssl/engines/
De_capi.c960 char errstr[10]; in capi_rsa_priv_dec() local
1114 char errstr[10]; in capi_adderror() local
/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.c977 { static char errstr [128] ; in alac_error_string() local
/third_party/python/Modules/
D_ssl.c444 const char *errstr, int lineno, unsigned long errcode) in fill_and_set_sslerror()
582 char *errstr = NULL; in PySSL_SetError() local
692 _setSSLError (_sslmodulestate *state, const char *errstr, int errcode, const char *filename, int li… in _setSSLError()
5148 const char *errstr; in PySSL_RAND() local
/third_party/optimized-routines/math/test/rtest/
Ddotest.c1631 char *errstr = NULL; in docase() local
/third_party/sqlite/include/
Dsqlite3ext.h242 const char *(*errstr)(int); member