Searched refs:result_end (Results 1 – 2 of 2) sorted by relevance
2809 char *result_end = result + CELLSIZE - 1; in hex_string_custom() local2819 strcpy (result_end - width - 2, "0x"); in hex_string_custom()2820 memset (result_end - width, '0', width); in hex_string_custom()2821 strcpy (result_end - hex_len, hex); in hex_string_custom()2822 return result_end - width - 2; in hex_string_custom()
699 **result_end; local707 result_end = &result;799 *result_end = tmpblock;800 result_end = &tmpblock->next;