Searched refs:err_msg (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_localsetup.c | 201 char *err_msg = NULL; in alcs_service_cb_setup() local 211 err_msg = "invalid package"; in alcs_service_cb_setup() 222 err_msg = "params is not found"; in alcs_service_cb_setup() 228 err_msg = "configValue is not found"; in alcs_service_cb_setup() 250 err_msg = "authinfo is not found"; in alcs_service_cb_setup() 274 id ? id : "", err_msg); in alcs_service_cb_setup() 275 COAP_ERR("alcs_service_cb_setup, %s", err_msg); in alcs_service_cb_setup()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | pppoe.c | 378 const char *err_msg = NULL; in pppoe_disc_input() local 474 err_msg = "SERVICE NAME ERROR"; in pppoe_disc_input() 477 err_msg = "AC SYSTEM ERROR"; in pppoe_disc_input() 480 err_msg = "GENERIC ERROR"; in pppoe_disc_input() 487 if (err_msg != NULL) { in pppoe_disc_input() 493 …: %s: %s\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, err_msg, error_tmp)); in pppoe_disc_input() 495 PPPDEBUG(LOG_DEBUG, ("pppoe: %s: %s\n", err_msg, error_tmp)); in pppoe_disc_input()
|
/AliOS-Things-master/components/SDL2/src/ttf/ |
A D | SDL_ttf.c | 310 const char* err_msg; in TTF_SetFTError() member 315 const char *err_msg; in TTF_SetFTError() local 318 err_msg = NULL; in TTF_SetFTError() 321 err_msg = ft_errors[i].err_msg; in TTF_SetFTError() 325 if (!err_msg) { in TTF_SetFTError() 326 err_msg = "unknown FreeType error"; in TTF_SetFTError() 328 TTF_SetError("%s: %s", msg, err_msg); in TTF_SetFTError()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.h | 536 DUK_API_NORETURN(DUK_EXTERNAL_DECL void duk_fatal_raw(duk_context *ctx, const char *err_msg)); 537 #define duk_fatal(ctx,err_msg) \ argument 538 (duk_fatal_raw((ctx), (err_msg)), (duk_ret_t) 0)
|
A D | duktape.c | 30138 DUK_EXTERNAL void duk_fatal_raw(duk_hthread *thr, const char *err_msg) { in duk_fatal_raw() argument 30144 DUK_D(DUK_DPRINT("fatal error occurred: %s", err_msg ? err_msg : "NULL")); in duk_fatal_raw() 30150 thr->heap->fatal_func(thr->heap->heap_udata, err_msg); in duk_fatal_raw()
|
Completed in 249 milliseconds