Home
last modified time | relevance | path

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

/glibc-2.36/login/
Dutmp_file.c398 off64_t write_offset; in __libc_pututline() local
402 write_offset = __lseek64 (file_fd, 0, SEEK_END); in __libc_pututline()
407 write_offset = (write_offset / sizeof (struct utmp) in __libc_pututline()
412 write_offset = file_offset - sizeof (struct utmp); in __libc_pututline()
416 if (__lseek64 (file_fd, write_offset, SEEK_SET) < 0 in __libc_pututline()
431 (void) __ftruncate64 (file_fd, write_offset); in __libc_pututline()
440 file_offset = write_offset + sizeof (struct utmp); in __libc_pututline()
/glibc-2.36/support/
Dsupport_descriptor_supports_holes.c34 write_offset = 16 * 1024 * 1024, in support_descriptor_supports_holes() enumerator
70 xlseek (fd, write_offset, SEEK_SET); in support_descriptor_supports_holes()
78 xftruncate (fd, 2 * write_offset); in support_descriptor_supports_holes()