Searched refs:remaining_buf (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c701 static char *remaining_buf = NULL; local
705 if (remaining_buf)
710 memcpy (buffer, remaining_buf, length);
711 memmove (remaining_buf, remaining_buf + length,
718 memcpy (buffer, remaining_buf, remaining_length);
719 xfree (remaining_buf);
720 remaining_buf = NULL;
730 remaining_buf = (char *) xmalloc (ret - length);
732 memcpy (remaining_buf, buffe
[all...]

Completed in 114 milliseconds