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

/haiku/headers/compatibility/gnu/sys/
H A Dxattr.h35 int fsetxattr(int fd, const char* attribute, const void* buffer,
/haiku/src/build/libroot/
H A Dfs_attr_bsdxattr.h44 return fsetxattr(fd, attribute, buffer, bufferSize, 0, 0);
H A Dfs_attr_xattr.h44 return fsetxattr(fd, attribute, buffer, bufferSize, 0);
/haiku/src/libs/gnu/
H A Dxattr.cpp321 fsetxattr(int fd, const char* attribute, const void* buffer, size_t size, function

Completed in 28 milliseconds