Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/x86_64/x32/
A Dlseek.S33 PSEUDO (__libc_lseek64, lseek, 3)
35 PSEUDO_END (__libc_lseek64)
37 weak_alias (__libc_lseek64, __lseek64)
39 weak_alias (__libc_lseek64, lseek64)
41 weak_alias (__libc_lseek64, __lseek)
43 weak_alias (__libc_lseek64, lseek)
/sysdeps/mach/hurd/
A Dlseek64.c24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64() function
32 weak_alias (__libc_lseek64, __lseek64)
33 weak_alias (__libc_lseek64, lseek64)
A Dlseek.c26 off64_t res64 = __libc_lseek64 (fd, (off64_t) offset, whence); in __libc_lseek()
A DVersions18 __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64;
62 __access; __access_noerrno; __libc_read; __libc_write; __libc_lseek64;
A Ddl-sysdep.c435 check_no_hidden(__libc_lseek64);
437 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64() function
/sysdeps/posix/
A Dpwrite64.c32 off64_t old_offset = __libc_lseek64 (fd, 0, SEEK_CUR); in __libc_pwrite64()
37 if (__libc_lseek64 (fd, offset, SEEK_SET) == (off64_t) -1) in __libc_pwrite64()
47 if (__libc_lseek64 (fd, old_offset, SEEK_SET) == (off64_t) -1) in __libc_pwrite64()
A Dpread64.c32 off64_t old_offset = __libc_lseek64 (fd, 0, SEEK_CUR); in __libc_pread64()
37 if (__libc_lseek64 (fd, offset, SEEK_SET) == (off64_t) -1) in __libc_pread64()
47 if (__libc_lseek64 (fd, old_offset, SEEK_SET) == (off64_t) -1) in __libc_pread64()
/sysdeps/unix/sysv/linux/mips/mips64/n32/
A Dsyscalls.list5 lseek64 - lseek i:iii __lseek64 __libc_lseek64 lseek64@@GLIBC_2.2 llseek@GLIBC_2.0:GLIBC_2.28
/sysdeps/unix/sysv/linux/
A Dlseek64.c47 strong_alias (__lseek64, __libc_lseek64)
/sysdeps/mach/hurd/i386/
A Dlocalplt.data30 ld.so: __libc_lseek64
48 libc.so: __libc_lseek64 ?

Completed in 11 milliseconds