Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dbinop.c20 char *str_ptr; in write_to_env_var() local
24 str_ptr = str_output; in write_to_env_var()
27 sprintf(str_ptr, "%02x", result[i]); in write_to_env_var()
28 str_ptr += 2; in write_to_env_var()
30 *str_ptr = '\0'; in write_to_env_var()
A Dmd5sum.c33 char *str_ptr = str_output; in store_result() local
36 sprintf(str_ptr, "%02x", sum[i]); in store_result()
37 str_ptr += 2; in store_result()
/u-boot/common/
A Dhash.c441 char *str_ptr = str_output; in store_result() local
444 sprintf(str_ptr, "%02x", sum[i]); in store_result()
445 str_ptr += 2; in store_result()
447 *str_ptr = '\0'; in store_result()

Completed in 6 milliseconds