inbytes            65 maint/gnulib/lib/copy-file.c   off_t inbytes = S_ISREG (statbuf.st_mode) ? statbuf.st_size : -1;
inbytes            66 maint/gnulib/lib/copy-file.c   bool empty_regular_file = inbytes == 0;
inbytes            78 maint/gnulib/lib/copy-file.c   while (0 < inbytes)
inbytes            82 maint/gnulib/lib/copy-file.c       size_t len = inbytes < copy_max ? inbytes : copy_max;
inbytes            86 maint/gnulib/lib/copy-file.c       inbytes -= copied;
inbytes            94 maint/gnulib/lib/copy-file.c   if (inbytes != 0 || empty_regular_file)