Searched refs:bufp (Results 1 – 3 of 3) sorted by relevance
/sysdeps/mach/hurd/ |
A D | recv.c | 34 char *bufp = buf; in __recv() local 44 flags, &bufp, &nread, in __recv() 60 if (bufp != buf) in __recv() 62 memcpy (buf, bufp, nread); in __recv() 63 __vm_deallocate (__mach_task_self (), (vm_address_t) bufp, nread); in __recv()
|
A D | recvfrom.c | 36 char *bufp = buf; in __recvfrom() local 47 flags, &bufp, &nread, in __recvfrom() 102 if (bufp != buf) in __recvfrom() 104 memcpy (buf, bufp, nread); in __recvfrom() 105 __vm_deallocate (__mach_task_self (), (vm_address_t) bufp, nread); in __recvfrom()
|
A D | dl-sysdep.c | 418 char buf[total], *bufp = buf; in __writev() local 423 bufp = (memcpy (bufp, iov[i].iov_base, iov[i].iov_len) in __writev()
|
Completed in 7 milliseconds