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

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

Completed in 107 milliseconds