Searched refs:__write_nocancel (Results 1 – 11 of 11) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | write_nocancel.c | 24 __write_nocancel (int fd, const void *buf, size_t nbytes) in __write_nocancel() function 28 hidden_def (__write_nocancel)
|
A D | not-cancel.h | 49 __typeof (__write) __write_nocancel; 80 hidden_proto (__write_nocancel)
|
A D | gethostid.c | 55 written = __write_nocancel (fd, &id32, sizeof (id32)); in sethostid()
|
/sysdeps/mach/hurd/ |
A D | write_nocancel.c | 24 __write_nocancel (int fd, const void *buf, size_t nbytes) in __write_nocancel() function 30 libc_hidden_weak (__write_nocancel)
|
A D | not-cancel.h | 54 __typeof (__write) __write_nocancel; 84 hidden_proto (__write_nocancel)
|
A D | write.c | 26 ret = __write_nocancel (fd, buf, nbytes); in __libc_write()
|
A D | Versions | 22 __write_nocancel; 66 __write_nocancel;
|
A D | dl-sysdep.c | 382 check_no_hidden(__write_nocancel); 398 weak_alias (__write, __write_nocancel)
|
/sysdeps/posix/ |
A D | writev_nocancel.c | 3 #define __write __write_nocancel
|
/sysdeps/generic/ |
A D | not-cancel.h | 45 #define __write_nocancel(fd, buf, n) \ macro
|
/sysdeps/mach/hurd/i386/ |
A D | localplt.data | 28 ld.so: __write_nocancel
|
Completed in 8 milliseconds