Searched refs:__pwrite64_nocancel (Results 1 – 3 of 3) sorted by relevance
26 __pwrite64_nocancel (int fd, const void *buf, size_t nbytes, off64_t offset) in __pwrite64_nocancel() function35 libc_hidden_weak (__pwrite64_nocancel)
57 __typeof (__pwrite64) __pwrite64_nocancel;85 hidden_proto (__pwrite64_nocancel)
28 ret = __pwrite64_nocancel (fd, buf, nbytes, offset); in __libc_pwrite64()
Completed in 4 milliseconds