Home
last modified time | relevance | path

Searched refs:bufp (Results 1 – 2 of 2) sorted by relevance

/hurd/
A Dfopenport.c30 char *bufp = buf; in readio() local
33 if (err = __io_read ((io_t) cookie, &bufp, &nread, -1, n)) in readio()
36 if (bufp != buf) in readio()
38 memcpy (buf, bufp, nread); in readio()
40 (vm_address_t) bufp, (vm_size_t) nread); in readio()
A Dxattr.c177 char *bufp = buffer; in _hurd_xattr_list() local
181 if (bufp != NULL && total <= *size) in _hurd_xattr_list()
182 bufp = __mempcpy (bufp, name, len); in _hurd_xattr_list()

Completed in 5 milliseconds