Home
last modified time | relevance | path

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

/haiku/src/build/libroot/
H A Dfs_attr_xattr.h34 return fgetxattr(fd, attribute, buffer, bufferSize); in get_attribute()
H A Dfs_attr_bsdxattr.h34 return fgetxattr(fd, attribute, buffer, bufferSize, 0, 0); in get_attribute()
/haiku/headers/compatibility/gnu/sys/
H A Dxattr.h29 ssize_t fgetxattr(int fd, const char* attribute, void* buffer, size_t size);
/haiku/src/libs/gnu/
H A Dxattr.cpp298 fgetxattr(int fd, const char* attribute, void* buffer, size_t size) in fgetxattr() function