Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dutils.c2803 char *result_end = result + CELLSIZE - 1; in hex_string_custom() local
2813 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()
/openbsd/src/gnu/usr.bin/cvs/diff/
Ddiff3.c697 **result_end; local
705 result_end = &result;
797 *result_end = tmpblock;
798 result_end = &tmpblock->next;