Home
last modified time | relevance | path

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

/glibc-2.36/misc/sys/
Duio.h68 __off_t __offset)
81 __off_t __offset)
87 int __count, __off64_t __offset),
91 int __count, __off64_t __offset),
111 __off64_t __offset)
124 __off64_t __offset)
134 __off_t __offset, int ___flags)
139 __off_t __offset, int __flags) __wur;
144 int __count, __off64_t __offset,
149 int __count, __off64_t __offset,
[all …]
Dmman.h58 int __flags, int __fd, __off_t __offset) __THROW;
63 int __flags, int __fd, __off64_t __offset),
71 int __flags, int __fd, __off64_t __offset) __THROW;
/glibc-2.36/include/
Dunistd.h41 extern __off64_t __lseek64 (int __fd, __off64_t __offset, int __whence);
42 extern __off_t __lseek (int __fd, __off_t __offset, int __whence);
44 extern __off_t __libc_lseek (int __fd, __off_t __offset, int __whence);
45 extern __off64_t __libc_lseek64 (int __fd, __off64_t __offset, int __whence);
47 __off_t __offset);
50 __off_t __offset);
52 __off64_t __offset);
55 __off64_t __offset);
57 __off_t __offset);
60 __off_t __offset);
[all …]
Dtime.h272 long int __offset,
/glibc-2.36/posix/bits/
Dunistd.h45 __off_t __offset, size_t __bufsize)
48 __off64_t __offset, size_t __bufsize)
52 __off_t __offset), pread)
56 __off64_t __offset), pread64)
60 __off_t __offset, size_t __bufsize), __pread_chk)
65 __off64_t __offset, size_t __bufsize),
72 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) in pread() argument
76 __fd, __buf, __nbytes, __offset); in pread()
80 pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) in pread() argument
84 __fd, __buf, __nbytes, __offset); in pread()
[all …]
/glibc-2.36/misc/
Dtst-preadvwritev2.c19 #define PREADV(__fd, __iov, __iovcnt, __offset) \ argument
20 preadv2 (__fd, __iov, __iovcnt, __offset, 0)
22 #define PWRITEV(__fd, __iov, __iovcnt, __offset) \ argument
23 pwritev2 (__fd, __iov, __iovcnt, __offset, 0)
Dtst-preadvwritev64v2.c21 #define PREADV(__fd, __iov, __iovcnt, __offset) \ argument
22 preadv2 (__fd, __iov, __iovcnt, __offset, 0)
24 #define PWRITEV(__fd, __iov, __iovcnt, __offset) \ argument
25 pwritev2 (__fd, __iov, __iovcnt, __offset, 0)
Dtst-preadvwritev-common.c50 # define PREADV(__fd, __iov, __iovcnt, __offset) \ argument
51 preadv (__fd, __iov, __iovcnt, __offset)
55 # define PWRITEV(__fd, __iov, __iovcnt, __offset) \ argument
56 pwritev (__fd, __iov, __iovcnt, __offset)
/glibc-2.36/sysdeps/unix/sysv/linux/
Dmmap_call.h19 #define MMAP_CALL(__nr, __addr, __len, __prot, __flags, __fd, __offset) \ argument
20 INLINE_SYSCALL_CALL (__nr, __addr, __len, __prot, __flags, __fd, __offset)
21 #define MMAP_CALL_INTERNAL(__nr, __addr, __len, __prot, __flags, __fd, __offset) \ argument
22 INTERNAL_SYSCALL_CALL (__nr, __addr, __len, __prot, __flags, __fd, __offset)
/glibc-2.36/sysdeps/unix/sysv/linux/s390/
Dmmap_call.h19 #define MMAP_CALL(__nr, __addr, __len, __prot, __flags, __fd, __offset) \ argument
23 (long int) (__fd), (long int) (__offset) }; \
26 #define MMAP_CALL_INTERNAL(__nr, __addr, __len, __prot, __flags, __fd, __offset) \ argument
30 (long int) (__fd), (long int) (__offset) }; \
/glibc-2.36/io/
Dfcntl.h301 extern int posix_fadvise (int __fd, off_t __offset, off_t __len,
305 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
313 extern int posix_fadvise64 (int __fd, off64_t __offset, off64_t __len,
323 extern int posix_fallocate (int __fd, off_t __offset, off_t __len);
326 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
334 extern int posix_fallocate64 (int __fd, off64_t __offset, off64_t __len);
/glibc-2.36/posix/
Dunistd.h339 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
343 (int __fd, __off64_t __offset, int __whence),
350 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
390 __off_t __offset) __wur
399 __off_t __offset) __wur
405 __off64_t __offset),
409 size_t __nbytes, __off64_t __offset),
423 __off64_t __offset) __wur
428 __off64_t __offset) __wur
951 size_t __offset, unsigned int __scale)
/glibc-2.36/io/sys/
Dsendfile.h33 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
38 (int __out_fd, int __in_fd, __off64_t *__offset,
45 extern ssize_t sendfile64 (int __out_fd, int __in_fd, __off64_t *__offset,
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h375 extern __ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
383 extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
414 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
417 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
425 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
/glibc-2.36/inet/netinet/
Din.h579 extern int inet6_opt_append (void *__extbuf, socklen_t __extlen, int __offset,
582 extern int inet6_opt_finish (void *__extbuf, socklen_t __extlen, int __offset)
584 extern int inet6_opt_set_val (void *__databuf, int __offset, void *__val,
586 extern int inet6_opt_next (void *__extbuf, socklen_t __extlen, int __offset,
589 extern int inet6_opt_find (void *__extbuf, socklen_t __extlen, int __offset,
592 extern int inet6_opt_get_val (void *__databuf, int __offset, void *__val,
/glibc-2.36/include/sys/
Dmman.h7 int __flags, int __fd, __off_t __offset);
10 int __flags, int __fd, __off64_t __offset);
/glibc-2.36/libio/
Diolibio.h56 #define _IO_fseek(__fp, __offset, __whence) \ argument
57 (_IO_seekoff_unlocked (__fp, __offset, __whence, _IOS_INPUT|_IOS_OUTPUT) \
/glibc-2.36/sysdeps/nptl/
Dthread_db.h414 psaddr_t __map_address, size_t __offset,
/glibc-2.36/ChangeLog.old/
DChangeLog.42213 Replace `__offset' member with `__ptr', a char *; no need to include
DChangeLog.55743 * stdio/fread.c: Don't increment __offset when it's -1.