Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dgetdents.c47 off64_t last_offset = -1; in __getdents() local
96 if (last_offset != -1) in __getdents()
98 __lseek64 (fd, last_offset, SEEK_SET); in __getdents()
104 last_offset = d_off; in __getdents()
/sysdeps/unix/sysv/linux/mips/mips64/
A Dgetdents64.c82 off64_t last_offset = -1; in __getdents64() local
105 if (last_offset == -1) in __getdents64()
113 __lseek64 (fd, last_offset, SEEK_SET); in __getdents64()
129 last_offset = kdirent.d_off; in __getdents64()

Completed in 3 milliseconds