Searched refs:fgetxattr (Results 1 – 4 of 4) sorted by relevance
/haiku/src/build/libroot/ |
H A D | fs_attr_xattr.h | 34 return fgetxattr(fd, attribute, buffer, bufferSize); in get_attribute()
|
H A D | fs_attr_bsdxattr.h | 34 return fgetxattr(fd, attribute, buffer, bufferSize, 0, 0); in get_attribute()
|
/haiku/headers/compatibility/gnu/sys/ |
H A D | xattr.h | 29 ssize_t fgetxattr(int fd, const char* attribute, void* buffer, size_t size);
|
/haiku/src/libs/gnu/ |
H A D | xattr.cpp | 298 fgetxattr(int fd, const char* attribute, void* buffer, size_t size) in fgetxattr() function
|