Searched refs:_hurd_xattr_set (Results 1 – 2 of 2) sorted by relevance
/hurd/hurd/ |
A D | xattr.h | 27 extern error_t _hurd_xattr_set (io_t port, const char *name,
|
/hurd/ |
A D | xattr.c | 87 _hurd_xattr_set (io_t port, const char *name, const void *value, size_t size, in _hurd_xattr_set() function 170 return _hurd_xattr_set (port, name, NULL, 0, XATTR_REPLACE); in _hurd_xattr_remove()
|
Completed in 5 milliseconds