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

/haiku-fatelf/src/bin/coreutils/src/
H A Dcat.c283 size_t remaining_bytes; local
289 remaining_bytes = bpout - wp;
291 while (outsize <= remaining_bytes);
296 memmove (outbuf, wp, remaining_bytes);
297 bpout = outbuf + remaining_bytes;

Completed in 42 milliseconds