Searched refs:str_ptr (Results 1 – 2 of 2) sorted by relevance
32 char *str_ptr = str_output; in store_result() local35 sprintf(str_ptr, "%02x", sum[i]); in store_result()36 str_ptr += 2; in store_result()
291 char *str_ptr = str_output; in store_result() local294 sprintf(str_ptr, "%02x", sum[i]); in store_result()295 str_ptr += 2; in store_result()297 *str_ptr = '\0'; in store_result()