Home
last modified time | relevance | path

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

/hurd/
A Dxattr.c176 size_t total = 0; in _hurd_xattr_list() local
180 total += len; in _hurd_xattr_list()
181 if (bufp != NULL && total <= *size) in _hurd_xattr_list()
196 if (buffer != NULL && total > *size) in _hurd_xattr_list()
198 *size = total; in _hurd_xattr_list()

Completed in 4 milliseconds