Home | History | Annotate | Download | only in sys

Lines Matching refs:__UNUSED

34 inline ssize_t getxattr(const char* path __UNUSED, const char* name __UNUSED, void* value __UNUSED, size_t size __UNUSED) {
39 inline ssize_t listxattr(const char *path __UNUSED, char *list __UNUSED, size_t size __UNUSED) {
44 inline int setxattr(const char *path __UNUSED, const char *name __UNUSED, const void *value __UNUSED, size_t size __UNUSED, int flags __UNUSED) {
49 inline int removexattr(const char *path __UNUSED, const char *name __UNUSED) {