Searched refs:errstr (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_error.c | 106 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 D | memp.c | 133 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 D | modussl_axtls.c | 92 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 D | SDL_error.h | 74 extern DECLSPEC char * SDLCALL SDL_GetErrorMsg(char *errstr, int maxlen);
|
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/ |
A D | error.fmt | 49 const char *errstr; 84 strncpy(buf+MBEDTLS_ERR_PREFIX_LEN, tab[i].errstr, buflen-MBEDTLS_ERR_PREFIX_LEN);
|
A D | mp_mbedtls_errors.c | 216 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 D | SDL_wave.c | 1773 … 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 D | libtool | 4290 char *errstr = strerror (errno); 4291 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
|
A D | ltmain.sh | 3797 char *errstr = strerror (errno); 3798 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
|
Completed in 29 milliseconds