Home
last modified time | relevance | path

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

/login/
A 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()

Completed in 12 milliseconds