Searched refs:__pread64_nocancel (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | pread64_nocancel.c | 24 __pread64_nocancel (int fd, void *buf, size_t count, off64_t offset) in __pread64_nocancel() function 28 hidden_def (__pread64_nocancel)
|
D | not-cancel.h | 47 __typeof (__pread64) __pread64_nocancel; variable 92 hidden_proto (__pread64_nocancel)
|
D | malloc-hugepages.c | 91 ssize_t r = __pread64_nocancel (fd, buf, sizeof (buf) - 1, off); in malloc_default_hugepage_size()
|
D | Versions | 321 __pread64_nocancel;
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | pread64_nocancel.c | 26 __pread64_nocancel (int fd, void *buf, size_t nbytes, off64_t offset) in __pread64_nocancel() function 35 libc_hidden_weak (__pread64_nocancel)
|
D | not-cancel.h | 52 __typeof (__pread64) __pread64_nocancel; variable 90 hidden_proto (__pread64_nocancel)
|
D | Versions | 21 __read_nocancel; __pread64_nocancel; 65 __read_nocancel; __pread64_nocancel;
|
D | pread64.c | 28 ret = __pread64_nocancel (fd, buf, nbytes, offset); in __libc_pread64()
|
D | dl-sysdep.c | 344 check_no_hidden(__pread64_nocancel); 367 weak_alias (__pread64, __pread64_nocancel)
|
/glibc-2.36/sysdeps/generic/ |
D | not-cancel.h | 44 #define __pread64_nocancel(fd, buf, count, offset) \ macro
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | localplt.data | 26 ld.so: __pread64_nocancel
|
/glibc-2.36/login/ |
D | utmp_file.c | 171 ssize_t nbytes = __pread64_nocancel (file_fd, &buffer, sizeof (buffer), in read_last_entry()
|
/glibc-2.36/elf/ |
D | dl-load.c | 1085 if ((size_t) __pread64_nocancel (fd, (void *) phdr, maplength, in _dl_map_object_from_fd() 1765 if ((size_t) __pread64_nocancel (fd, (void *) phdr, maplength, in open_verify()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.20 | 6198 (__pread64_nocancel): New. 6209 (__pread64_nocancel): New.
|
D | ChangeLog.21 | 4963 (__pread64_nocancel): Remove. 4968 (__pread64_nocancel): New.
|