Searched refs:result_end (Results 1 – 2 of 2) sorted by relevance
2803 char *result_end = result + CELLSIZE - 1; in hex_string_custom() local2813 strcpy (result_end - width - 2, "0x"); in hex_string_custom()2814 memset (result_end - width, '0', width); in hex_string_custom()2815 strcpy (result_end - hex_len, hex); in hex_string_custom()2816 return result_end - width - 2; in hex_string_custom()
697 **result_end; local705 result_end = &result;797 *result_end = tmpblock;798 result_end = &tmpblock->next;