Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dread_nocancel.c24 __read_nocancel (int fd, void *buf, size_t nbytes) in __read_nocancel() function
28 hidden_def (__read_nocancel)
A Dnot-cancel.h43 __typeof (__read) __read_nocancel;
78 hidden_proto (__read_nocancel)
A Dmalloc-sysdep.h50 ssize_t n = __read_nocancel (fd, &val, 1); in check_may_shrink_heap()
A Dfips-private.h52 n = TEMP_FAILURE_RETRY (__read_nocancel (fd, buf, sizeof (buf) - 1)); in fips_enabled_p()
A Dmalloc-hugepages.c34 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 Dsysconf.c105 n = TEMP_FAILURE_RETRY (__read_nocancel (fd, buf, sizeof (buf) - 1)); in __sysconf()
A Dgethostid.c83 ssize_t n = __read_nocancel (fd, &id, sizeof (id)); in gethostid()
A Dgetsysstats.c74 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 Dgetlogin_r.c45 ssize_t n = TEMP_FAILURE_RETRY (__read_nocancel (fd, uidbuf, in __getlogin_r_loginuid()
A Ddl-sysdep.c94 ssize_t reslen = __read_nocancel (fd, bufmem, sizeof (bufmem)); in _dl_discover_osversion()
A DVersions300 __read_nocancel;
/sysdeps/mach/hurd/
A Dread_nocancel.c25 __read_nocancel (int fd, void *buf, size_t nbytes) in __read_nocancel() function
30 libc_hidden_weak (__read_nocancel)
A Dnot-cancel.h48 __typeof (__read) __read_nocancel;
82 hidden_proto (__read_nocancel)
A Dread.c27 ret = __read_nocancel (fd, buf, nbytes); in __libc_read()
A DVersions21 __read_nocancel; __pread64_nocancel;
65 __read_nocancel; __pread64_nocancel;
A Dgetrandom.c44 amount_read = __read_nocancel(fd, buffer, length); in __getrandom()
A Ddl-sysdep.c372 check_no_hidden(__read_nocancel);
379 weak_alias (__read, __read_nocancel)
/sysdeps/unix/sysv/linux/powerpc/
A Dget_timebase_freq.c47 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 Dnot-cancel.h41 #define __read_nocancel(fd, buf, n) \ macro
/sysdeps/mach/hurd/i386/
A Dlocalplt.data24 ld.so: __read_nocancel

Completed in 12 milliseconds