Home
last modified time | relevance | path

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

/coreutils/src/
Dcat.c255 idx_t remaining_bytes; in cat() local
261 remaining_bytes = bpout - wp; in cat()
263 while (outsize <= remaining_bytes); in cat()
268 memmove (outbuf, wp, remaining_bytes); in cat()
269 bpout = outbuf + remaining_bytes; in cat()