| header: sys/xattr.h |
| standards: |
| - linux |
| macros: |
| - macro_name: XATTR_CREATE |
| macro_header: sys-xattr-macros.h |
| - macro_name: XATTR_REPLACE |
| macro_header: sys-xattr-macros.h |
| types: |
| - type_name: size_t |
| - type_name: ssize_t |
| enums: [] |
| objects: [] |
| functions: |
| - name: getxattr |
| standards: |
| - linux |
| return_type: ssize_t |
| arguments: |
| - type: const char * |
| - type: const char * |
| - type: void * |
| - type: size_t |
| - name: lgetxattr |
| standards: |
| - linux |
| return_type: ssize_t |
| arguments: |
| - type: const char * |
| - type: const char * |
| - type: void * |
| - type: size_t |
| - name: fgetxattr |
| standards: |
| - linux |
| return_type: ssize_t |
| arguments: |
| - type: int |
| - type: const char * |
| - type: void * |
| - type: size_t |
| - name: setxattr |
| standards: |
| - linux |
| return_type: int |
| arguments: |
| - type: const char * |
| - type: const char * |
| - type: const void * |
| - type: size_t |
| - type: int |
| - name: lsetxattr |
| standards: |
| - linux |
| return_type: int |
| arguments: |
| - type: const char * |
| - type: const char * |
| - type: const void * |
| - type: size_t |
| - type: int |
| - name: fsetxattr |
| standards: |
| - linux |
| return_type: int |
| arguments: |
| - type: int |
| - type: const char * |
| - type: const void * |
| - type: size_t |
| - type: int |
| - name: listxattr |
| standards: |
| - linux |
| return_type: ssize_t |
| arguments: |
| - type: const char * |
| - type: char * |
| - type: size_t |
| - name: llistxattr |
| standards: |
| - linux |
| return_type: ssize_t |
| arguments: |
| - type: const char * |
| - type: char * |
| - type: size_t |
| - name: flistxattr |
| standards: |
| - linux |
| return_type: ssize_t |
| arguments: |
| - type: int |
| - type: char * |
| - type: size_t |