Home
last modified time | relevance | path

Searched refs:str_ptr (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dmd5sum.c32 char *str_ptr = str_output; in store_result() local
35 sprintf(str_ptr, "%02x", sum[i]); in store_result()
36 str_ptr += 2; in store_result()
/rk3399_rockchip-uboot/common/
H A Dhash.c291 char *str_ptr = str_output; in store_result() local
294 sprintf(str_ptr, "%02x", sum[i]); in store_result()
295 str_ptr += 2; in store_result()
297 *str_ptr = '\0'; in store_result()