Searched defs:whence (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/io/ |
D | lseek.c | 24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek()
|
D | lseek64.c | 24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64()
|
/glibc-2.36/libio/ |
D | fseek.c | 31 fseek (FILE *fp, long int offset, int whence) in fseek()
|
D | fseeko64.c | 35 __fseeko64 (FILE *fp, off64_t offset, int whence) in __fseeko64()
|
D | fseeko.c | 35 __fseeko (FILE *fp, off_t offset, int whence) in __fseeko()
|
/glibc-2.36/support/ |
D | xlseek.c | 23 xlseek (int fd, long long offset, int whence) in xlseek()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | lseek64.c | 24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64()
|
D | lseek.c | 24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek()
|
D | f_setlk.c | 32 __f_setlk (int fd, int type, int whence, __off64_t start, __off64_t len, int wait) in __f_setlk()
|
D | dl-sysdep.c | 435 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
D | lseek.c | 24 __lseek (int fd, off_t offset, int whence) in __lseek()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | lseek64.c | 27 __lseek64 (int fd, off64_t offset, int whence) in __lseek64()
|
D | lseek.c | 42 __lseek (int fd, off_t offset, int whence) in __lseek()
|
/glibc-2.36/stdio-common/ |
D | tst-cookie.c | 42 cookieseek (void *cookie, off64_t *offset, int whence) in cookieseek()
|
/glibc-2.36/hurd/ |
D | fopenport.c | 66 int whence) in seekio()
|