Searched refs:__read_nocancel (Results 1 – 20 of 20) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | read_nocancel.c | 24 __read_nocancel (int fd, void *buf, size_t nbytes) in __read_nocancel() function 28 hidden_def (__read_nocancel)
|
A D | not-cancel.h | 43 __typeof (__read) __read_nocancel; 78 hidden_proto (__read_nocancel)
|
A D | malloc-sysdep.h | 50 ssize_t n = __read_nocancel (fd, &val, 1); in check_may_shrink_heap()
|
A D | fips-private.h | 52 n = TEMP_FAILURE_RETRY (__read_nocancel (fd, buf, sizeof (buf) - 1)); in fips_enabled_p()
|
A D | malloc-hugepages.c | 34 ssize_t s = __read_nocancel (fd, str, sizeof (str)); in __malloc_default_thp_pagesize() 63 ssize_t s = __read_nocancel (fd, str, sizeof (str)); in __malloc_thp_mode()
|
A D | sysconf.c | 105 n = TEMP_FAILURE_RETRY (__read_nocancel (fd, buf, sizeof (buf) - 1)); in __sysconf()
|
A D | gethostid.c | 83 ssize_t n = __read_nocancel (fd, &id, sizeof (id)); in gethostid()
|
A D | getsysstats.c | 74 ssize_t n = __read_nocancel (fd, *re, buffer_end - *re); in next_line() 85 n = __read_nocancel (fd, *re, buffer_end - *re); in next_line()
|
A D | getlogin_r.c | 45 ssize_t n = TEMP_FAILURE_RETRY (__read_nocancel (fd, uidbuf, in __getlogin_r_loginuid()
|
A D | dl-sysdep.c | 94 ssize_t reslen = __read_nocancel (fd, bufmem, sizeof (bufmem)); in _dl_discover_osversion()
|
A D | Versions | 300 __read_nocancel;
|
/sysdeps/mach/hurd/ |
A D | read_nocancel.c | 25 __read_nocancel (int fd, void *buf, size_t nbytes) in __read_nocancel() function 30 libc_hidden_weak (__read_nocancel)
|
A D | not-cancel.h | 48 __typeof (__read) __read_nocancel; 82 hidden_proto (__read_nocancel)
|
A D | read.c | 27 ret = __read_nocancel (fd, buf, nbytes); in __libc_read()
|
A D | Versions | 21 __read_nocancel; __pread64_nocancel; 65 __read_nocancel; __pread64_nocancel;
|
A D | getrandom.c | 44 amount_read = __read_nocancel(fd, buffer, length); in __getrandom()
|
A D | dl-sysdep.c | 372 check_no_hidden(__read_nocancel); 379 weak_alias (__read, __read_nocancel)
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | get_timebase_freq.c | 47 n = __read_nocancel (fd, buf, sizeof (buf)); in get_timebase_freq_fallback() 65 n = __read_nocancel (fd, buf + half_buf, half_buf); in get_timebase_freq_fallback()
|
/sysdeps/generic/ |
A D | not-cancel.h | 41 #define __read_nocancel(fd, buf, n) \ macro
|
/sysdeps/mach/hurd/i386/ |
A D | localplt.data | 24 ld.so: __read_nocancel
|
Completed in 14 milliseconds