Home
last modified time | relevance | path

Searched refs:errstr (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/
A DSDL_error.c106 SDL_GetErrorMsg(char *errstr, int maxlen) in SDL_GetErrorMsg() argument
111 SDL_strlcpy(errstr, error->str, maxlen); in SDL_GetErrorMsg()
113 *errstr = '\0'; in SDL_GetErrorMsg()
116 return errstr; in SDL_GetErrorMsg()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dmemp.c133 char errstr[128] = "detected memp overflow in pool "; in memp_overflow_check_element_overflow() local
134 strcat(errstr, desc->desc); in memp_overflow_check_element_overflow()
135 LWIP_ASSERT(errstr, 0); in memp_overflow_check_element_overflow()
160 char errstr[128] = "detected memp underflow in pool "; in memp_overflow_check_element_underflow() local
161 strcat(errstr, desc->desc); in memp_overflow_check_element_underflow()
162 LWIP_ASSERT(errstr, 0); in memp_overflow_check_element_underflow()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodussl_axtls.c92 const char *errstr = NULL; in ussl_raise_error() local
94 errstr = ssl_error_tab1[SSL_NOT_OK - err]; in ussl_raise_error()
96 errstr = ssl_error_tab2[SSL_ERROR_CONN_LOST - err]; in ussl_raise_error()
100 if (errstr == NULL) { in ussl_raise_error()
110 o_str->data = (const byte *)errstr; in ussl_raise_error()
/AliOS-Things-master/components/SDL2/include/
A DSDL_error.h74 extern DECLSPEC char * SDLCALL SDL_GetErrorMsg(char *errstr, int maxlen);
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Derror.fmt49 const char *errstr;
84 strncpy(buf+MBEDTLS_ERR_PREFIX_LEN, tab[i].errstr, buflen-MBEDTLS_ERR_PREFIX_LEN);
A Dmp_mbedtls_errors.c216 const char *errstr; member
624 strncpy(buf+MBEDTLS_ERR_PREFIX_LEN, tab[i].errstr, buflen-MBEDTLS_ERR_PREFIX_LEN); in mbedtls_err_to_str()
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.c1773 … const char *errstr = "Unknown WAVE format GUID: %08x-%04x-%04x-%02x%02x%02x%02x%02x%02x%02x%02x"; in WaveCheckFormat() local
1778 … return SDL_SetError(errstr, g1, g2, g3, g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15]); in WaveCheckFormat()
/AliOS-Things-master/components/SDL2/src/image/
A Dlibtool4290 char *errstr = strerror (errno);
4291 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
A Dltmain.sh3797 char *errstr = strerror (errno);
3798 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);

Completed in 29 milliseconds