Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/io/
Dlseek.c24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek()
Dlseek64.c24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64()
/glibc-2.36/libio/
Dfseek.c31 fseek (FILE *fp, long int offset, int whence) in fseek()
Dfseeko64.c35 __fseeko64 (FILE *fp, off64_t offset, int whence) in __fseeko64()
Dfseeko.c35 __fseeko (FILE *fp, off_t offset, int whence) in __fseeko()
/glibc-2.36/support/
Dxlseek.c23 xlseek (int fd, long long offset, int whence) in xlseek()
/glibc-2.36/sysdeps/mach/hurd/
Dlseek64.c24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64()
Dlseek.c24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek()
Df_setlk.c32 __f_setlk (int fd, int type, int whence, __off64_t start, __off64_t len, int wait) in __f_setlk()
Ddl-sysdep.c435 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64()
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/
Dlseek.c24 __lseek (int fd, off_t offset, int whence) in __lseek()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dlseek64.c27 __lseek64 (int fd, off64_t offset, int whence) in __lseek64()
Dlseek.c42 __lseek (int fd, off_t offset, int whence) in __lseek()
/glibc-2.36/stdio-common/
Dtst-cookie.c42 cookieseek (void *cookie, off64_t *offset, int whence) in cookieseek()
/glibc-2.36/hurd/
Dfopenport.c66 int whence) in seekio()