Home
last modified time | relevance | path

Searched refs:err_str (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Derror.c150 const char *err_str = "unidentified err_id value 0x"; in report_ccb_status() local
167 err_str = rng_err_id_list[err_id]; in report_ccb_status()
169 err_str = err_id_list[err_id]; in report_ccb_status()
177 err_str, err_err_code); in report_ccb_status()
194 const char *err_str = "unidentified error value 0x"; in report_deco_status() local
208 err_str = desc_error_list[i].error_text; in report_deco_status()
213 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status()
/rk3399_rockchip-uboot/lib/
H A Dslre.c171 r->err_str = "Jump offset is too big"; in set_jump_offset()
180 r->err_str = "RE is too long (code overflow)"; in emit()
189 r->err_str = "RE is too long (data overflow)"; in store_char_in_data()
276 r->err_str = "No closing ']' bracket"; in anyof()
366 r->err_str = "No closing bracket"; in compile()
377 r->err_str = "Unbalanced brackets"; in compile()
414 r->err_str = NULL; in slre_compile()
433 return (r->err_str == NULL ? 1 : 0); in slre_compile()
688 fprintf(stderr, "Error compiling slre: %s\n", slre.err_str); in main()
H A Dhashtable.c572 printf("Error compiling regex: %s\n", slre.err_str); in match_entry()
/rk3399_rockchip-uboot/include/
H A Dslre.h67 const char *err_str; /* Error string */ member
/rk3399_rockchip-uboot/env/
H A Dattr.c159 printf("Error compiling regex: %s\n", slre.err_str); in regex_callback()
/rk3399_rockchip-uboot/cmd/
H A Dsetexpr.c143 printf("Error compiling regex: %s\n", slre.err_str); in regex_sub()