Searched refs:bufp (Results 1 – 2 of 2) sorted by relevance
30 char *bufp = buf; in readio() local33 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()
177 char *bufp = buffer; in _hurd_xattr_list() local181 if (bufp != NULL && total <= *size) in _hurd_xattr_list()182 bufp = __mempcpy (bufp, name, len); in _hurd_xattr_list()
Completed in 5 milliseconds