next_hole          67 maint/gnulib/lib/lseek.c       off_t next_hole = lseek (fd, offset, SEEK_HOLE);
next_hole          68 maint/gnulib/lib/lseek.c       if (next_hole < 0)
next_hole          69 maint/gnulib/lib/lseek.c         return errno == ENXIO ? offset : next_hole;
next_hole          70 maint/gnulib/lib/lseek.c       if (next_hole != offset)